opensearch-project / OpenSearch

🔎 Open source distributed and RESTful search engine.
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
9.85k stars 1.83k forks source link

Bump google-auth-library-oauth2-http from 1.7.0 to 1.29.0 in /plugins/repository-gcs #16520

Closed gaobinlong closed 1 week ago

gaobinlong commented 3 weeks ago

Description

google-auth-library-oauth2-http needs to be upgraded to 1.29.0 because the new version of com.google.cloud:google-cloud-core-http has a test dependency on it.

Related Issues

No issue.

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.

github-actions[bot] commented 3 weeks ago

:x: Gradle check result for baef6b55212a59382e835fa5cfcfcfeb99e9b36f: 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[bot] commented 3 weeks ago

:x: Gradle check result for 472d53d48f5707a7556e371f561f314a86fb1d4f: 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[bot] commented 3 weeks ago

:x: Gradle check result for 472d53d48f5707a7556e371f561f314a86fb1d4f: 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 commented 3 weeks ago

Thanks @gaobinlong . we seems to have another pull request on the subject https://github.com/opensearch-project/OpenSearch/pull/16460/, could you please help the contributor? Thank you!

gaobinlong commented 3 weeks ago

Thanks @gaobinlong . we seems to have another pull request on the subject #16460, could you please help the contributor? Thank you!

Sure, but that PR happens in the discover-gce plugin, this PR happens in repository-gcs, so may not conflict?

github-actions[bot] commented 3 weeks ago

:x: Gradle check result for 00c7cf96ef0857019e8356425e4e451bc3bd0eb3: 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 commented 3 weeks ago

Sure, but that PR happens in the discover-gce plugin, this PR happens in repository-gcs, so may not conflict?

Yes and no :) It seems like we are dealing with the same dependencies but plugins are different and versions are a bit messy, if you could help unify those, would be great (if it makes sense for sure). Thanks a lot!

github-actions[bot] commented 3 weeks ago

:x: Gradle check result for b773a8b0adf16983fe76be72ef394f65ad4879fb: 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[bot] commented 3 weeks ago

:x: Gradle check result for b773a8b0adf16983fe76be72ef394f65ad4879fb: 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[bot] commented 3 weeks ago

:x: Gradle check result for b773a8b0adf16983fe76be72ef394f65ad4879fb: 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[bot] commented 3 weeks ago

:x: Gradle check result for 0195c1d97d90c97efafad2326001b30e5098a43d: 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[bot] commented 3 weeks ago

:x: Gradle check result for 216eebed180e7e4cd0b0b2970479fbe4296a0576: 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[bot] commented 3 weeks ago

:x: Gradle check result for 216eebed180e7e4cd0b0b2970479fbe4296a0576: 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[bot] commented 3 weeks ago

:x: Gradle check result for 216eebed180e7e4cd0b0b2970479fbe4296a0576: 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[bot] commented 3 weeks ago

:white_check_mark: Gradle check result for 4bf2d4b2ae4486d7b19113b16f2f4d405efea4b4: SUCCESS

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.05%. Comparing base (0363aa7) to head (107347e). Report is 25 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #16520 +/- ## ============================================ + Coverage 72.00% 72.05% +0.04% - Complexity 65038 65062 +24 ============================================ Files 5313 5313 Lines 303454 303454 Branches 43910 43910 ============================================ + Hits 218510 218648 +138 + Misses 67040 66901 -139 - Partials 17904 17905 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 3 weeks ago

:white_check_mark: Gradle check result for 107347e340ddfeecda09020bd9a3f62bea00292a: SUCCESS

opensearch-trigger-bot[bot] commented 1 week ago

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-16520-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3f18562974612ceb36b66c773b6b8eb6d4dfc0b0
# Push it to GitHub
git push --set-upstream origin backport/backport-16520-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-16520-to-2.x.