activemq-artemis
activemq-artemis copied to clipboard
NO-JIRA fix intermittent failure, this test failed on local repeat ge…
…tting a null from immediate
any thoughts in why this shows up now? that pattern is in a bunch of tests but from what I can see, it fails b/c the receiveImmediate happens before all the messages are on the queue. Put the test in a repeat until failure loop and it fails fast!
I bump into things like this all the time :)
not sure if something we recently changed made it happen.. or it's just another one you found..
I'm merging it though.