Skip to content

Fix CI windows test #381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ runs:
echo "${{inputs.REDIS_CA_PEM}}" > tests/NRedisStack.Tests/bin/Debug/${CLR_VERSION}/redis_ca.pem
echo "${{inputs.REDIS_USER_CRT}}" > tests/NRedisStack.Tests/bin/Debug/${CLR_VERSION}/redis_user.crt
echo "${{inputs.REDIS_USER_PRIVATE_KEY}}" > tests/NRedisStack.Tests/bin/Debug/${CLR_VERSION}/redis_user_private.key
REDIS_VERSION=$(echo "$REDIS_VERSION" | cut -d'-' -f1)
echo $REDIS_VERSION
dotnet test -f ${CLR_VERSION} --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover -p:BuildInParallel=false tests/Test.proj --logger GitHubActions
echo "::endgroup::"
- name: Codecov
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,8 @@ jobs:
shell: cmd
env:
REDIS_VERSION: ${{env.redis_stack_version}}
run: |
run: |
rem Extract part of the version before the '-' character
for /f "tokens=1 delims=-" %%a in ("%REDIS_VERSION%") do set REDIS_VERSION=%%a
echo %REDIS_VERSION%
dotnet test -f net481 --no-build --verbosity detailed -p:BuildInParallel=false tests/Test.proj --logger GitHubActions
4 changes: 0 additions & 4 deletions tests/NRedisStack.Tests/Search/SearchTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
var ft = db.FT();
Schema sc = new Schema();
sc.AddTextField("name", 1.0, sortable: true);
ft.Create(index, FTCreateParams.CreateParams(), sc);

Check failure on line 67 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M03; .NET 6.0;

NRedisStack.Tests.Search.SearchTests.TestAggregationRequestVerbatim(endpointId: "cluster")

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-az1440-248(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=8,QueuedItems=0,CompletedItems=13397,Timers=130), 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)

Check failure on line 67 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M02; .NET 6.0;

NRedisStack.Tests.Search.SearchTests.TestAggregationRequestVerbatim(endpointId: "cluster")

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-az1673-566(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=43768,Timers=166), 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)

Check failure on line 67 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M02; .NET 7.0;

NRedisStack.Tests.Search.SearchTests.TestAggregationRequestVerbatim(endpointId: "cluster")

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-az1440-248(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=3446,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)

Check failure on line 67 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M03; .NET 7.0;

NRedisStack.Tests.Search.SearchTests.TestAggregationRequestVerbatim(endpointId: "cluster")

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-az1046-412(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=51068,Timers=129), 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)
AddDocument(db, new Document("data1").Set("name", "hello kitty"));

AggregationRequest r = new AggregationRequest("kitti");
Expand All @@ -87,7 +87,7 @@
var ft = db.FT();
Schema sc = new Schema();
sc.AddTextField("name", 1.0, sortable: true);
ft.Create(index, FTCreateParams.CreateParams(), sc);

Check failure on line 90 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M03; .NET 6.0;

NRedisStack.Tests.Search.SearchTests.TestAggregationRequestVerbatimAsync(endpointId: "cluster")

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-az1440-248(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=8,QueuedItems=0,CompletedItems=19518,Timers=159), 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)

Check failure on line 90 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M02; .NET 6.0;

NRedisStack.Tests.Search.SearchTests.TestAggregationRequestVerbatimAsync(endpointId: "cluster")

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-az1673-566(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=9,QueuedItems=0,CompletedItems=50810,Timers=195), 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)

Check failure on line 90 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M02; .NET 7.0;

NRedisStack.Tests.Search.SearchTests.TestAggregationRequestVerbatimAsync(endpointId: "cluster")

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-az1440-248(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=9,QueuedItems=0,CompletedItems=6855,Timers=51), 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)
AddDocument(db, new Document("data1").Set("name", "hello kitty"));

