You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Thomas Weise (JIRA)" <ji...@apache.org> on 2017/05/23 01:18:04 UTC

[jira] [Created] (APEXMALHAR-2498) Kafka exactly once output test fails in Travis

Thomas Weise created APEXMALHAR-2498:
----------------------------------------

             Summary: Kafka exactly once output test fails in Travis
                 Key: APEXMALHAR-2498
                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2498
             Project: Apache Apex Malhar
          Issue Type: Bug
            Reporter: Thomas Weise


The test seems to by flaky.

2017-05-23 00:09:59,754 [container-7] WARN  stram.Journal write - Journal output stream is null. Skipping write to the WAL.
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.791 sec <<< FAILURE!
testApplication(org.apache.apex.examples.kafka.exactlyonceoutput.ApplicationTest)  Time elapsed: 9.791 sec  <<< FAILURE!
org.junit.ComparisonFailure: expected:<...: 0, at-least-once: [5]> but was:<...: 0, at-least-once: [0]>
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.apex.examples.kafka.exactlyonceoutput.ApplicationTest.checkOutput(ApplicationTest.java:148)
	at org.apache.apex.examples.kafka.exactlyonceoutput.ApplicationTest.testApplication(ApplicationTest.java:98)

Results :

Failed tests: 
  ApplicationTest.testApplication:98->checkOutput:148 expected:<...: 0, at-least-once: [5]> but was:<...: 0, at-least-once: [0]>

Tests run: 3, Failures: 1, Errors: 0, Skipped: 0



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)