You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Daniel Nishimura (JIRA)" <ji...@apache.org> on 2017/09/28 17:28:00 UTC

[jira] [Created] (SAMZA-1433) Flaky test: TestHdfsSystemConsumer.testHdfsSystemConsumerE2E

Daniel Nishimura created SAMZA-1433:
---------------------------------------

             Summary: Flaky test: TestHdfsSystemConsumer.testHdfsSystemConsumerE2E
                 Key: SAMZA-1433
                 URL: https://issues.apache.org/jira/browse/SAMZA-1433
             Project: Samza
          Issue Type: Bug
            Reporter: Daniel Nishimura


TestHdfsSystemConsumer.testHdfsSystemConsumerE2E unit test intermittently fails on Travis-CI.

{code}
testHdfsSystemConsumerE2E FAILED
    java.lang.AssertionError: expected:<302> but was:<303>
        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.system.hdfs.TestHdfsSystemConsumer.testHdfsSystemConsumerE2E(TestHdfsSystemConsumer.java:125)
{code}




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