8.6 Support HOTKEYS #2060
CI.yml
on: pull_request
StackExchange.Redis (Ubuntu)
2m 43s
StackExchange.Redis (Windows Server 2022)
6m 20s
Annotations
22 errors and 2 warnings
|
StackExchange.Redis (Ubuntu)
Failed test were found and 'fail-on-error' option is set to true
|
|
HotKeysTests.MetricsChoiceAsync(metrics: Cpu) (RESP2):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L217
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'START' 'METRICS' '1' 'CPU'
|
|
HotKeysTests.MetricsChoiceAsync(metrics: Cpu | Network) (RESP3):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L217
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'START' 'METRICS' '2' 'CPU' 'NET'
|
|
HotKeysTests.MetricsChoiceAsync(metrics: Cpu | Network) (RESP2):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L217
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'START' 'METRICS' '2' 'CPU' 'NET'
|
|
HotKeysTests.MetricsChoiceAsync(metrics: Network) (RESP3):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L217
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'START' 'METRICS' '1' 'NET'
|
|
HotKeysTests.MetricsChoiceAsync(metrics: Network) (RESP2):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L217
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'START' 'METRICS' '1' 'NET'
|
|
HotKeysTests.GetWhenEmptyIsNullAsync (RESP3):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L67
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'GET'
|
|
HotKeysTests.GetWhenEmptyIsNullAsync (RESP2):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L67
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'GET'
|
|
HotKeysTests.CanStartStopReset (RESP3):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L88
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'START' 'METRICS' '2' 'CPU' 'NET'
|
|
HotKeysTests.CanStartStopReset (RESP2):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L88
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'START' 'METRICS' '2' 'CPU' 'NET'
|
|
PubSubKeyNotificationTestsStandalone.KeyEvent_CanObserveSimple_ViaCallbackHandler(withChannelPrefix: True) (RESP2):
/_/tests/StackExchange.Redis.Tests/PubSubKeyNotificationTests.cs#L117
Assert.Equal() Failure: Values differ
Expected: 64
Actual: 63
|
|
StackExchange.Redis (Windows Server 2022)
Failed test were found and 'fail-on-error' option is set to true
|
|
HotKeysTests.MetricsChoiceAsync(metrics: Cpu) (RESP3):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L217
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'START' 'METRICS' '1' 'CPU'
|
|
HotKeysTests.MetricsChoiceAsync(metrics: Cpu) (RESP2):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L217
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'START' 'METRICS' '1' 'CPU'
|
|
HotKeysTests.MetricsChoiceAsync(metrics: Network) (RESP3):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L217
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'START' 'METRICS' '1' 'NET'
|
|
HotKeysTests.MetricsChoiceAsync(metrics: Network) (RESP2):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L217
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'START' 'METRICS' '1' 'NET'
|
|
HotKeysTests.MetricsChoiceAsync(metrics: Cpu | Network) (RESP3):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L217
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'START' 'METRICS' '2' 'CPU' 'NET'
|
|
HotKeysTests.MetricsChoiceAsync(metrics: Cpu | Network) (RESP2):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L217
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'START' 'METRICS' '2' 'CPU' 'NET'
|
|
HotKeysTests.CanStartStopReset (RESP3):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L88
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'START' 'METRICS' '2' 'CPU' 'NET'
|
|
HotKeysTests.CanStartStopReset (RESP2):
/_/tests/StackExchange.Redis.Tests/HotKeysTests.cs#L88
StackExchange.Redis.RedisServerException : ERR unknown command 'HOTKEYS', with args beginning with: 'START' 'METRICS' '2' 'CPU' 'NET'
|
|
SentinelTests.SentinelConnectAsyncTest (RESP2):
/_/tests/StackExchange.Redis.Tests/SentinelTests.cs#L130
StackExchange.Redis.RedisException : Timeout waiting for server (127.0.0.1:7011) to have expected role ("slave") assigned
|
|
SentinelTests.SentinelPrimaryAsyncTest (RESP2):
/_/tests/StackExchange.Redis.Tests/SentinelTests.cs#L233
StackExchange.Redis.RedisException : Timeout waiting for server (127.0.0.1:7011) to have expected role ("slave") assigned
|
|
StackExchange.Redis (Windows Server 2022)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0abqJaQAAAAAakvwDhJ0SSqfBGEZLcY+hUEhMMzBFREdFMDIyMgBFZGdl
|
|
StackExchange.Redis (Windows Server 2022)
Failed to restore: Cache service responded with 400
|