[Backport] [2.x] Fix Bug - Handle unsigned long in sorting order assertion of LongHashSet (#17207)#17676
Merged
reta merged 1 commit intoopensearch-project:2.xfrom Mar 25, 2025
Conversation
…Set (opensearch-project#17207) * Fix Bug - handle unsigned long in assertion of LongHashSet Signed-off-by: Shailesh Singh <shaikumm@amazon.com> * renamed TestDocValuesUnsignedLongHashSet.java to DocValuesUnsignedLongHashSetTests.java Signed-off-by: Shailesh Singh <shaikumm@amazon.com> * Update server/src/main/java/org/opensearch/lucene/util/UnsignedLongHashSet.java Co-authored-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Shailesh Singh <shaileshkumarsingh260@gmail.com> --------- Signed-off-by: Shailesh Singh <shaikumm@amazon.com> Signed-off-by: Shailesh Singh <shaileshkumarsingh260@gmail.com> Co-authored-by: Shailesh Singh <shaikumm@amazon.com> Co-authored-by: Andriy Redko <drreta@gmail.com> (cherry picked from commit 82bbdfb) Signed-off-by: Andriy Redko <drreta@gmail.com>
Contributor
|
❕ Gradle check result for 7c1f9e3: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #17676 +/- ##
============================================
+ Coverage 72.02% 72.05% +0.03%
- Complexity 66032 66123 +91
============================================
Files 5342 5348 +6
Lines 307289 307550 +261
Branches 44848 44906 +58
============================================
+ Hits 221316 221619 +303
+ Misses 67505 67444 -61
- Partials 18468 18487 +19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
msfroh
approved these changes
Mar 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #17207 to
2.x