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 wiremock-jre8-standalone from 2.23.2 to 2.32.0 in /buildSrc #2525

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2022

Bumps wiremock-jre8-standalone from 2.23.2 to 2.32.0.

Release notes

Sourced from wiremock-jre8-standalone's releases.

2.32.0

Enhancements

  • Closes #1614 - proper support for subclassing of the JUnit5 WireMockExtension
  • Add support for put/delete file to/from a subfolder (#1087)
  • Closes #956 - added the ability to fetch serve events for a specific stub ID
  • Added ability to query unmatched serve events
  • Added ability to verify requests using a custom matcher
  • Upgraded to Apache HTTP Client 5.x
  • Added WireMock.jsonResponse factory methods (#1428)
  • #745 Need proxyUrlPrefixToRemove for proxy context url mapping (#1556)
  • Removed dependence on Conscrypt for ALPN and HTTP/2
  • Recognize multipart/related and multipart/mixed (#1415)
  • Allow running Wiremock without HTTP Server (#1572)
  • Allow standalone runner to fetch mappings from classpath (#1592)
  • Added new command line parameters "--jetty-header-request-size" and "--jetty-header-response-size" for set a custom size of headers in Jetty. "--jetty-header-buffer-size" is deprecated.

Fixes

  • Closes #1688 - fall back to HTTPS 1.1 only when no ALPN provider can be loaded
  • Fixed #1643 - regression in date parsing preventing year and year/month only dates
  • #1612 prevent applying scientific notation and rounding to big numbers by ObjectMapper (#1613)
  • Fixed #1608 and #1585 - incorrect zoning of date/times in response templating when truncating

Code quality

  • Enforce license headers with Spotless
  • Enforce consistent code style with Spotless
  • Upgrade to Gradle 7 + some Gradle config cleanup (#1639)
  • Convert AcceptanceTestBase to JUnit Jupiter to limit future violations (#1669)
  • Enable WireMock to be built on Java 11 and 17
  • Drop JMock in favour of Mockito (#1630)
Commits
  • d6b6c5e Bump mockito-junit-jupiter from 4.0.0 to 4.1.0 (#1705)
  • 8472f87 Bump com.diffplug.spotless from 5.17.1 to 6.0.0 (#1704)
  • 9e0e3de Bump mockito-core from 3.12.4 to 4.1.0 (#1703)
  • 0b24d9d Added a Docker doc article
  • d9a3fa7 Bump versions.junitJupiter from 5.8.1 to 5.8.2 (#1712)
  • b0fcf04 Run tests on JDK 17 (#1695)
  • 6180a27 Added some Javadoc to WireMock extension and made JUnit lifecycle methods fin...
  • 2a2bc78 Further attempt at fixing flakey JUnit5 subclassing test by moving test class...
  • e6a3c87 Attempt at fixing flakey JUnit5 subclassing test
  • bf048fa Closes #1614 - proper support for subclassing of the JUnit5 WireMockExtension
  • Additional commits viewable in compare view

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)

Bumps [wiremock-jre8-standalone](https://github.com/wiremock/wiremock) from 2.23.2 to 2.32.0.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@2.23.2...2.32.0)

---
updated-dependencies:
- dependency-name: com.github.tomakehurst:wiremock-jre8-standalone
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 21, 2022 13:23
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 21, 2022
@opensearch-ci-bot
Copy link
Collaborator

❌   Gradle Check failure 38d1dbf
Log 3585

Reports 3585

@tlfeng
Copy link
Collaborator

tlfeng commented Mar 21, 2022

In log 3585:

> Task :server:internalClusterTest

REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.gateway.RecoveryFromGatewayIT.testSingleNodeNoFlush" -Dtests.seed=9877E95A2D67F52A -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=zh-Hans-SG -Dtests.timezone=Etc/GMT+8 -Druntime.java=17

org.opensearch.gateway.RecoveryFromGatewayIT > testSingleNodeNoFlush FAILED
    java.lang.AssertionError: timed out waiting for yellow state
        at __randomizedtesting.SeedInfo.seed([9877E95A2D67F52A:EEF104C52587343C]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.opensearch.test.OpenSearchIntegTestCase.ensureColor(OpenSearchIntegTestCase.java:979)
        at org.opensearch.test.OpenSearchIntegTestCase.ensureYellow(OpenSearchIntegTestCase.java:925)
        at org.opensearch.gateway.RecoveryFromGatewayIT.testSingleNodeNoFlush(RecoveryFromGatewayIT.java:286)

@nknize nknize added the v2.0.0 Version 2.0.0 label Mar 21, 2022
@saratvemulapalli
Copy link
Member

start gradle check

@opensearch-ci-bot
Copy link
Collaborator

❌   Gradle Check failure 38d1dbf
Log 3612

Reports 3612

@dblock
Copy link
Member

dblock commented Mar 21, 2022

org.opensearch.gateway.RecoveryFromGatewayIT > testReuseInFileBasedPeerRecovery FAILED
    java.lang.AssertionError: shard [test][0] on node [node_t1] has pending operations:
     --> RetentionLeaseBackgroundSyncAction.Request{retentionLeases=RetentionLeases{primaryTerm=1, version=1520, leases={peer_recovery/_rPQCWEKS1KQwYi4g1ibtg=RetentionLease{id='peer_recovery/_rPQCWEKS1KQwYi4g1ibtg', retainingSequenceNumber=836, timestamp=1647893209339, source='peer recovery'}, peer_recovery/Vh0WT-cFQ0u1TzUMCpPViQ=RetentionLease{id='peer_recovery/Vh0WT-cFQ0u1TzUMCpPViQ', retainingSequenceNumber=836, timestamp=1647893209339, source='peer recovery'}}}, shardId=[test][0], timeout=1m, index='test', waitForActiveShards=0}
    	at org.opensearch.index.shard.IndexShardOperationPermits.acquire(IndexShardOperationPermits.java:248)
    	at org.opensearch.index.shard.IndexShard.acquirePrimaryOperationPermit(IndexShard.java:3146)
    	at org.opensearch.action.support.replication.TransportReplicationAction.acquirePrimaryOperationPermit(TransportReplicationAction.java:1116)
    	at org.opensearch.action.support.replication.TransportReplicationAction$AsyncPrimaryAction.doRun(TransportReplicationAction.java:433)
    	at org.opensearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:50)
    	at org.opensearch.action.support.replication.TransportReplicationAction.handlePrimaryRequest(TransportReplicationAction.java:377)
    	at org.opensearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:98)
    	at org.opensearch.transport.TransportService$8.doRun(TransportService.java:937)
    	at org.opensearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:792)
    	at org.opensearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:50)
    	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    	at java.base/java.lang.Thread.run(Thread.java:833)
     --> RetentionLeaseBackgroundSyncAction.Request{retentionLeases=RetentionLeases{primaryTerm=1, version=1522, leases={peer_recovery/_rPQCWEKS1K

#1746

@dblock
Copy link
Member

dblock commented Mar 21, 2022

start gradle check

@opensearch-ci-bot
Copy link
Collaborator

✅   Gradle Check success 38d1dbf
Log 3627

Reports 3627

@dblock dblock merged commit a993205 into main Mar 21, 2022
@dependabot dependabot bot deleted the dependabot/gradle/buildSrc/com.github.tomakehurst-wiremock-jre8-standalone-2.32.0 branch March 21, 2022 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file v2.0.0 Version 2.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants