Skip to content

Feature: Support for hash field expiration #1556

Feature: Support for hash field expiration

Feature: Support for hash field expiration #1556

Triggered via pull request May 21, 2024 13:18
Status Failure
Total duration 34m 25s
Artifacts

CI.yml

on: pull_request
StackExchange.Redis (Ubuntu)
3m 46s
StackExchange.Redis (Ubuntu)
StackExchange.Redis (Windows Server 2022)
5m 55s
StackExchange.Redis (Windows Server 2022)
Fit to window
Zoom out
Zoom in

Annotations

12 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: 0, in-pipe: 0, out-pipe: 0, last-in: 414, cur-in: 0, sync-ops: 1, async-ops: 0, serverEndpoint: 127.0.0.1:6379, conn-sec: 1.22, aoc: 0, mc: 1/1/0, mgr: 10 of 10 available, clientName: fv-az802-676(SE.Redis-v2.7.43.45138), IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=6,Free=32761,Min=4,Max=32767), POOL: (Threads=6,QueuedItems=77,CompletedItems=337,Timers=48), v: 2.7.43.45138 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)
HashFieldTests.HashFieldExpireFieldNoExpireTime(RESP2): _/tests/StackExchange.Redis.Tests/HashFieldTests.cs#L202
StackExchange.Redis.RedisServerException : ERR unknown command 'HPEXPIRETIME', with args beginning with: '6.0.30HashFieldTests-HashFieldExpireFieldNoExpireTimeR2' 'FIELDS' '1' 'f1'
HashFieldTests.HashFieldExpireFieldNoExpireTime(RESP3): _/tests/StackExchange.Redis.Tests/HashFieldTests.cs#L202
StackExchange.Redis.RedisServerException : ERR unknown command 'HPEXPIRETIME', with args beginning with: '6.0.30HashFieldTests-HashFieldExpireFieldNoExpireTimeR3' 'FIELDS' '1' 'f1'
HashFieldTests.HashFieldSetWithFlags(RESP2): _/tests/StackExchange.Redis.Tests/HashFieldTests.cs#L542
StackExchange.Redis.RedisServerException : ERR unknown command 'HSETF', with args beginning with: '6.0.30HashFieldTests-HashFieldSetWithFlagsR2' 'DC' 'NX' 'PX' '31536000000' 'FVS' '2' 'f1' '1' 'f2' '2'
HashFieldTests.HashFieldSetWithFlags(RESP3): _/tests/StackExchange.Redis.Tests/HashFieldTests.cs#L542
StackExchange.Redis.RedisServerException : ERR unknown command 'HSETF', with args beginning with: '6.0.30HashFieldTests-HashFieldSetWithFlagsR3' 'DC' 'NX' 'PX' '31536000000' 'FVS' '2' 'f1' '1' 'f2' '2'
HashFieldTests.HashFieldGetWithExpireConditions(RESP2): _/tests/StackExchange.Redis.Tests/HashFieldTests.cs#L395
StackExchange.Redis.RedisServerException : ERR unknown command 'HGETF', with args beginning with: '6.0.30HashFieldTests-HashFieldGetWithExpireConditionsR2' 'PX' '31536000000' 'NX' 'FIELDS' '2' 'f1' 'f2'
HashFieldTests.HashFieldGetWithExpireConditions(RESP3): _/tests/StackExchange.Redis.Tests/HashFieldTests.cs#L395
StackExchange.Redis.RedisServerException : ERR unknown command 'HGETF', with args beginning with: '6.0.30HashFieldTests-HashFieldGetWithExpireConditionsR3' 'PX' '31536000000' 'NX' 'FIELDS' '2' 'f1' 'f2'
HashFieldTests.HashFieldPersist(RESP2): _/tests/StackExchange.Redis.Tests/HashFieldTests.cs#L304
StackExchange.Redis.RedisServerException : ERR unknown command 'HEXPIRE', with args beginning with: '6.0.30HashFieldTests-HashFieldPersistR2' '31536000' 'FIELDS' '2' 'f1' 'f2'
HashFieldTests.HashFieldPersist(RESP3): _/tests/StackExchange.Redis.Tests/HashFieldTests.cs#L304
StackExchange.Redis.RedisServerException : ERR unknown command 'HEXPIRE', with args beginning with: '6.0.30HashFieldTests-HashFieldPersistR3' '31536000' 'FIELDS' '2' 'f1' 'f2'
HashFieldTests.HashFieldExpireConditionsSatisfied(RESP2): _/tests/StackExchange.Redis.Tests/HashFieldTests.cs#L139
StackExchange.Redis.RedisServerException : ERR unknown command 'HEXPIREAT', with args beginning with: '6.0.30HashFieldTests-HashFieldExpireConditionsSatisfiedR2' '2524608000' 'FIELDS' '3' 'f2' 'f3' 'f4'
StackExchange.Redis (Windows Server 2022)
HttpError: Resource not accessible by integration
StackExchange.Redis (Ubuntu)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.