Protocol support: RESP3 #1422
CI.yml
on: pull_request
StackExchange.Redis (Ubuntu)
4m 10s
StackExchange.Redis (Windows Server 2022)
9m 26s
Annotations
44 errors and 3 warnings
StackExchange.Redis.Tests ► Resp2ClusterTests.Connect:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L95
Failed test found in:
test-results/_fv-az790-234_2023-08-16_13_43_57.trx
Error:
Assert.Equal() Failure
Expected: 6
Actual: 1
|
StackExchange.Redis.Tests ► Resp2ClusterTests.GetConfig:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L456
Failed test found in:
test-results/_fv-az790-234_2023-08-16_13_43_57.trx
Error:
StackExchange.Redis.RedisServerException : ERR This instance has cluster support disabled
|
StackExchange.Redis.Tests ► Resp2ClusterTests.GroupedQueriesWork:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L642
Failed test found in:
test-results/_fv-az790-234_2023-08-16_13_43_57.trx
Error:
Assert.True() Failure
Expected: True
Actual: False
|
StackExchange.Redis.Tests ► Resp2ClusterTests.IntentionalWrongServer:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L166
Failed test found in:
test-results/_fv-az790-234_2023-08-16_13_43_57.trx
Error:
Assert.NotNull() Failure
|
StackExchange.Redis.Tests ► Resp2ClusterTests.MovedProfiling:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L679
Failed test found in:
test-results/_fv-az790-234_2023-08-16_13_43_57.trx
Error:
Assert.NotNull() Failure
|
StackExchange.Redis.Tests ► Resp2ClusterTests.MultiKeyQueryFails:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L606
Failed test found in:
test-results/_fv-az790-234_2023-08-16_13_43_57.trx
Error:
Assert.Throws() Failure
Expected: typeof(StackExchange.Redis.RedisCommandException)
Actual: (No exception was thrown)
|
StackExchange.Redis.Tests ► Resp2ClusterTests.TestIdentity:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L145
Failed test found in:
test-results/_fv-az790-234_2023-08-16_13_43_57.trx
Error:
Assert.Equal() Failure
Expected: 127.0.0.1:6379
Actual: (null)
|
StackExchange.Redis.Tests ► Resp2ClusterTests.TransactionWithMultiServerKeys:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L219
Failed test found in:
test-results/_fv-az790-234_2023-08-16_13_43_57.trx
Error:
Assert.Throws() Failure
Expected: typeof(StackExchange.Redis.RedisCommandException)
Actual: typeof(Xunit.Sdk.EqualException): Assert.Equal() Failure
Expected: Cluster
Actual: Standalone
---- Assert.Equal() Failure
Expected: Cluster
Actual: Standalone
|
StackExchange.Redis.Tests ► Resp2ClusterTests.TransactionWithSameServerKeys:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L278
Failed test found in:
test-results/_fv-az790-234_2023-08-16_13_43_57.trx
Error:
Assert.Throws() Failure
Expected: typeof(StackExchange.Redis.RedisCommandException)
Actual: typeof(Xunit.Sdk.NotNullException): Assert.NotNull() Failure
---- Assert.NotNull() Failure
|
StackExchange.Redis.Tests ► Resp2ClusterTests.TransactionWithSameSlotKeys:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L333
Failed test found in:
test-results/_fv-az790-234_2023-08-16_13_43_57.trx
Error:
Assert.NotNull() Failure
|
StackExchange.Redis.Tests ► Resp3ClusterTests.Connect:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L95
Failed test found in:
test-results/_fv-az790-234_2023-08-16_13_43_57.trx
Error:
Assert.Equal() Failure
Expected: 6
Actual: 1
|
StackExchange.Redis (Ubuntu)
Failed test were found and 'fail-on-error' option is set to true
|
Resp2ClusterTests.TransactionWithSameServerKeys:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L278
Assert.Throws() Failure
Expected: typeof(StackExchange.Redis.RedisCommandException)
Actual: typeof(Xunit.Sdk.NotNullException): Assert.NotNull() Failure
---- Assert.NotNull() Failure
|
Resp2ClusterTests.HashSlots(key: "{user1000}":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 3443
Actual: -1
|
Resp2ClusterTests.HashSlots(key: "{abc}":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 7638
Actual: -1
|
Resp2ClusterTests.HashSlots(key: "":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 0
Actual: -1
|
Resp2ClusterTests.HashSlots(key: "foo{bar}{zap}":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 5061
Actual: -1
|
Resp2ClusterTests.HashSlots(key: "abc{user1000}":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 3443
Actual: -1
|
Resp2ClusterTests.HashSlots(key: "abcdef":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 15101
Actual: -1
|
Resp2ClusterTests.HashSlots(key: "g":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 7233
Actual: -1
|
Resp2ClusterTests.HashSlots(key: "foo{}{bar}":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 8363
Actual: -1
|
Resp2ClusterTests.HashSlots(key: "{bar":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 4015
Actual: -1
|
StackExchange.Redis.Tests ► AbortOnConnectFailTests.DisconnectAndNoReconnectThrowsConnectionExceptionAsync:
tests/StackExchange.Redis.Tests/AbortOnConnectFailTests.cs#L69
Failed test found in:
test-results/runneradmin_fv-az714-21_2023-08-16_13_47_48.trx
Error:
StackExchange.Redis.RedisConnectionException : The message timed out in the backlog attempting to send because no connection became available (100ms) - Last Connection Exception: UnableToConnect on 127.0.0.1:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 0s ago, last-write: 0s ago, keep-alive: 100s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 0s ago, v: 2.6.137.9953, command=PING, timeout: 100, inst: 0, qu: 1, qs: 0, aw: False, bw: Inactive, last-in: 0, cur-in: 0, sync-ops: 1, async-ops: 0, serverEndpoint: 127.0.0.1:6379, conn-sec: n/a, aoc: 0, mc: 1/1/0, mgr: 9 of 10 available, clientName: fv-az714-21(SE.Redis-v2.6.137.9953), IOCP: (Busy=0,Free=1000,Min=2,Max=1000), WORKER: (Busy=3,Free=32764,Min=2,Max=32767), v: 2.6.137.9953 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)
---- StackExchange.Redis.RedisConnectionException : UnableToConnect on 127.0.0.1:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 0s ago, last-write: 0s ago, keep-alive: 100s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 0s ago, v: 2.6.137.9953
|
StackExchange.Redis.Tests ► Resp2ClusterTests.Connect:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L99
Failed test found in:
test-results/runneradmin_fv-az714-21_2023-08-16_13_47_48.trx
Error:
Assert.Equal() Failure
Expected: 6
Actual: 1
|
StackExchange.Redis.Tests ► Resp2ClusterTests.GetConfig:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L456
Failed test found in:
test-results/runneradmin_fv-az714-21_2023-08-16_13_47_48.trx
Error:
StackExchange.Redis.RedisServerException : ERR This instance has cluster support disabled
|
StackExchange.Redis.Tests ► Resp2ClusterTests.GroupedQueriesWork:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L641
Failed test found in:
test-results/runneradmin_fv-az714-21_2023-08-16_13_47_48.trx
Error:
Assert.True() Failure
Expected: True
Actual: False
|
StackExchange.Redis.Tests ► Resp2ClusterTests.IntentionalWrongServer:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L0
Failed test found in:
test-results/runneradmin_fv-az714-21_2023-08-16_13_47_48.trx
Error:
Assert.NotNull() Failure
|
StackExchange.Redis.Tests ► Resp2ClusterTests.MovedProfiling:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L738
Failed test found in:
test-results/runneradmin_fv-az714-21_2023-08-16_13_47_48.trx
Error:
Assert.NotNull() Failure
|
StackExchange.Redis.Tests ► Resp2ClusterTests.MultiKeyQueryFails:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L607
Failed test found in:
test-results/runneradmin_fv-az714-21_2023-08-16_13_47_48.trx
Error:
Assert.Throws() Failure
Expected: typeof(StackExchange.Redis.RedisCommandException)
Actual: (No exception was thrown)
|
StackExchange.Redis.Tests ► Resp2ClusterTests.TestIdentity:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L145
Failed test found in:
test-results/runneradmin_fv-az714-21_2023-08-16_13_47_48.trx
test-results/runneradmin_fv-az714-21_2023-08-16_13_49_45.trx
Error:
Assert.Equal() Failure
Expected: 127.0.0.1:6379
Actual: (null)
|
StackExchange.Redis.Tests ► Resp2ClusterTests.TransactionWithMultiServerKeys:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L220
Failed test found in:
test-results/runneradmin_fv-az714-21_2023-08-16_13_47_48.trx
Error:
Assert.Throws() Failure
Expected: typeof(StackExchange.Redis.RedisCommandException)
Actual: typeof(Xunit.Sdk.EqualException): Assert.Equal() Failure
Expected: Cluster
Actual: Standalone
---- Assert.Equal() Failure
Expected: Cluster
Actual: Standalone
|
StackExchange.Redis.Tests ► Resp2ClusterTests.TransactionWithSameServerKeys:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L288
Failed test found in:
test-results/runneradmin_fv-az714-21_2023-08-16_13_47_48.trx
Error:
Assert.Throws() Failure
Expected: typeof(StackExchange.Redis.RedisCommandException)
Actual: typeof(Xunit.Sdk.NotNullException): Assert.NotNull() Failure
---- Assert.NotNull() Failure
|
StackExchange.Redis.Tests ► Resp2ClusterTests.TransactionWithSameSlotKeys:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L365
Failed test found in:
test-results/runneradmin_fv-az714-21_2023-08-16_13_47_48.trx
Error:
Assert.NotNull() Failure
|
StackExchange.Redis (Windows Server 2022)
Failed test were found and 'fail-on-error' option is set to true
|
AbortOnConnectFailTests.DisconnectAndNoReconnectThrowsConnectionExceptionAsync:
tests/StackExchange.Redis.Tests/AbortOnConnectFailTests.cs#L69
StackExchange.Redis.RedisConnectionException : The message timed out in the backlog attempting to send because no connection became available (100ms) - Last Connection Exception: UnableToConnect on 127.0.0.1:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 0s ago, last-write: 0s ago, keep-alive: 100s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 0s ago, v: 2.6.137.9953, command=PING, timeout: 100, inst: 0, qu: 1, qs: 0, aw: False, bw: Inactive, last-in: 0, cur-in: 0, sync-ops: 1, async-ops: 0, serverEndpoint: 127.0.0.1:6379, conn-sec: n/a, aoc: 0, mc: 1/1/0, mgr: 9 of 10 available, clientName: fv-az714-21(SE.Redis-v2.6.137.9953), IOCP: (Busy=0,Free=1000,Min=2,Max=1000), WORKER: (Busy=3,Free=32764,Min=2,Max=32767), v: 2.6.137.9953 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)
---- StackExchange.Redis.RedisConnectionException : UnableToConnect on 127.0.0.1:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 0s ago, last-write: 0s ago, keep-alive: 100s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 0s ago, v: 2.6.137.9953
|
Resp2ClusterTests.TransactionWithSameServerKeys:
tests/StackExchange.Redis.Tests/ClusterTests.cs#L288
Assert.Throws() Failure
Expected: typeof(StackExchange.Redis.RedisCommandException)
Actual: typeof(Xunit.Sdk.NotNullException): Assert.NotNull() Failure
---- Assert.NotNull() Failure
|
Resp2ClusterTests.HashSlots(key: "{user1000}":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 3443
Actual: -1
|
Resp2ClusterTests.HashSlots(key: "{abc}":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 7638
Actual: -1
|
Resp2ClusterTests.HashSlots(key: "":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 0
Actual: -1
|
Resp2ClusterTests.HashSlots(key: "foo{bar}{zap}":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 5061
Actual: -1
|
Resp2ClusterTests.HashSlots(key: "abc{user1000}":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 3443
Actual: -1
|
Resp2ClusterTests.HashSlots(key: "abcdef":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 15101
Actual: -1
|
Resp2ClusterTests.HashSlots(key: "g":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 7233
Actual: -1
|
Resp2ClusterTests.HashSlots(key: "foo{}{bar}":
tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
Assert.Equal() Failure
Expected: 8363
Actual: -1
|
StackExchange.Redis (Ubuntu)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
StackExchange.Redis (Ubuntu)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|
StackExchange.Redis (Windows Server 2022)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|