Skip to content

Protocol support: RESP3 #1421

Protocol support: RESP3

Protocol support: RESP3 #1421

Triggered via pull request August 16, 2023 13:33
@mgravellmgravell
synchronize #2396
resp3
Status Failure
Total duration 8m 8s
Artifacts

CI.yml

on: pull_request
StackExchange.Redis (Ubuntu)
3m 43s
StackExchange.Redis (Ubuntu)
StackExchange.Redis (Windows Server 2022)
7m 53s
StackExchange.Redis (Windows Server 2022)
Fit to window
Zoom out
Zoom in

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-az339-304_2023-08-16_13_35_21.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-az339-304_2023-08-16_13_35_21.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-az339-304_2023-08-16_13_35_21.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-az339-304_2023-08-16_13_35_21.trx Error: Assert.NotNull() Failure
StackExchange.Redis.Tests ► Resp2ClusterTests.MovedProfiling: tests/StackExchange.Redis.Tests/ClusterTests.cs#L679
Failed test found in: test-results/_fv-az339-304_2023-08-16_13_35_21.trx Error: Assert.NotNull() Failure
StackExchange.Redis.Tests ► Resp2ClusterTests.MultiKeyQueryFails: tests/StackExchange.Redis.Tests/ClusterTests.cs#L606
Failed test found in: test-results/_fv-az339-304_2023-08-16_13_35_21.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-az339-304_2023-08-16_13_35_21.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-az339-304_2023-08-16_13_35_21.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-az339-304_2023-08-16_13_35_21.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-az339-304_2023-08-16_13_35_21.trx Error: Assert.NotNull() Failure
StackExchange.Redis.Tests ► Resp3ClusterTests.Connect: tests/StackExchange.Redis.Tests/ClusterTests.cs#L95
Failed test found in: test-results/_fv-az339-304_2023-08-16_13_35_21.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
StackExchange.Redis.Tests ► Resp2ClusterTests.Connect: tests/StackExchange.Redis.Tests/ClusterTests.cs#L99
Failed test found in: test-results/runneradmin_fv-az206-254_2023-08-16_13_36_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/runneradmin_fv-az206-254_2023-08-16_13_36_57.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-az206-254_2023-08-16_13_36_57.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-az206-254_2023-08-16_13_36_57.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-az206-254_2023-08-16_13_36_57.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-az206-254_2023-08-16_13_36_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/runneradmin_fv-az206-254_2023-08-16_13_36_57.trx test-results/runneradmin_fv-az206-254_2023-08-16_13_38_41.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-az206-254_2023-08-16_13_36_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#L288
Failed test found in: test-results/runneradmin_fv-az206-254_2023-08-16_13_36_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#L365
Failed test found in: test-results/runneradmin_fv-az206-254_2023-08-16_13_36_57.trx Error: Assert.NotNull() Failure
StackExchange.Redis.Tests ► Resp3ClusterTests.TransactionWithMultiServerKeys: tests/StackExchange.Redis.Tests/TestBase.cs#L348
Failed test found in: test-results/runneradmin_fv-az206-254_2023-08-16_13_36_57.trx Error: Assert.Throws() Failure Expected: typeof(StackExchange.Redis.RedisCommandException) Actual: typeof(StackExchange.Redis.Tests.SkipTestException): Requires protocol Resp3, but connection is Resp2. ---- StackExchange.Redis.Tests.SkipTestException : Requires protocol Resp3, but connection is Resp2.
StackExchange.Redis (Windows Server 2022)
Failed test were found and 'fail-on-error' option is set to true
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
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