You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the unit tests locally I've experienced that two unit tests keep failing:
Failed Sort_Result_By_Double_Fields("fulltext",Double) [1 s]
Error Message:
Expected: 2.6000000000000001d
But was: 5.0d
Stack Trace:
at Examine.Test.Examine.Lucene.Search.FluentApiTests.Sort_Result_By_Double_Fields(String fieldType, SortType sortType) in C:\Vertica\Github\misc\Examine\src\Examine.Test\Examine.Lucene\Search\FluentApiTests.cs:line 1385
Failed Sort_Result_By_Double_Fields("fulltextsortable",Double) [1 s]
Error Message:
Expected: 2.6000000000000001d
But was: 5.0d
Stack Trace:
at Examine.Test.Examine.Lucene.Search.FluentApiTests.Sort_Result_By_Double_Fields(String fieldType, SortType sortType) in C:\Vertica\Github\misc\Examine\src\Examine.Test\Examine.Lucene\Search\FluentApiTests.cs:line 1385
The weird thing is that they don't seem to be failing in the GitHub workflow. I see the two tests fail both in Visual Studio 2022 and when using dotnet test
When running the unit tests locally I've experienced that two unit tests keep failing:
The weird thing is that they don't seem to be failing in the GitHub workflow. I see the two tests fail both in Visual Studio 2022 and when using
dotnet test
Source code:
Examine/src/Examine.Test/Examine.Lucene/Search/FluentApiTests.cs
Lines 1313 to 1369 in 9a26cec
Example in GitHub actions: https://github.com/Shazwazza/Examine/actions/runs/3297631605/jobs/5438680589#step:9:5658
The text was updated successfully, but these errors were encountered: