Closed gaobinlong closed 1 week 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?
: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?
: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?
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!
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?
: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?
Sure, but that PR happens in the
discover-gce
plugin, this PR happens inrepository-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!
: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?
: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?
: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?
: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?
: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?
: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?
: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?
:white_check_mark: Gradle check result for 4bf2d4b2ae4486d7b19113b16f2f4d405efea4b4: SUCCESS
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.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:white_check_mark: Gradle check result for 107347e340ddfeecda09020bd9a3f62bea00292a: SUCCESS
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
.
Description
google-auth-library-oauth2-http
needs to be upgraded to 1.29.0 because the new version ofcom.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.