Bump coverlet.collector from 6.0.3 to 6.0.4 #2617
Annotations
5 errors and 10 warnings
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-az1075-513(SE.Redis-v2.8.24.3255), IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=2,Free=32765,Min=4,Max=32767), POOL: (Threads=17,QueuedItems=0,CompletedItems=4880,Timers=21), 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-az1075-513(SE.Redis-v2.8.24.3255), IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=2,Free=32765,Min=4,Max=32767), POOL: (Threads=6,QueuedItems=0,CompletedItems=5961,Timers=21), 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-az1075-513(SE.Redis-v2.8.24.3255), IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=2,Free=32765,Min=4,Max=32767), POOL: (Threads=6,QueuedItems=0,CompletedItems=6855,Timers=32), 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#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.01, aoc: 1, mc: 1/1/0, mgr: 10 of 10 available, clientName: fv-az1075-513(SE.Redis-v2.8.24.3255), IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=2,Free=32765,Min=4,Max=32767), POOL: (Threads=13,QueuedItems=0,CompletedItems=9117,Timers=23), 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