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

[4.x] Intermittent JMS test failure #6381

Closed
danielkec opened this issue Mar 8, 2023 · 0 comments
Closed

[4.x] Intermittent JMS test failure #6381

danielkec opened this issue Mar 8, 2023 · 0 comments
Assignees
Labels
3.x Issues for 3.x version branch 4.x Version 4.x intermittent

Comments

@danielkec
Copy link
Contributor

danielkec commented Mar 8, 2023

[INFO] Running io.helidon.messaging.connectors.jms.AckMpTest
2023.03.07 17:19:51 INFO io.helidon.microprofile.cdi.HelidonContainerImpl Thread[#23,helidon-cdi-shutdown-hook,5,main]: Shutdown requested by JVM shutting down
2023.03.07 17:19:51 INFO io.helidon.nima.webserver.ServerListener Thread[#28,server-@default-listener,5,main]: [0x1e9e60d4] @default socket closed.
2023.03.07 17:19:51 INFO io.helidon.nima.webserver.LoomServer Thread[#23,helidon-cdi-shutdown-hook,5,main]: Níma server stopped all channels.
2023.03.07 17:19:51 INFO io.helidon.microprofile.server.ServerCdiExtension Thread[#23,helidon-cdi-shutdown-hook,5,main]: Server stopped in 7 milliseconds.
2023.03.07 17:19:51 INFO io.helidon.microprofile.cdi.HelidonContainerImpl Thread[#23,helidon-cdi-shutdown-hook,5,main]: Shutdown finished
[INFO] Async process complete, exit value = 0 for: [java, --enable-preview, -jar, /tmp/maven-exec5460862699195267388.jar, -classpath]
Error:  Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 31.656 s <<< FAILURE! - in io.helidon.messaging.connectors.jms.AckMpTest
Error:  io.helidon.messaging.connectors.jms.AckMpTest.resendAckTestPart2(SeContainer)  Time elapsed: 30.181 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: 
Timeout waiting for results.
Expected: [NO_ACK-1, NO_ACK-2, NO_ACK-3] 
But was: [NO_ACK-2, NO_ACK-3] ==> expected: <true> but was: <false>
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
	at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40)
	at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:193)
	at io.helidon.messaging.connectors.jms.AbstractMPTest.produceAndCheck(AbstractMPTest.java:55)
	at io.helidon.messaging.connectors.jms.AbstractMPTest.produceAndCheck(AbstractMPTest.java:42)
	at io.helidon.messaging.connectors.jms.AckMpTest.resendAckTestPart2(AckMpTest.java:92)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
	at java.base/java.lang.reflect.Method.invoke(Method.java:578)

Backport to 3.x at #6391

@danielkec danielkec added 3.x Issues for 3.x version branch intermittent 4.x Version 4.x labels Mar 8, 2023
@danielkec danielkec self-assigned this Mar 8, 2023
@danielkec danielkec changed the title Intermittent JMS test failure [4.x] Intermittent JMS test failure Mar 9, 2023
@m0mus m0mus added this to Backlog Aug 12, 2024
@m0mus m0mus moved this to Closed in Backlog Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issues for 3.x version branch 4.x Version 4.x intermittent
Projects
Archived in project
Development

No branches or pull requests

1 participant