Skip to content

[Backport 2.x] Fix from and size parameter can be negative when searching (#13047)#13361

Merged
dblock merged 5 commits intoopensearch-project:2.xfrom
gaobinlong:backport/backport-13047-to-2.x
Apr 25, 2024
Merged

[Backport 2.x] Fix from and size parameter can be negative when searching (#13047)#13361
dblock merged 5 commits intoopensearch-project:2.xfrom
gaobinlong:backport/backport-13047-to-2.x

Conversation

@gaobinlong
Copy link
Copy Markdown
Contributor

@gaobinlong gaobinlong commented Apr 24, 2024

Description

Backport #13047 to 2.x.

Related Issues

#11290

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)
  • Public documentation issue/PR created

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.

…h-project#13047)

* Fix from and size parameter can be negative when searching

Signed-off-by: Gao Binlong <gbinlong@amazon.com>

* Add changelog

Signed-off-by: Gao Binlong <gbinlong@amazon.com>

* fix test failure

Signed-off-by: Gao Binlong <gbinlong@amazon.com>

* Fix test failure

Signed-off-by: Gao Binlong <gbinlong@amazon.com>

* Optimize the code

Signed-off-by: Gao Binlong <gbinlong@amazon.com>

---------

Signed-off-by: Gao Binlong <gbinlong@amazon.com>
(cherry picked from commit ab7e914)
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for 4c0e38a: 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?

@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for 772d6dd: 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: Gao Binlong <gbinlong@amazon.com>
@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for 2209280: 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?

@gaobinlong
Copy link
Copy Markdown
Contributor Author

❌ Gradle check result for 2209280: 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?

No test failures found, hi @dblock , could you help to review this PR, thank you!

@dblock
Copy link
Copy Markdown
Member

dblock commented Apr 25, 2024

❌ Gradle check result for 2209280: 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?

No test failures found, hi @dblock , could you help to review this PR, thank you!

> Task :distribution:bwc:maintenance:buildBwcLinuxTar FAILED

This needs a rebase.

Copy link
Copy Markdown
Member

@dblock dblock left a comment

Choose a reason for hiding this comment

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

Looks good. The bcw test failure needs a rebase, please? I know it's annoying, but those can be real bugs, so we don't want to get in the habit of merging things without a passing build even if we 100% believe this is a flake or something already fixed.

@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for ca4a90f: 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?

@gaobinlong
Copy link
Copy Markdown
Contributor Author

❌ Gradle check result for ca4a90f: 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?

There's an issue tracking the failed test in CacheStatsHolderTests, for another 2 failed tests in AzureBlobStoreRepositoryTests which show timeout error, seems caused by one node in the cluster goes down so the api call has no response.

@github-actions
Copy link
Copy Markdown
Contributor

❕ Gradle check result for b9a8ce5: UNSTABLE

  • TEST FAILURES:
      1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.get_field_mapping/20_missing_field/Return empty object if field doesn't exist, but index does}

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
Copy link
Copy Markdown

codecov bot commented Apr 25, 2024

Codecov Report

Attention: Patch coverage is 57.14286% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 71.09%. Comparing base (0dd892c) to head (b9a8ce5).
Report is 180 commits behind head on 2.x.

Files Patch % Lines
...pensearch/rest/action/search/RestSearchAction.java 25.00% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #13361      +/-   ##
============================================
- Coverage     71.28%   71.09%   -0.19%     
- Complexity    60145    60687     +542     
============================================
  Files          4957     5011      +54     
  Lines        282799   285873    +3074     
  Branches      41409    41781     +372     
============================================
+ Hits         201591   203255    +1664     
- Misses        64189    65525    +1336     
- Partials      17019    17093      +74     

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

@dblock dblock merged commit 4378edd into opensearch-project:2.x Apr 25, 2024
@gaobinlong gaobinlong deleted the backport/backport-13047-to-2.x branch June 19, 2024 15:20
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