Skip to content

Protocol support: RESP3 #1442

Protocol support: RESP3

Protocol support: RESP3 #1442

Triggered via pull request September 5, 2023 00:22
@NickCraverNickCraver
synchronize #2396
resp3
Status Failure
Total duration 8m 58s
Artifacts

CI.yml

on: pull_request
StackExchange.Redis (Ubuntu)
4m 6s
StackExchange.Redis (Ubuntu)
StackExchange.Redis (Windows Server 2022)
8m 44s
StackExchange.Redis (Windows Server 2022)
Fit to window
Zoom out
Zoom in

Annotations

8 errors
StackExchange.Redis (Windows Server 2022)
Failed test were found and 'fail-on-error' option is set to true
ClusterTests.TransactionWithMultiServerKeys(RESP3): tests/StackExchange.Redis.Tests/ClusterTests.cs#L205
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(StackExchange.Redis.RedisCommandException) Actual: typeof(StackExchange.Redis.Tests.SkipTestException) ---- StackExchange.Redis.Tests.SkipTestException : Requires protocol Resp3, but connection is Resp2.
ClusterTests.TransactionWithSameServerKeys(RESP3): tests/StackExchange.Redis.Tests/ClusterTests.cs#L263
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(StackExchange.Redis.RedisCommandException) Actual: typeof(StackExchange.Redis.Tests.SkipTestException) ---- StackExchange.Redis.Tests.SkipTestException : Requires protocol Resp3, but connection is Resp2.
ScriptingTests.ScriptThrowsError(RESP3): tests/StackExchange.Redis.Tests/ScriptingTests.cs#L253
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(StackExchange.Redis.RedisServerException) Actual: typeof(StackExchange.Redis.Tests.SkipTestException) ---- StackExchange.Redis.Tests.SkipTestException : Requires protocol Resp3, but connection is Resp2.
ClusterTests.TransactionWithMultiServerKeys(RESP3): tests/StackExchange.Redis.Tests/ClusterTests.cs#L205
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(StackExchange.Redis.RedisCommandException) Actual: typeof(StackExchange.Redis.Tests.SkipTestException) ---- StackExchange.Redis.Tests.SkipTestException : Requires protocol Resp3, but connection is Resp2.
ClusterTests.TransactionWithSameServerKeys(RESP3): tests/StackExchange.Redis.Tests/ClusterTests.cs#L263
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(StackExchange.Redis.RedisCommandException) Actual: typeof(StackExchange.Redis.Tests.SkipTestException) ---- StackExchange.Redis.Tests.SkipTestException : Requires protocol Resp3, but connection is Resp2.
ScriptingTests.ScriptThrowsError(RESP3): tests/StackExchange.Redis.Tests/ScriptingTests.cs#L253
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(StackExchange.Redis.RedisServerException) Actual: typeof(StackExchange.Redis.Tests.SkipTestException) ---- StackExchange.Redis.Tests.SkipTestException : Requires protocol Resp3, but connection is Resp2.
StackExchange.Redis (Windows Server 2022)
Process completed with exit code 1.