Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
None
-
None
-
None
-
Unit Test Broken
Description
OnePrefetchAsyncConsumerTest.testPrefetchExtension() fails intermittently, about 1 out of every 3 times on my laptop. When it fails it's because the session.commit() in TestServerSession.run().start() never returns and subsequently the test does not receive the second and third messages.
I'll attach a log of when the test fails, and also add an @Ignore for now.