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 flyway.version from 9.16.3 to 9.17.0 #33167

Merged
merged 1 commit into from
May 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2023

Bumps flyway.version from 9.16.3 to 9.17.0.
Updates flyway-core from 9.16.3 to 9.17.0

Release notes

Sourced from flyway-core's releases.

Flyway 9.17.0

See https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html

CLI artifact available here

Commits

Updates flyway-sqlserver from 9.16.3 to 9.17.0

Release notes

Sourced from flyway-sqlserver's releases.

Flyway 9.17.0

See https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html

CLI artifact available here

Commits

Updates flyway-mysql from 9.16.3 to 9.17.0

Release notes

Sourced from flyway-mysql's releases.

Flyway 9.17.0

See https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html

CLI artifact available here

Commits

You can trigger a rebase of this PR 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 area/dependencies Pull requests that update a dependency file label May 5, 2023
@quarkus-bot

This comment has been minimized.

@gastaldi
Copy link
Contributor

gastaldi commented May 8, 2023

@dependabot rebase

Bumps `flyway.version` from 9.16.3 to 9.17.0.

Updates `flyway-core` from 9.16.3 to 9.17.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](https://github.com/flyway/flyway/commits/flyway-9.17.0)

Updates `flyway-sqlserver` from 9.16.3 to 9.17.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](https://github.com/flyway/flyway/commits/flyway-9.17.0)

Updates `flyway-mysql` from 9.16.3 to 9.17.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](https://github.com/flyway/flyway/commits/flyway-9.17.0)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.flywaydb:flyway-sqlserver
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.flywaydb:flyway-mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/flyway.version-9.17.0 branch from 031c96d to 46a8a36 Compare May 8, 2023 13:35
@quarkus-bot
Copy link

quarkus-bot bot commented May 8, 2023

Failing Jobs - Building 46a8a36

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 17 Build Failures Logs Raw logs
JVM Tests - JDK 19 Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 17 #

- Failing: extensions/micrometer/deployment 
! Skipped: extensions/micrometer-registry-prometheus/deployment extensions/quartz/deployment extensions/scheduler/deployment and 23 more

📦 extensions/micrometer/deployment

io.quarkus.micrometer.deployment.MetricFiltersTest.testCDIFilters line 31 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: expected: <142> but was: <141>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)

⚙️ JVM Tests - JDK 19 #

📦 extensions/elytron-security-jdbc/deployment

io.quarkus.elytron.security.jdbc.CustomRoleDecoderDevModeTest.testConfigChange line 65 - More details - Source on GitHub

org.apache.http.NoHttpResponseException: localhost:8080 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)

io.quarkus.elytron.security.jdbc.CustomRoleDecoderTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:704)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$12(ClassBasedTestDescriptor.java:395)

io.quarkus.elytron.security.jdbc.MinimalConfigurationTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:704)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$12(ClassBasedTestDescriptor.java:395)

io.quarkus.elytron.security.jdbc.MultipleDataSourcesTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:704)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$12(ClassBasedTestDescriptor.java:395)

io.quarkus.elytron.security.jdbc.MultipleQueriesConfigurationTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:704)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$12(ClassBasedTestDescriptor.java:395)

@gsmet
Copy link
Member

gsmet commented May 9, 2023

@sberyozkin @michalvavrik could we have someone looking at the io.quarkus.elytron.security.jdbc tests? They are failing far too often. Thanks!

@michalvavrik
Copy link
Member

I'll have a look @gsmet

@michalvavrik
Copy link
Member

OOMs are hard to debug, but I've got a question @gsmet - didn't these OOMs started sometimes about time #31279 got merged? I can see that OOM is thrown during bootstrap and in one of stacktraces I found

2023-05-08T15:50:50.5020421Z 2023-05-08 15:50:20,016 WARN  [io.ver.cor.imp.BlockedThreadChecker] (vertx-blocked-thread-checker) Thread Thread[#2370,vert.x-eventloop-thread-1,5,build group] has been blocked for 3958 ms, time limit is 2000 ms: io.vertx.core.VertxException: Thread blocked
2023-05-08T15:50:50.5021449Z 	at java.base/java.io.InputStream.readNBytes(InputStream.java:445)
2023-05-08T15:50:50.5024525Z 	at java.base/java.io.InputStream.readAllBytes(InputStream.java:346)
2023-05-08T15:50:50.5025134Z 	at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.newByteChannel(ZipFileSystem.java:977)
2023-05-08T15:50:50.5029800Z 	at jdk.zipfs/jdk.nio.zipfs.ZipPath.newByteChannel(ZipPath.java:870)
2023-05-08T15:50:50.5030405Z 	at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.newByteChannel(ZipFileSystemProvider.java:238)
2023-05-08T15:50:50.5033036Z 	at java.base/java.nio.file.Files.newByteChannel(Files.java:380)
2023-05-08T15:50:50.5036216Z 	at java.base/java.nio.file.Files.newByteChannel(Files.java:432)
2023-05-08T15:50:50.5037960Z 	at java.base/java.nio.file.Files.readAllBytes(Files.java:3287)
2023-05-08T15:50:50.5040208Z 	at io.quarkus.bootstrap.classloading.PathTreeClassPathElement$Resource.getData(PathTreeClassPathElement.java:270)
2023-05-08T15:50:50.5043180Z 	at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:504)
2023-05-08T15:50:50.5043868Z 	at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:466)
2023-05-08T15:50:50.5044431Z 	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
2023-05-08T15:50:50.5044941Z 	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1013)
2023-05-08T15:50:50.5045482Z 	at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:506)
2023-05-08T15:50:50.5046099Z 	at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:466)
2023-05-08T15:50:50.5046628Z 	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
2023-05-08T15:50:50.5047168Z 	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1013)
2023-05-08T15:50:50.5047693Z 	at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:506)
2023-05-08T15:50:50.5048309Z 	at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:466)
2023-05-08T15:50:50.5049022Z 	at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.getTransaction(TransactionImple.java:1154)
2023-05-08T15:50:50.5049862Z 	at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.getStatus(BaseTransaction.java:166)
2023-05-08T15:50:50.5050565Z 	at io.quarkus.narayana.jta.runtime.NotifyingTransactionManager.getStatus(NotifyingTransactionManager.java:106)

I can be coincidence though.

@gsmet gsmet merged commit d11c9cc into main May 9, 2023
@quarkus-bot quarkus-bot bot added this to the 3.1 - main milestone May 9, 2023
@dependabot dependabot bot deleted the dependabot/maven/flyway.version-9.17.0 branch May 9, 2023 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/flyway kind/component-upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants