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

Fix client-rest-high-level tests for ppc64le #16089

Merged
merged 6 commits into from
Oct 2, 2024

Conversation

prachi-gaonkar
Copy link
Contributor

Description

Continuing from PR #12860 . Fixes tests for ppc64le mentioned in #12313

Related Issues

Resolves #12313

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

Copy link
Contributor

❕ 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.

Copy link

codecov bot commented Sep 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.88%. Comparing base (1ee858f) to head (85383e6).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Oct 1, 2024

❌ 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?

@reta
Copy link
Collaborator

reta commented Oct 1, 2024

@prachi-gaonkar apologies, you may need to rebase against latest main to have green checks, thank you

Copy link
Contributor

github-actions bot commented Oct 2, 2024

❌ 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?

Copy link
Contributor

github-actions bot commented Oct 2, 2024

✅ Gradle check result for 85383e6: SUCCESS

@reta reta merged commit 79a2ec1 into opensearch-project:main Oct 2, 2024
37 of 38 checks passed
@reta reta added the backport 2.x Backport to 2.x branch label Oct 2, 2024
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 2, 2024
* 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>
reta pushed a commit that referenced this pull request Oct 2, 2024
* 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>
dk2k pushed a commit to dk2k/OpenSearch that referenced this pull request Oct 16, 2024
* 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]>
dk2k pushed a commit to dk2k/OpenSearch that referenced this pull request Oct 17, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch bug Something isn't working Build Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement. CI CI related Other skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fixing client:rest-high-level tests for ppc64le.
2 participants