-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Upgrade checkout and java-setup actions to version v4 #38550
Conversation
Nice! Can you also bump actions/checkout to v4? Thanks |
BTW some tests are going to fail because of this change, you need to run |
4a7c84f
to
92efb53
Compare
92efb53
to
01fefc2
Compare
Hi @gastaldi I executed the command into the specified module and works well. I upgraded the checkout action too. |
Ah sorry, I think the correct command is something like:
|
This comment has been minimized.
This comment has been minimized.
Can you squash those commits before we merge this? |
6fbdd60
to
bcb67ba
Compare
I accidentally made a merge. Now, is ok! |
8baadff
to
e58ca7d
Compare
This comment has been minimized.
This comment has been minimized.
I am fixing the broken tests. EDIT: Done @gastaldi |
706fa11
to
ebc465b
Compare
This comment has been minimized.
This comment has been minimized.
@gastaldi this issue is related to the pull request or is just a flaky test as quarkus said? |
The ones in |
ebc465b
to
4f408ce
Compare
Please squash all commits before we merge this |
This comment has been minimized.
This comment has been minimized.
ff23cf7
to
94d6966
Compare
Hi @gastaldi, done! Thank you for the support! |
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✔️ | JVM Tests - JDK 17 | Logs | Raw logs | 🚧 | ||
✖ | JVM Tests - JDK 21 | Build |
Failures | Logs | Raw logs | 🚧 |
Full information is available in the Build summary check run.
Failures
⚙️ JVM Tests - JDK 21 #
- Failing: integration-tests/virtual-threads/jms-virtual-threads
📦 integration-tests/virtual-threads/jms-virtual-threads
✖ io.quarkus.it.vthreads.jms.VirtualThreadTest.testAlert
- History - More details - Source on GitHub
java.lang.RuntimeException:
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.artemis.core.deployment.DevServicesArtemisProcessor#startArtemisDevService threw an exception: org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=quay.io/artemiscloud/activemq-artemis-broker:1.0.18, imagePullPolicy=DefaultPullPolicy(), imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@91aba9e)
at org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1367)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:362)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:333)
at io.quarkus.artemis.core.deployment.DevServicesArtemisProcessor.lambda$startArtemis$1(DevServicesArtemisProcessor.java:252)
at java.base/java.util.Optional.or...
Flaky tests - Develocity
⚙️ JVM Tests - JDK 17
📦 extensions/smallrye-reactive-messaging-kafka/deployment
✖ io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase.sseStream
- History
Assertion condition defined as a io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase Expecting size of: [] to be greater than or equal to 2 but was 0 within 10 seconds.
-org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException:
Assertion condition defined as a io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase
Expecting size of:
[]
to be greater than or equal to 2 but was 0 within 10 seconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
Fixes #38549