You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Yang Zhang (Jira)" <ji...@apache.org> on 2020/06/12 16:57:00 UTC

[jira] [Created] (SAMZA-2548) One test fails in Apache Samza 1.5.0 RC1 on MacOS

Yang Zhang created SAMZA-2548:
---------------------------------

             Summary: One test fails in Apache Samza 1.5.0 RC1 on MacOS
                 Key: SAMZA-2548
                 URL: https://issues.apache.org/jira/browse/SAMZA-2548
             Project: Samza
          Issue Type: Bug
            Reporter: Yang Zhang


On Linux, it works fine, but on MacOS, the following test cannot pass (reproducible).

testBatchOperationTriggeredByTimer FAILED

    java.lang.AssertionError: expected:<0> but was:<100>

        at org.junit.Assert.fail(Assert.java:88)

        at org.junit.Assert.failNotEquals(Assert.java:834)

        at org.junit.Assert.assertEquals(Assert.java:645)

        at org.junit.Assert.assertEquals(Assert.java:631)

        at org.apache.samza.table.batching.TestBatchProcessor$TestBatchTriggered.testBatchOperationTriggeredByTimer(TestBatchProcessor.java:144)

 

1303 tests completed, 1 failed, 3 skipped



--
This message was sent by Atlassian Jira
(v8.3.4#803005)