Uploaded image for project: 'Samza'
  1. Samza
  2. SAMZA-1176

Intermittent TestJoinOperator unit test failure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.13.0
    • 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

          Activity

            People

              pmaheshwari Prateek Maheshwari
              pmaheshwari Prateek Maheshwari
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: