Fix failing tests for CLIENT INFO on 8.0 #2633
Annotations
5 errors and 10 warnings
Run tests:
tests/NRedisStack.Tests/Search/SearchTests.cs#L90
StackExchange.Redis.RedisTimeoutException : Timeout performing FT.CREATE (10000ms), next: FT.CREATE, inst: 0, qu: 0, qs: 1, aw: False, bw: Inactive, rs: ReadAsync, ws: Idle, in: 0, in-pipe: 0, out-pipe: 0, last-in: 2, cur-in: 0, sync-ops: 8, async-ops: 1, serverEndpoint: localhost:16381, conn-sec: 10.02, aoc: 1, mc: 1/1/0, mgr: 10 of 10 available, clientName: fv-az1374-913(SE.Redis-v2.8.24.3255), IOCP: (Busy=0,Free=1000,Min=1,Max=1000), WORKER: (Busy=2,Free=32765,Min=4,Max=32767), POOL: (Threads=10,QueuedItems=0,CompletedItems=22795,Timers=142), v: 2.8.24.3255 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)
|
Run tests:
tests/NRedisStack.Tests/Search/SearchTests.cs#L1534
StackExchange.Redis.RedisTimeoutException : Timeout performing FT.CREATE (10000ms), next: FT.CREATE, inst: 0, qu: 0, qs: 1, aw: False, bw: Inactive, rs: ReadAsync, ws: Idle, in: 0, in-pipe: 0, out-pipe: 0, last-in: 2, cur-in: 0, sync-ops: 8, async-ops: 1, serverEndpoint: localhost:16381, conn-sec: 10.01, aoc: 1, mc: 1/1/0, mgr: 10 of 10 available, clientName: fv-az1374-913(SE.Redis-v2.8.24.3255), IOCP: (Busy=0,Free=1000,Min=1,Max=1000), WORKER: (Busy=2,Free=32765,Min=4,Max=32767), POOL: (Threads=8,QueuedItems=0,CompletedItems=27104,Timers=14), v: 2.8.24.3255 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)
|
Run tests:
tests/NRedisStack.Tests/Search/SearchTests.cs#L1557
StackExchange.Redis.RedisTimeoutException : Timeout performing FT.CREATE (10000ms), next: FT.CREATE, inst: 0, qu: 0, qs: 1, aw: False, bw: Inactive, rs: ReadAsync, ws: Idle, in: 0, in-pipe: 0, out-pipe: 0, last-in: 2, cur-in: 0, sync-ops: 8, async-ops: 1, serverEndpoint: localhost:16381, conn-sec: 10.01, aoc: 1, mc: 1/1/0, mgr: 10 of 10 available, clientName: fv-az1374-913(SE.Redis-v2.8.24.3255), IOCP: (Busy=0,Free=1000,Min=1,Max=1000), WORKER: (Busy=2,Free=32765,Min=4,Max=32767), POOL: (Threads=7,QueuedItems=0,CompletedItems=28480,Timers=22), v: 2.8.24.3255 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)
|
Run tests:
tests/NRedisStack.Tests/Search/SearchTests.cs#L67
StackExchange.Redis.RedisTimeoutException : Timeout performing FT.CREATE (10000ms), next: FT.CREATE, inst: 0, qu: 0, qs: 1, aw: False, bw: Inactive, rs: ReadAsync, ws: Idle, in: 0, in-pipe: 0, out-pipe: 0, last-in: 2, cur-in: 0, sync-ops: 8, async-ops: 1, serverEndpoint: localhost:16381, conn-sec: 10.01, aoc: 1, mc: 1/1/0, mgr: 10 of 10 available, clientName: fv-az1374-913(SE.Redis-v2.8.24.3255), IOCP: (Busy=0,Free=1000,Min=1,Max=1000), WORKER: (Busy=2,Free=32765,Min=4,Max=32767), POOL: (Threads=7,QueuedItems=0,CompletedItems=29446,Timers=34), v: 2.8.24.3255 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)
|
Run tests
Process completed with exit code 1.
|
Run tests:
src/NRedisStack/Search/Query.cs#L686
Unexpected character '''. See also error CS1056.
|
Run tests:
src/NRedisStack/TimeSeries/TimeSeriesParamsBuilder.cs#L159
'TsCreateParamsBuilder.AddUncompressed(bool)' hides inherited member 'TsBaseParamsBuilder<TsCreateParamsBuilder>.AddUncompressed(bool)'. Use the new keyword if hiding was intended.
|
Run tests:
src/NRedisStack/TimeSeries/TimeSeriesParamsBuilder.cs#L160
'TsCreateParamsBuilder.AddDuplicatePolicy(TsDuplicatePolicy)' hides inherited member 'TsBaseParamsBuilder<TsCreateParamsBuilder>.AddDuplicatePolicy(TsDuplicatePolicy)'. Use the new keyword if hiding was intended.
|
Run tests:
src/NRedisStack/TimeSeries/TimeSeriesParamsBuilder.cs#L177
'TsAlterParamsBuilder.AddDuplicatePolicy(TsDuplicatePolicy)' hides inherited member 'TsBaseParamsBuilder<TsAlterParamsBuilder>.AddDuplicatePolicy(TsDuplicatePolicy)'. Use the new keyword if hiding was intended.
|
Run tests:
src/NRedisStack/TimeSeries/TimeSeriesParamsBuilder.cs#L197
'TsAddParamsBuilder.AddValue(double)' hides inherited member 'TsBaseParamsBuilder<TsAddParamsBuilder>.AddValue(double)'. Use the new keyword if hiding was intended.
|
Run tests:
src/NRedisStack/TimeSeries/TimeSeriesParamsBuilder.cs#L198
'TsAddParamsBuilder.AddTimestamp(TimeStamp)' hides inherited member 'TsBaseParamsBuilder<TsAddParamsBuilder>.AddTimestamp(TimeStamp)'. Use the new keyword if hiding was intended.
|
Run tests:
src/NRedisStack/TimeSeries/TimeSeriesParamsBuilder.cs#L199
'TsAddParamsBuilder.AddUncompressed(bool)' hides inherited member 'TsBaseParamsBuilder<TsAddParamsBuilder>.AddUncompressed(bool)'. Use the new keyword if hiding was intended.
|
Run tests:
src/NRedisStack/TimeSeries/TimeSeriesParamsBuilder.cs#L219
'TsIncrByParamsBuilder.AddValue(double)' hides inherited member 'TsBaseParamsBuilder<TsIncrByParamsBuilder>.AddValue(double)'. Use the new keyword if hiding was intended.
|
Run tests:
src/NRedisStack/TimeSeries/TimeSeriesParamsBuilder.cs#L220
'TsIncrByParamsBuilder.AddTimestamp(TimeStamp)' hides inherited member 'TsBaseParamsBuilder<TsIncrByParamsBuilder>.AddTimestamp(TimeStamp)'. Use the new keyword if hiding was intended.
|
Run tests:
src/NRedisStack/TimeSeries/TimeSeriesParamsBuilder.cs#L221
'TsIncrByParamsBuilder.AddUncompressed(bool)' hides inherited member 'TsBaseParamsBuilder<TsIncrByParamsBuilder>.AddUncompressed(bool)'. Use the new keyword if hiding was intended.
|
Loading