Skip to content

Fix flaky rabbitmq quickstart test#1638

Open
ozangunalp wants to merge 1 commit intoquarkusio:developmentfrom
ozangunalp:rabbitmq_flaky_test
Open

Fix flaky rabbitmq quickstart test#1638
ozangunalp wants to merge 1 commit intoquarkusio:developmentfrom
ozangunalp:rabbitmq_flaky_test

Conversation

@ozangunalp
Copy link
Copy Markdown
Contributor

Wait until the consumer and quote-requests exchange is created to send messages

@quarkus-bot
Copy link
Copy Markdown

quarkus-bot bot commented Apr 10, 2026

Status for workflow Pull Request Build - development

This is the status report for running Pull Request Build - development on commit d66869d.

Failing Jobs

Status Name Step Failures Logs Raw logs
Build - JDK 17 Build with Maven Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Build - JDK 17 #

- Failing: context-propagation-quickstart jta-quickstart 

📦 context-propagation-quickstart

org.acme.context.prices.PriceTest.test line 55 - More details - Source on GitHub

Details
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in org.acme.context.prices.PriceTest was not fulfilled within 1 minutes  40 seconds.
	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 org.acme.context.prices.PriceTest.test(PriceTest.java:55)
	Suppressed: io.quarkus.runtime.BlockingOperationNotAllowedException: @Transactional cannot start a JTA transaction within a reactive pipeline. If the annotated method is intended to be blocking, ensure it is executed on a worker thread, for example by annotating it with @Blocking. If the annotated method is intended to be reactive, consider using Hibernate Reactive, which supports @Transactio...

📦 jta-quickstart

org.acme.quickstart.TransactionalResourceTest.testAsync2Endpoint line 61 - More details - Source on GitHub

Details
java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <500>.

	at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:344)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:516)
	at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:344)
	at io.restassured.internal.ResponseSpecificationImpl.validateResponseIfRequired(ResponseSpecificationImpl.groovy:714)

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.

1 participant