Some stream tests fail because their queues aren't empty when starting (due to other tests having run before without consuming everything).
Example:
org.junit.ComparisonFailure: expected:<[a key]> but was:<[Hi]> at org.nuxeo.runtime.stream.tests.TestStreamService.testStreamProcessor(TestStreamService.java:126)
We should make sure that Chronicle-based tests clean up after themselves (like Kafka ones already do).
- causes
-
NXP-30741 UT always fails on windows because stream topics cannot be deleted
- Resolved