Skip to content

Protocol support: RESP3 #10

Protocol support: RESP3

Protocol support: RESP3 #10

Triggered via pull request September 5, 2023 00:22
@NickCraverNickCraver
synchronize #2396
resp3
Status Success
Total duration 9m 33s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

6 errors
StackExchange.Redis.Tests.ClusterTests ► ClusterTests.TransactionWithMultiServerKeys(RESP3): tests/StackExchange.Redis.Tests/ClusterTests.cs#L255
Failed test found in: test-results/runneradmin_fv-az206-819_2023-09-05_00_26_06.trx Error: 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.
StackExchange.Redis.Tests.ClusterTests ► ClusterTests.TransactionWithSameServerKeys(RESP3): tests/StackExchange.Redis.Tests/ClusterTests.cs#L312
Failed test found in: test-results/runneradmin_fv-az206-819_2023-09-05_00_26_06.trx Error: 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.
StackExchange.Redis.Tests.ScriptingTests ► ScriptingTests.ScriptThrowsError(RESP3): tests/StackExchange.Redis.Tests/ScriptingTests.cs#L251
Failed test found in: test-results/runneradmin_fv-az206-819_2023-09-05_00_26_06.trx Error: 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.Tests.ClusterTests ► ClusterTests.TransactionWithMultiServerKeys(RESP3): tests/StackExchange.Redis.Tests/ClusterTests.cs#L203
Failed test found in: test-results/runneradmin_fv-az206-819_2023-09-05_00_29_36.trx Error: 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.
StackExchange.Redis.Tests.ClusterTests ► ClusterTests.TransactionWithSameServerKeys(RESP3): tests/StackExchange.Redis.Tests/ClusterTests.cs#L261
Failed test found in: test-results/runneradmin_fv-az206-819_2023-09-05_00_29_36.trx Error: 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.
StackExchange.Redis.Tests.ScriptingTests ► ScriptingTests.ScriptThrowsError(RESP3): tests/StackExchange.Redis.Tests/ScriptingTests.cs#L251
Failed test found in: test-results/runneradmin_fv-az206-819_2023-09-05_00_29_36.trx Error: 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.