Skip to content

Conversation

michalvavrik
Copy link
Member

Summary

This PR makes sure that we use the latest deployed Quarkus snapshot artifacts as documented and changed by upstream PR quarkusio/quarkus#48084.

Please check the relevant options

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Dependency update
  • Refactoring
  • Release (follows conventions described in the RELEASE.md)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • This change requires a documentation update
  • This change requires execution against OCP (use run tests phrase in comment)

Checklist:

  • Example scenarios has been updated / added
  • Methods and classes used in PR scenarios are meaningful
  • Commits are well encapsulated and follow the best practices

Copy link

Unknown format for flaky report filename: flaky-run-report-linux-jvm-latest.json
Following jobs contain at least one flaky test:

  • Linux JVM

Run summary: https://github.com/quarkus-qe/quarkus-test-framework/actions/runs/15322710217?pr=1600

Flaky tests:


io.quarkus.qe.RemoteDevModeGreetingResourceIT.shouldLoadResources

  • Failure message: Condition with Lambda expression in io.quarkus.test.bootstrap.BaseService was not fulfilled within 5 minutes.
  • Failed in jobs:
    • flaky-run-report-linux-jvm-latest.json
Failure stacktrace
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.test.bootstrap.BaseService was not fulfilled within 5 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
	at io.quarkus.test.utils.AwaitilityUtils.untilIsTrue(AwaitilityUtils.java:72)
	at io.quarkus.test.bootstrap.BaseService.waitUntilServiceIsStarted(BaseService.java:381)
	at io.quarkus.test.bootstrap.BaseService.start(BaseService.java:244)
	at io.quarkus.test.bootstrap.RestService.start(RestService.java:187)
	at io.quarkus.test.bootstrap.QuarkusScenarioBootstrap.lambda$beforeEach$5(QuarkusScenarioBootstrap.java:104)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at io.quarkus.test.bootstrap.QuarkusScenarioBootstrap.beforeEach(QuarkusScenarioBootstrap.java:102)
	at io.quarkus.test.bootstrap.QuarkusScenarioBootstrap.beforeEach(QuarkusScenarioBootstrap.java:96)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)


Copy link
Member

@mjurc mjurc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks a lot!

@mjurc mjurc merged commit d4911e9 into quarkus-qe:main May 29, 2025
5 checks passed
@michalvavrik michalvavrik deleted the feature/fix-maven-snapshot-url branch May 29, 2025 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants