helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.49k stars 562 forks source link

4.x: AckMpTest fails intermittently on Windows #8509

Open tvallin opened 6 months ago

tvallin commented 6 months ago

Environment Details


Problem Description

Test AckMpTest is failing intermittently on Windows.

Setting the property broker.persistent to true and increasing the timeout improved the success rate of the test to 80%.

Steps to reproduce

Run the test:

cd tests/integration/jms
mvn test
jbescos commented 4 months ago

Duplicate of https://github.com/helidon-io/helidon/issues/7011