Skip to content

Conversation

uglide
Copy link
Contributor

@uglide uglide commented Sep 25, 2025

No description provided.

Updated the README title to include 'test'.
@uglide
Copy link
Contributor Author

uglide commented Sep 25, 2025

run integration tests

@uglide
Copy link
Contributor Author

uglide commented Sep 25, 2025

Testcase Errors Failures Skipped Total
NRedisStack.Tests.CommunityEditionUpdatesTests - (ConfigSearchSettings(endpointId: "standalone")) Assert.Single() Failure: The collection was empty at NRedisStack.Tests.CommunityEditionUpdatesTests.ConfigSearchSettings(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/CommunityEditionUpdatesTests.cs:line 38
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
NRedisStack.Tests.CommunityEditionUpdatesTests - (ConfigSearchSettings(endpointId: "cluster")) Assert.Single() Failure: The collection was empty at NRedisStack.Tests.CommunityEditionUpdatesTests.ConfigSearchSettings(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/CommunityEditionUpdatesTests.cs:line 38
at InvokeStub_CommunityEditionUpdatesTests.ConfigSearchSettings(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
NRedisStack.Tests.Search.SearchTests - (CreateWithFieldNames(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 7
Actual: 8 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSize(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 58
at NRedisStack.Tests.Search.SearchTests.CreateWithFieldNames(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 728
at InvokeStub_SearchTests.CreateWithFieldNames(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
NRedisStack.Tests.Search.SearchTests - (QueryingVectorFields(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 3
Actual: 4 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSize(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 58
at NRedisStack.Tests.Search.SearchTests.QueryingVectorFields(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 2675
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
NRedisStack.Tests.Search.SearchTests - (AddSuggestionIncrAndGetSuggestionFuzzy(endpointId: "standalone")) System.ArgumentOutOfRangeException : Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') at System.Collections.Generic.List`1.get_Item(Int32 index)
at NRedisStack.Tests.Search.SearchTests.AddSuggestionIncrAndGetSuggestionFuzzy(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 3010
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
NRedisStack.Tests.Search.SearchTests - (GetSuggestionLengthAndDeleteSuggestion(endpointId: "standalone")) Assert.Equal() Failure: Values differ
Expected: 2
Actual: 0 at NRedisStack.Tests.Search.SearchTests.GetSuggestionLengthAndDeleteSuggestion(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 3140
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
NRedisStack.Tests.Search.SearchTests - (AddSuggestionIncrAndGetSuggestionFuzzyAsync(endpointId: "standalone")) System.ArgumentOutOfRangeException : Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') at System.Collections.Generic.List`1.get_Item(Int32 index)
at NRedisStack.Tests.Search.SearchTests.AddSuggestionIncrAndGetSuggestionFuzzyAsync(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 3026
--- End of stack trace from previous location ---
NRedisStack.Tests.Search.SearchTests - (TestAddAndGetSuggestionAsync(endpointId: "standalone")) Assert.Single() Failure: The collection was empty at NRedisStack.Tests.Search.SearchTests.TestAddAndGetSuggestionAsync(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 2988
--- End of stack trace from previous location ---
NRedisStack.Tests.Search.SearchTests - (TestDocumentLoadWithDB_Issue352(endpointId: "standalone")) Assert.Equal() Failure: Values differ
Expected: 3
Actual: 1 at NRedisStack.Tests.Search.SearchTests.TestDocumentLoadWithDB_Issue352(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 3932
--- End of stack trace from previous location ---
NRedisStack.Tests.Search.SearchTests - (TestCursor(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 3
Actual: 4 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSize(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 58
at NRedisStack.Tests.Search.SearchTests.TestCursor(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 1291
--- End of stack trace from previous location ---
NRedisStack.Tests.Search.SearchTests - (TestQueryParamsWithParams_DefaultDialect(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 3
Actual: 5 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSize(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 58
at NRedisStack.Tests.Search.SearchTests.TestQueryParamsWithParams_DefaultDialect(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 2759
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
NRedisStack.Tests.Search.SearchTests - (TestQueryParamsWithParams_DefaultDialectAsync(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 3
Actual: 5 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSize(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 58
at NRedisStack.Tests.Search.SearchTests.TestQueryParamsWithParams_DefaultDialectAsync(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 2932
--- End of stack trace from previous location ---
NRedisStack.Tests.Search.SearchTests - (CreateNoParams(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 4
Actual: 6 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSize(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 58
at NRedisStack.Tests.Search.SearchTests.CreateNoParams(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 664
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
NRedisStack.Tests.Search.SearchTests - (TestCursorEnumerableAsync(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 3
Actual: 5 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSizeAsync(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 63
at NRedisStack.Tests.Search.SearchTests.TestCursorEnumerableAsync(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 1442
--- End of stack trace from previous location ---
NRedisStack.Tests.Search.SearchTests - (TestDropIndexAsync(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 100
Actual: 129 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSize(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 58
at NRedisStack.Tests.Search.SearchTests.TestDropIndexAsync(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 1720
--- End of stack trace from previous location ---
NRedisStack.Tests.Search.SearchTests - (TestCreateAsync(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 7
Actual: 11 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSizeAsync(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 63
at NRedisStack.Tests.Search.SearchTests.TestCreateAsync(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 637
--- End of stack trace from previous location ---
NRedisStack.Tests.Search.SearchTests - (CreateNoParamsAsync(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 4
Actual: 6 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSizeAsync(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 63
at NRedisStack.Tests.Search.SearchTests.CreateNoParamsAsync(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 694
--- End of stack trace from previous location ---
NRedisStack.Tests.Search.SearchTests - (TestDropIndex(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 100
Actual: 129 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSize(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 58
at NRedisStack.Tests.Search.SearchTests.TestDropIndex(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 1650
at InvokeStub_SearchTests.TestDropIndex(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
NRedisStack.Tests.Search.SearchTests - (TestQueryAddParam_DefaultDialectAsync(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 3
Actual: 5 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSizeAsync(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 63
at NRedisStack.Tests.Search.SearchTests.TestQueryAddParam_DefaultDialectAsync(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 2738
--- End of stack trace from previous location ---
NRedisStack.Tests.Search.SearchTests - (getSuggestionScoresAsync(endpointId: "standalone")) Assert.Equal() Failure: Values differ
Expected: 4
Actual: 0 at NRedisStack.Tests.Search.SearchTests.getSuggestionScoresAsync(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 3066
--- End of stack trace from previous location ---
NRedisStack.Tests.Search.SearchTests - (TestQueryAddParam_DefaultDialect(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 3
Actual: 5 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSize(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 58
at NRedisStack.Tests.Search.SearchTests.TestQueryAddParam_DefaultDialect(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 2717
at InvokeStub_SearchTests.TestQueryAddParam_DefaultDialect(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
NRedisStack.Tests.Search.SearchTests - (VectorSimilaritySearch(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 4
Actual: 5 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSize(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 58
at NRedisStack.Tests.Search.SearchTests.VectorSimilaritySearch(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 2636
at InvokeStub_SearchTests.VectorSimilaritySearch(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
NRedisStack.Tests.Search.SearchTests - (getSuggestionMax(endpointId: "standalone")) Assert.Equal() Failure: Values differ
Expected: 3
Actual: 0 at NRedisStack.Tests.Search.SearchTests.getSuggestionMax(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 3085
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
NRedisStack.Tests.Search.SearchTests - (TestAggregationsLoadAsync(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 1
Actual: 2 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSizeAsync(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 63
at NRedisStack.Tests.Search.SearchTests.TestAggregationsLoadAsync(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 286
--- End of stack trace from previous location ---
NRedisStack.Tests.Search.SearchTests - (getSuggestionScores(endpointId: "standalone")) Assert.Equal() Failure: Values differ
Expected: 4
Actual: 0 at NRedisStack.Tests.Search.SearchTests.getSuggestionScores(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 3044
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
NRedisStack.Tests.Search.SearchTests - (TestBasicSpellCheck(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 1
Actual: 2 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSize(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 58
at NRedisStack.Tests.Search.SearchTests.TestBasicSpellCheck(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 2788
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
NRedisStack.Tests.Search.SearchTests - (TestCursorEnumerable(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 3
Actual: 4 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSize(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 58
at NRedisStack.Tests.Search.SearchTests.TestCursorEnumerable(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 1347
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
NRedisStack.Tests.Search.SearchTests - (TestCreate(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 7
Actual: 9 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSize(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 58
at NRedisStack.Tests.Search.SearchTests.TestCreate(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 605
at InvokeStub_SearchTests.TestCreate(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
NRedisStack.Tests.Search.SearchTests - (TestApplyAndFilterAggregations(endpointId: "cluster")) Assert.Equal() Failure: Values differ
Expected: 6
Actual: 7 at NRedisStack.Tests.Search.SearchTests.AssertDatabaseSize(IDatabase db, Int32 expected) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 58
at NRedisStack.Tests.Search.SearchTests.TestApplyAndFilterAggregations(String endpointId) in /home/runner/work/cae-client-testing/cae-client-testing/client_src/tests/NRedisStack.Tests/Search/SearchTests.cs:line 548
at InvokeStub_SearchTests.TestApplyAndFilterAggregations(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

---- Details for maintainers

@uglide
Copy link
Contributor Author

uglide commented Sep 25, 2025

Testcase Errors Failures Skipped Total
0 28 205 821

---- Details for maintainers

@uglide
Copy link
Contributor Author

uglide commented Sep 25, 2025

Testcase Errors Failures Skipped Total
NRedisStack.Tests.dll 0 27 205 821

---- Details for maintainers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant