You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Shanthoosh Venkataraman (JIRA)" <ji...@apache.org> on 2017/07/21 16:53:00 UTC

[jira] [Created] (SAMZA-1369) Fix flaky test in TestZkStreamProcessorBase

Shanthoosh Venkataraman created SAMZA-1369:
----------------------------------------------

             Summary: Fix flaky test in TestZkStreamProcessorBase
                 Key: SAMZA-1369
                 URL: https://issues.apache.org/jira/browse/SAMZA-1369
             Project: Samza
          Issue Type: Bug
            Reporter: Shanthoosh Venkataraman
            Priority: Minor
             Fix For: 0.14.0


Noticed `testSingleStreamProcessor` failing intermittently in local build and jenkins (https://builds.apache.org/job/samza-pr-checks/737/console)

Here's the stacktrace
{code:java}
testSingleStreamProcessor FAILED
    java.lang.AssertionError: Didn't read all the leftover events in 5 attempts
        at org.junit.Assert.fail(Assert.java:91)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.apache.samza.processor.TestZkStreamProcessorBase.waitUntilMessagesLeftN(TestZkStreamProcessorBase.java:293)
        at org.apache.samza.processor.TestZkStreamProcessorSession.testStreamProcessorWithSessionRestart(TestZkStreamProcessorSession.java:117)
{code}





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)