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

Bump com.google.api:gax from 2.17.0 to 2.27.0 in /plugins/repository-gcs #7697

Merged
merged 4 commits into from
May 23, 2023

Conversation

cwperks
Copy link
Member

@cwperks cwperks commented May 23, 2023

Bumps com.google.api:gax from 2.17.0 to 2.27.0.

Fixes issue in precommit on dependabot PR: #7659

Signed-off-by: Craig Perkins <[email protected]>
@kotwanikunal kotwanikunal added the backport 2.x Backport to 2.x branch label May 23, 2023
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.indices.replication.SegmentReplicationIT.testReplicationPostDeleteAndForceMerge

@codecov
Copy link

codecov bot commented May 23, 2023

Codecov Report

Merging #7697 (ca19fcb) into main (b4b3724) will increase coverage by 70.74%.
The diff coverage is n/a.

❗ Current head ca19fcb differs from pull request most recent head 7c0fd59. Consider uploading reports for the commit 7c0fd59 to get more accurate results

@@             Coverage Diff             @@
##             main    #7697       +/-   ##
===========================================
+ Coverage        0   70.74%   +70.74%     
- Complexity      0    56130    +56130     
===========================================
  Files           0     4680     +4680     
  Lines           0   266081   +266081     
  Branches        0    39067    +39067     
===========================================
+ Hits            0   188245   +188245     
- Misses          0    61887    +61887     
- Partials        0    15949    +15949     

see 4680 files with indirect coverage changes

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.remotestore.RemoteStoreRefreshListenerIT.testRemoteRefreshRetryOnFailure

Signed-off-by: Craig Perkins <[email protected]>
@reta
Copy link
Collaborator

reta commented May 23, 2023

1 org.opensearch.remotestore.RemoteStoreRefreshListenerIT.testRemoteRefreshRetryOnFailure

Created this issue to track (new) flaky test: #7703

Signed-off-by: Craig Perkins <[email protected]>
@cwperks
Copy link
Member Author

cwperks commented May 23, 2023

Thank you @reta. I will take a look at the new flaky test.

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@reta reta merged commit df57051 into opensearch-project:main May 23, 2023
@opensearch-trigger-bot
Copy link
Contributor

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:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-7697-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 df5705109cda4eedcccd413783d676951d32a8da
# Push it to GitHub
git push --set-upstream origin backport/backport-7697-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x

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

@cwperks
Copy link
Member Author

cwperks commented May 23, 2023

I will open up a manual backport

cwperks added a commit to cwperks/OpenSearch that referenced this pull request May 23, 2023
…gcs (opensearch-project#7697)

* Bump com.google.api:gax from 2.17.0 to 2.27.0 in /plugins/repository-gcs

Signed-off-by: Craig Perkins <[email protected]>

* Update PR number in CHANGELOG

Signed-off-by: Craig Perkins <[email protected]>

* Re-run CI

Signed-off-by: Craig Perkins <[email protected]>

* Re-run CI

Signed-off-by: Craig Perkins <[email protected]>

---------

Signed-off-by: Craig Perkins <[email protected]>
(cherry picked from commit df57051)
andrross pushed a commit that referenced this pull request May 24, 2023
…ins/repository-gcs (#7707)

* Bump com.google.api:gax from 2.17.0 to 2.27.0 in /plugins/repository-gcs (#7697)

* Bump com.google.api:gax from 2.17.0 to 2.27.0 in /plugins/repository-gcs

Signed-off-by: Craig Perkins <[email protected]>

* Update PR number in CHANGELOG

Signed-off-by: Craig Perkins <[email protected]>

* Re-run CI

Signed-off-by: Craig Perkins <[email protected]>

* Re-run CI

Signed-off-by: Craig Perkins <[email protected]>

---------

Signed-off-by: Craig Perkins <[email protected]>
(cherry picked from commit df57051)

* Fix precommit issues

Signed-off-by: Craig Perkins <[email protected]>

* CHANGELOG

Signed-off-by: Craig Perkins <[email protected]>

---------

Signed-off-by: Craig Perkins <[email protected]>
dblock pushed a commit to dblock/OpenSearch that referenced this pull request May 25, 2023
…gcs (opensearch-project#7697)

* Bump com.google.api:gax from 2.17.0 to 2.27.0 in /plugins/repository-gcs

Signed-off-by: Craig Perkins <[email protected]>

* Update PR number in CHANGELOG

Signed-off-by: Craig Perkins <[email protected]>

* Re-run CI

Signed-off-by: Craig Perkins <[email protected]>

* Re-run CI

Signed-off-by: Craig Perkins <[email protected]>

---------

Signed-off-by: Craig Perkins <[email protected]>
suranjay pushed a commit to suranjay/OpenSearch that referenced this pull request May 29, 2023
…gcs (opensearch-project#7697)

* Bump com.google.api:gax from 2.17.0 to 2.27.0 in /plugins/repository-gcs

Signed-off-by: Craig Perkins <[email protected]>

* Update PR number in CHANGELOG

Signed-off-by: Craig Perkins <[email protected]>

* Re-run CI

Signed-off-by: Craig Perkins <[email protected]>

* Re-run CI

Signed-off-by: Craig Perkins <[email protected]>

---------

Signed-off-by: Craig Perkins <[email protected]>
stephen-crawford pushed a commit to stephen-crawford/OpenSearch that referenced this pull request May 31, 2023
…gcs (opensearch-project#7697)

* Bump com.google.api:gax from 2.17.0 to 2.27.0 in /plugins/repository-gcs

Signed-off-by: Craig Perkins <[email protected]>

* Update PR number in CHANGELOG

Signed-off-by: Craig Perkins <[email protected]>

* Re-run CI

Signed-off-by: Craig Perkins <[email protected]>

* Re-run CI

Signed-off-by: Craig Perkins <[email protected]>

---------

Signed-off-by: Craig Perkins <[email protected]>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
…gcs (opensearch-project#7697)

* Bump com.google.api:gax from 2.17.0 to 2.27.0 in /plugins/repository-gcs

Signed-off-by: Craig Perkins <[email protected]>

* Update PR number in CHANGELOG

Signed-off-by: Craig Perkins <[email protected]>

* Re-run CI

Signed-off-by: Craig Perkins <[email protected]>

* Re-run CI

Signed-off-by: Craig Perkins <[email protected]>

---------

Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Shivansh Arora <[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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants