[
https://issues.apache.org/jira/browse/APEXMALHAR-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15442902#comment-15442902
]
Thomas Weise commented on APEXMALHAR-2201:
------------------------------------------
Also got a CI failure (only once, but you may want to check for timeouts and
race conditions):
https://s3.amazonaws.com/archive.travis-ci.org/jobs/155685855/log.txt
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.053 sec <<<
FAILURE!
WindowedWordCountTest(org.apache.apex.malhar.stream.sample.WindowedWordCountTest)
Time elapsed: 4.051 sec <<< FAILURE!
java.lang.AssertionError: expected:<127> but was:<118>
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.apex.malhar.stream.sample.WindowedWordCountTest.WindowedWordCountTest(WindowedWordCountTest.java:62)
> Suppress console output in Stream API tests
> -------------------------------------------
>
> Key: APEXMALHAR-2201
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2201
> Project: Apache Apex Malhar
> Issue Type: Task
> Reporter: Thomas Weise
> Assignee: Shunxin Lu
>
> There is quite a bit of console output in the CI. It would be nice to
> suppress that when running as unit test, we are not interested what gets
> printed to the console but what the test asserts.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)