AggregationRequest r = new AggregationRequest("kitti");
Expand Down Expand Up @@ -652,7 +652,7 @@
SearchResult noFilters = ft.Search(index, new Query());
Assert.Equal(5, noFilters.TotalResults);

SearchResult asOriginal = ft.Search(index, new Query("@first:Jo*"));

Check failure on line 655 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M03; .NET 6.0;

NRedisStack.Tests.Search.SearchTests.CreateWithFieldNames(endpointId: "standalone")

StackExchange.Redis.RedisServerException : Unknown field at offset 0 near first
Assert.Equal(0, asOriginal.TotalResults);

SearchResult asAttribute = ft.Search(index, new Query("@given:Jo*"));
Expand Down Expand Up @@ -684,7 +684,7 @@
SearchResult noFilters = await ft.SearchAsync(index, new Query());
Assert.Equal(5, noFilters.TotalResults);

SearchResult asOriginal = await ft.SearchAsync(index, new Query("@first:Jo*"));

Check failure on line 687 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M03; .NET 6.0;

NRedisStack.Tests.Search.SearchTests.CreateWithFieldNamesAsync(endpointId: "standalone")

StackExchange.Redis.RedisServerException : Unknown field at offset 0 near first
Assert.Equal(0, asOriginal.TotalResults);

SearchResult asAttribute = await ft.SearchAsync(index, new Query("@given:Jo*"));
Expand Down Expand Up @@ -751,7 +751,6 @@
Assert.True(info.OffsetsPerTermAvg > 0.8);
Assert.Equal(8, info.OffsetBitsPerRecordAvg);
Assert.Equal(0, info.HashIndexingFailures);
Assert.True(info.TotalIndexingTime > 0);
Assert.Equal(0, info.Indexing);
Assert.Equal(1, info.PercentIndexed);
Assert.Equal(4, info.NumberOfUses);
Expand Down Expand Up @@ -813,7 +812,6 @@
Assert.True(info.OffsetsPerTermAvg > 0.8);
Assert.Equal(8, info.OffsetBitsPerRecordAvg);
Assert.Equal(0, info.HashIndexingFailures);
Assert.True(info.TotalIndexingTime > 0);
Assert.Equal(0, info.Indexing);
Assert.Equal(1, info.PercentIndexed);
Assert.Equal(4, info.NumberOfUses);
Expand Down Expand Up @@ -877,7 +875,6 @@
Assert.True(info.OffsetsPerTermAvg > 0.8);
Assert.Equal(8, info.OffsetBitsPerRecordAvg);
Assert.Equal(0, info.HashIndexingFailures);
Assert.True(info.TotalIndexingTime > 0);
Assert.Equal(0, info.Indexing);
Assert.Equal(1, info.PercentIndexed);
Assert.Equal(4, info.NumberOfUses);
Expand Down Expand Up @@ -974,7 +971,6 @@
Assert.True(info.OffsetsPerTermAvg > 0.8);
Assert.Equal(8, info.OffsetBitsPerRecordAvg);
Assert.Equal(0, info.HashIndexingFailures);
Assert.True(info.TotalIndexingTime > 0);
Assert.Equal(0, info.Indexing);
Assert.Equal(1, info.PercentIndexed);
Assert.Equal(4, info.NumberOfUses);
Expand Down Expand Up @@ -1535,7 +1531,7 @@
.AddTextField("f1", 1.0)
.AddTextField("f2", 1.0)
.AddTextField("f3", 1.0);
ft.Create(index, FTCreateParams.CreateParams(), sc);

Check failure on line 1534 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M03; .NET 6.0;

NRedisStack.Tests.Search.SearchTests.TestExplainCli(endpointId: "cluster")

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-az1440-248(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=16,QueuedItems=0,CompletedItems=11290,Timers=111), 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)

Check failure on line 1534 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M02; .NET 6.0;

