Add support for ACL commands #1650
CI.yml
on: pull_request
StackExchange.Redis (Ubuntu)
3m 58s
StackExchange.Redis (Windows Server 2022)
4m 18s
Annotations
16 errors and 1 warning
StackExchange.Redis (Ubuntu)
HttpError: Resource not accessible by integration
|
AbortOnConnectFailTests.DisconnectAndNoReconnectThrowsConnectionExceptionAsync(RESP2):
_/tests/StackExchange.Redis.Tests/AbortOnConnectFailTests.cs#L70
StackExchange.Redis.RedisTimeoutException : Timeout performing PING (400ms), next: PING, inst: 14, qu: 0, qs: 1, aw: False, bw: Inactive, rs: ReadAsync, ws: Idle, in: 7, in-pipe: 0, out-pipe: 0, last-in: 408, cur-in: 0, sync-ops: 1, async-ops: 0, serverEndpoint: 127.0.0.1:6379, conn-sec: 1.62, aoc: 0, mc: 1/1/0, mgr: 10 of 10 available, clientName: fv-az1940-69(SE.Redis-v2.8.26.5558), IOCP: (Busy=0,Free=1000,Min=1,Max=1000), WORKER: (Busy=6,Free=32761,Min=4,Max=32767), POOL: (Threads=6,QueuedItems=60,CompletedItems=252,Timers=39), v: 2.8.26.5558 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)
|
ExceptionFactoryTests.NoConnectionException(abortOnConnect: True:
_/tests/StackExchange.Redis.Tests/ExceptionFactoryTests.cs#L173
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code. ConnectTimeout
|
EnvoyTests.TestBasicEnvoyConnection(RESP2):
_/tests/StackExchange.Redis.Tests/EnvoyTests.cs#L30
StackExchange.Redis.RedisTimeoutException : The message timed out in the backlog attempting to send because no connection became available, command=SET, timeout: 5000, inst: 0, qu: 0, qs: 0, aw: False, bw: Inactive, rs: ReadAsync, ws: Idle, in: 0, in-pipe: 0, out-pipe: 0, last-in: 4, cur-in: 0, sync-ops: 1, async-ops: 0, serverEndpoint: 127.0.0.1:7015, conn-sec: 5.47, aoc: 1, mc: 1/1/0, mgr: 10 of 10 available, clientName: TestBasicEnvoyConnection, PerfCounterHelperkeyHashSlot: 13807, IOCP: (Busy=0,Free=1000,Min=1,Max=1000), WORKER: (Busy=8,Free=32759,Min=4,Max=32767), POOL: (Threads=9,QueuedItems=39,CompletedItems=429,Timers=31), v: 2.8.26.5558 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)
|
StackExchange.Redis (Ubuntu)
Process completed with exit code 1.
|
StackExchange.Redis (Windows Server 2022)
HttpError: Resource not accessible by integration
|
ACLIntegrationTests.AccessControlDeleteUsers_ShouldReturnCorrectCount(RESP2):
_/tests/StackExchange.Redis.Tests/ACLIntegrationTests.cs#L54
StackExchange.Redis.RedisServerException : ERR unknown command 'ACL'
|
ACLIntegrationTests.AccessControlDeleteUsers_ShouldReturnCorrectCount(RESP2):
_/tests/StackExchange.Redis.Tests/ACLIntegrationTests.cs#L51
StackExchange.Redis.RedisServerException : ERR unknown command 'ACL'
|
ACLIntegrationTests.AccessControlGetCommands_ShouldReturnCommands(RESP2):
_/tests/StackExchange.Redis.Tests/ACLIntegrationTests.cs#L39
StackExchange.Redis.RedisServerException : ERR unknown command 'ACL'
|
ACLIntegrationTests.AccessControlGetCategories_ShouldReturnCategories(RESP2):
_/tests/StackExchange.Redis.Tests/ACLIntegrationTests.cs#L26
StackExchange.Redis.RedisServerException : ERR unknown command 'ACL'
|
ACLIntegrationTests.AccessControlWhoAmI_ShouldReturnCurrentUser(RESP2):
_/tests/StackExchange.Redis.Tests/ACLIntegrationTests.cs#L118
StackExchange.Redis.RedisServerException : ERR unknown command 'ACL'
|
ACLIntegrationTests.AccessControlGeneratePassword_ShouldReturnGeneratedPassword(RESP2):
_/tests/StackExchange.Redis.Tests/ACLIntegrationTests.cs#L64
StackExchange.Redis.RedisServerException : ERR unknown command 'ACL'
|
ExceptionFactoryTests.NoConnectionException(abortOnConnect: True:
_/tests/StackExchange.Redis.Tests/ExceptionFactoryTests.cs#L173
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
|
ACLIntegrationTests.AccessControlLogReset_ShouldExecuteSuccessfully(RESP2):
_/tests/StackExchange.Redis.Tests/ACLIntegrationTests.cs#L75
StackExchange.Redis.RedisServerException : ERR unknown command 'ACL'
|
ACLIntegrationTests.AccessControlLog_ShouldReturnLogs(RESP2):
_/tests/StackExchange.Redis.Tests/ACLIntegrationTests.cs#L85
StackExchange.Redis.RedisServerException : ERR unknown command 'ACL'
|
ACLIntegrationTests.AccessControlSetUser_ShouldSetUserWithGivenRules(RESP2):
_/tests/StackExchange.Redis.Tests/ACLIntegrationTests.cs#L129
StackExchange.Redis.RedisServerException : ERR unknown command 'ACL'
|
StackExchange.Redis (Ubuntu)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|