Protocol support: RESP3 #1442
CI.yml
on: pull_request
StackExchange.Redis (Ubuntu)
4m 6s
StackExchange.Redis (Windows Server 2022)
8m 44s
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.
|