-
Notifications
You must be signed in to change notification settings - Fork 198
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
Intermittent failures in MongoDbTest.testTailingConsumer() and MongoDbTest.testPersistentTailingConsumer() #2658
Comments
@ppalaga Here is my local log
As you can see, there are messages about started container right after line |
Ups, sorry, the log I pasted isn't for |
There is also an exception (, which doesn't cause failure), when test is stopped. Probably wrong order of stopping container image and routes. It would be nice to fix that too. |
Disabling The output when
And this is when
|
….testPersistentTailingConsumer() apache#2658
….testPersistentTailingConsumer() #2658
…bTest.testPersistentTailingConsumer() apache#2658
…bTest.testPersistentTailingConsumer() apache#2658
…bTest.testPersistentTailingConsumer() #2658
…sumer() and MongoDbTest.testPersistentTailingConsumer()
…) and MongoDbTest.testPersistentTailingConsumer()
I have seen this once on the CI and once locally (1 in ~6 attempts). I guess there is a race in how we read and write to the results collection. Maybe synchronizing on the list could help.
The text was updated successfully, but these errors were encountered: