javaee-samples / javaee7-samples

Java EE 7 Samples
https://travis-ci.org/javaee-samples/javaee7-samples
Other
2.51k stars 1.66k forks source link

jms/send-receive has a race condition #428

Closed lprimak closed 6 years ago

lprimak commented 6 years ago

Sometimes, this test fails because JMS MDB is invoked before waitFor() in the test is processed, thus causing errors.

This can easily be introduced by putting in a sleep statement prior to waitFor in async send test

lprimak commented 6 years ago

PR #427

lprimak commented 6 years ago

Fixed