Skip to content
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

pass in order terms as sorted to TermInSetQuery() #17714

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

mkhludnev
Copy link
Contributor

@mkhludnev mkhludnev commented Mar 27, 2025

Pass in-order terms as Sorted into TermInSet

Check List

  • Functionality includes testing.
  • becnhmark. Not yet.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

spin off from discussion https://forum.opensearch.org/t/avoid-re-sorting-when-initializing-terminsetquery/23865

Copy link
Contributor

❌ Gradle check result for aa495eb:

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@harshavamsi
Copy link
Contributor

@mkhludnev thanks for adding this change! This looks right, but TermInSetQuery expects that we pass a Collection of ByteRef, but it seems we're using a list here

Copy link
Contributor

❌ Gradle check result for 4aba2a0: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

❌ Gradle check result for 5808ce4: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

✅ Gradle check result for 329035a: SUCCESS

Copy link

codecov bot commented Mar 30, 2025

Codecov Report

Attention: Patch coverage is 98.27586% with 1 line in your changes missing coverage. Please review.

Project coverage is 72.39%. Comparing base (8182bb0) to head (703d3c4).

Files with missing lines Patch % Lines
...earch/index/mapper/BytesRefsCollectionBuilder.java 97.43% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #17714      +/-   ##
============================================
+ Coverage     72.29%   72.39%   +0.10%     
- Complexity    65900    66026     +126     
============================================
  Files          5350     5351       +1     
  Lines        306185   306228      +43     
  Branches      44373    44374       +1     
============================================
+ Hits         221347   221695     +348     
+ Misses        66670    66436     -234     
+ Partials      18168    18097      -71     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

❌ Gradle check result for ec7707c: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

❌ Gradle check result for 1f18c4d: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Mikhail Khludnev <[email protected]>
Copy link
Contributor

❌ Gradle check result for 2d73904: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Mikhail Khludnev <[email protected]>
Copy link
Contributor

✅ Gradle check result for 74af8c7: SUCCESS

}

@AwaitsFix(bugUrl = "never.ever")
public void testMockTermsSortedQuery() {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how to test constructor argument type?
sadly, I need to remove this test.
let me know if you have an idea.

Signed-off-by: Mikhail Khludnev <[email protected]>
Signed-off-by: Mikhail Khludnev <[email protected]>
Copy link
Contributor

❌ Gradle check result for a8b33da: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Mikhail Khludnev <[email protected]>
Copy link
Contributor

❌ Gradle check result for 4c27562: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

❕ Gradle check result for 703d3c4: 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.

Signed-off-by: Mikhail Khludnev <[email protected]>
Copy link
Contributor

github-actions bot commented Apr 1, 2025

❌ Gradle check result for d725111: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Mikhail Khludnev <[email protected]>
@@ -256,6 +257,26 @@ public void testMockTermsSortedQuery() {
}
}

@AwaitsFix(bugUrl = "nocommit")
public void testHeavyWeight() {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One more nocommit test. Just a kind of smoke test benchmark.

In my laptop it runs 14 sec vs 8 sec (shuffled vs sorded).

Copy link
Contributor

github-actions bot commented Apr 2, 2025

❌ Gradle check result for 5d5a85f: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Mikhail Khludnev <[email protected]>
Copy link
Contributor

github-actions bot commented Apr 2, 2025

❌ Gradle check result for 2938244: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Mikhail Khludnev <[email protected]>
Copy link
Contributor

github-actions bot commented Apr 3, 2025

❌ Gradle check result for 38f93f7: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

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.

2 participants