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.diffplug.spotless from 6.15.0 to 6.17.0 #6751

Merged
merged 3 commits into from
Mar 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2023

Bumps com.diffplug.spotless from 6.15.0 to 6.17.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependabot PRs with auto version bumps from dependabot label Mar 20, 2023
@dependabot dependabot bot requested a review from CEHENKLE as a code owner March 20, 2023 13:58
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 20, 2023
@reta
Copy link
Collaborator

reta commented Mar 20, 2023

@dependabot recreate please

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

Bumps com.diffplug.spotless from 6.15.0 to 6.17.0.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.diffplug.spotless-6.17.0 branch from 6c07fb2 to 77e1871 Compare March 20, 2023 14:17
dependabot bot added 2 commits March 20, 2023 14:21
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@owaiskazi19
Copy link
Member

#6565

REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.indices.replication.SegmentReplicationAllocationIT.testAllocationWithDisruption" -Dtests.seed=5C76A4431A49A77 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ar-DZ -Dtests.timezone=Asia/Muscat -Druntime.java=19

org.opensearch.indices.replication.SegmentReplicationAllocationIT > testAllocationWithDisruption FAILED
    java.lang.AssertionError
        at __randomizedtesting.SeedInfo.seed([5C76A4431A49A77:9191718C84EFC7C8]:0)
        at org.junit.Assert.fail(Assert.java:87)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at org.junit.Assert.assertTrue(Assert.java:53)
        at org.opensearch.indices.replication.SegmentReplicationAllocationIT.lambda$verifyPerIndexPrimaryBalance$0(SegmentReplicationAllocationIT.java:242)
        at org.opensearch.test.OpenSearchTestCase.assertBusy(OpenSearchTestCase.java:1060)
        at org.opensearch.indices.replication.SegmentReplicationAllocationIT.verifyPerIndexPrimaryBalance(SegmentReplicationAllocationIT.java:230)
        at org.opensearch.indices.replication.SegmentReplicationAllocationIT.testAllocationWithDisruption(SegmentReplicationAllocationIT.java:203)
        ```

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.indices.replication.SegmentReplicationRelocationIT.testFlushAfterRelocation

@kotwanikunal
Copy link
Member

Fix for whitesource issue: #6629

@owaiskazi19 owaiskazi19 merged commit 3b7402f into main Mar 20, 2023
@owaiskazi19 owaiskazi19 added the backport 2.x Backport to 2.x branch label Mar 20, 2023
@dependabot dependabot bot deleted the dependabot/gradle/com.diffplug.spotless-6.17.0 branch March 20, 2023 21:05
@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-6751-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3b7402fa3f6eb2842c046e0c7ac9d3c9194ba1c0
# Push it to GitHub
git push --set-upstream origin backport/backport-6751-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-6751-to-2.x.

@owaiskazi19 owaiskazi19 restored the dependabot/gradle/com.diffplug.spotless-6.17.0 branch March 20, 2023 21:12
@kotwanikunal
Copy link
Member

@owaiskazi19 I can take care of the backport.

@owaiskazi19
Copy link
Member

owaiskazi19 commented Mar 20, 2023

@owaiskazi19 I can take care of the backport.

Can you please delete the branch once we have the backport PR? Thanks

@kotwanikunal kotwanikunal deleted the dependabot/gradle/com.diffplug.spotless-6.17.0 branch March 20, 2023 21:20
@kotwanikunal
Copy link
Member

Backport PR: #6763

mingshl pushed a commit to mingshl/OpenSearch-Mingshl that referenced this pull request Mar 24, 2023
…6751)

* Bump com.diffplug.spotless from 6.15.0 to 6.17.0

Bumps com.diffplug.spotless from 6.15.0 to 6.17.0.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Spotless formatting

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Signed-off-by: Mingshi Liu <[email protected]>
mitrofmep pushed a commit to mitrofmep/OpenSearch that referenced this pull request Apr 5, 2023
…6751)

* Bump com.diffplug.spotless from 6.15.0 to 6.17.0

Bumps com.diffplug.spotless from 6.15.0 to 6.17.0.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Spotless formatting

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Signed-off-by: Valentin Mitrofanov <[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 dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants