Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.13.0
-
None
-
None
Description
There are occasional failures like the following:
```joinRetainsMatchedMessagesReverse FAILED
java.lang.AssertionError: expected:<0> but was:<110>
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.failNotEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:126)
at org.junit.Assert.assertEquals(Assert.java:470)
at org.junit.Assert.assertEquals(Assert.java:454)
at org.apache.samza.operators.TestJoinOperator.joinRetainsMatchedMessagesReverse(TestJoinOperator.java:174)```
These are presumably due to concurrent JUnit test execution. This ticket is to isolate these test cases so that they can be run concurrently.
Attachments
Issue Links
- is depended upon by
-
SAMZA-1190 Flaky unit tests
- Open
- links to