-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Fix client-rest-high-level tests for ppc64le #16089
Conversation
Signed-off-by: prachi-gaonkar <[email protected]>
❕ Gradle check result for 1727241: 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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16089 +/- ##
============================================
- Coverage 72.01% 71.88% -0.13%
+ Complexity 64549 64532 -17
============================================
Files 5289 5289
Lines 301508 301508
Branches 43557 43557
============================================
- Hits 217133 216754 -379
- Misses 66601 67028 +427
+ Partials 17774 17726 -48 ☔ View full report in Codecov by Sentry. |
client/rest-high-level/src/test/java/org/opensearch/client/RankEvalIT.java
Outdated
Show resolved
Hide resolved
Signed-off-by: prachi-gaonkar <[email protected]>
Signed-off-by: prachi-gaonkar <[email protected]>
❌ Gradle check result for 827170b: 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? |
@prachi-gaonkar apologies, you may need to rebase against latest |
Signed-off-by: prachi-gaonkar <[email protected]>
Signed-off-by: prachi-gaonkar <[email protected]>
❌ Gradle check result for 85383e6: 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? |
* Fix client-rest-high-level tests for ppc64le Signed-off-by: prachi-gaonkar <[email protected]> * Fix client-rest-high-level tests for ppc64le Signed-off-by: prachi-gaonkar <[email protected]> --------- Signed-off-by: prachi-gaonkar <[email protected]> (cherry picked from commit 79a2ec1) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix client-rest-high-level tests for ppc64le * Fix client-rest-high-level tests for ppc64le --------- (cherry picked from commit 79a2ec1) Signed-off-by: prachi-gaonkar <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix client-rest-high-level tests for ppc64le Signed-off-by: prachi-gaonkar <[email protected]> * Fix client-rest-high-level tests for ppc64le Signed-off-by: prachi-gaonkar <[email protected]> --------- Signed-off-by: prachi-gaonkar <[email protected]>
* Fix client-rest-high-level tests for ppc64le Signed-off-by: prachi-gaonkar <[email protected]> * Fix client-rest-high-level tests for ppc64le Signed-off-by: prachi-gaonkar <[email protected]> --------- Signed-off-by: prachi-gaonkar <[email protected]>
* Fix client-rest-high-level tests for ppc64le Signed-off-by: prachi-gaonkar <[email protected]> * Fix client-rest-high-level tests for ppc64le Signed-off-by: prachi-gaonkar <[email protected]> --------- Signed-off-by: prachi-gaonkar <[email protected]>
Description
Continuing from PR #12860 . Fixes tests for ppc64le mentioned in #12313
Related Issues
Resolves #12313
Check List
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.