Integration Tests #2663
Annotations
6 errors and 10 warnings
Run tests:
tests/NRedisStack.Tests/Search/SearchTests.cs#L3442
Assert.True() Failure
Expected: True
Actual: False
|
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-az1391-347(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=6,QueuedItems=0,CompletedItems=14157,Timers=74), 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#L1554
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: 4, cur-in: 0, sync-ops: 8, async-ops: 2, serverEndpoint: localhost:16381, conn-sec: 10.02, aoc: 1, mc: 1/1/0, mgr: 10 of 10 available, clientName: fv-az1391-347(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=16157,Timers=12), 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#L1577
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-az1391-347(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=17574,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-az1391-347(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=12,QueuedItems=0,CompletedItems=18630,Timers=33), 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