NRedisStack.Tests.Search.SearchTests.TestExplainCli(endpointId: "cluster")

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-az1673-566(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=19,QueuedItems=0,CompletedItems=41297,Timers=147), 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)

Check failure on line 1534 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M02; .NET 7.0;

NRedisStack.Tests.Search.SearchTests.TestExplainCli(endpointId: "cluster")

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-az1440-248(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=2397,Timers=13), 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)

Check failure on line 1534 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M03; .NET 7.0;

NRedisStack.Tests.Search.SearchTests.TestExplainCli(endpointId: "cluster")

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-az1046-412(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=16,QueuedItems=0,CompletedItems=48953,Timers=110), 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)


var res = ft.ExplainCli(index, explainQuery);
Expand All @@ -1558,7 +1554,7 @@
.AddTextField("f1", 1.0)
.AddTextField("f2", 1.0)
.AddTextField("f3", 1.0);
ft.Create(index, FTCreateParams.CreateParams(), sc);

Check failure on line 1557 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M03; .NET 6.0;

NRedisStack.Tests.Search.SearchTests.TestExplainCliAsync(endpointId: "cluster")

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-az1440-248(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=8,QueuedItems=0,CompletedItems=15435,Timers=141), 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)

Check failure on line 1557 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M02; .NET 6.0;

NRedisStack.Tests.Search.SearchTests.TestExplainCliAsync(endpointId: "cluster")

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-az1673-566(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=12,QueuedItems=0,CompletedItems=46198,Timers=177), 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)

Check failure on line 1557 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M02; .NET 7.0;

NRedisStack.Tests.Search.SearchTests.TestExplainCliAsync(endpointId: "cluster")

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-az1440-248(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=5,QueuedItems=0,CompletedItems=4330,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)

Check failure on line 1557 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M03; .NET 7.0;

NRedisStack.Tests.Search.SearchTests.TestExplainCliAsync(endpointId: "cluster")

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-az1046-412(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=5,QueuedItems=0,CompletedItems=53083,Timers=140), 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)


var res = await ft.ExplainCliAsync(index, explainQuery);
Expand Down Expand Up @@ -1883,7 +1879,7 @@
var q1 = new Query("foo").AddFilter(new Query.NumericFilter("num", 0, 2));
var q2 = new Query("foo").AddFilter(new Query.NumericFilter("num", 2, true, double.MaxValue, false));
q1.NoContent = q2.NoContent = true;
var res1 = ft.Search("idx", q1);

Check failure on line 1882 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M03; .NET 6.0;

NRedisStack.Tests.Search.SearchTests.TestFilters(endpointId: "standalone")

StackExchange.Redis.RedisServerException : Unknown argument `0` at position 4 for <main>
var res2 = ft.Search("idx", q2);

Assert.Equal(1, res1.TotalResults);
Expand Down Expand Up @@ -1933,7 +1929,7 @@
var q1 = new Query("foo").AddFilter(new Query.NumericFilter("num", 0, 2));
var q2 = new Query("foo").AddFilter(new Query.NumericFilter("num", 2, true, double.MaxValue, false));
q1.NoContent = q2.NoContent = true;
var res1 = await ft.SearchAsync("idx", q1);

Check failure on line 1932 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M03; .NET 6.0;

NRedisStack.Tests.Search.SearchTests.TestFiltersAsync(endpointId: "standalone")

StackExchange.Redis.RedisServerException : Unknown argument `0` at position 4 for <main>

Check failure on line 1932 in tests/NRedisStack.Tests/Search/SearchTests.cs

View workflow job for this annotation

GitHub Actions / Redis 8.0-M03; .NET 7.0;

NRedisStack.Tests.Search.SearchTests.TestFiltersAsync(endpointId: "standalone")

StackExchange.Redis.RedisServerException : Unknown argument `0` at position 4 for <main>
var res2 = await ft.SearchAsync("idx", q2);

Assert.Equal(1, res1.TotalResults);
Expand Down
Loading