You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Navina Ramesh (JIRA)" <ji...@apache.org> on 2017/03/31 18:55:42 UTC

[jira] [Updated] (SAMZA-1182) Apache Samza build status has been failing due to flaky tests

     [ https://issues.apache.org/jira/browse/SAMZA-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Navina Ramesh updated SAMZA-1182:
---------------------------------
    Fix Version/s: 0.13.0

> Apache Samza build status has been failing due to flaky tests
> -------------------------------------------------------------
>
>                 Key: SAMZA-1182
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1182
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Navina Ramesh
>            Assignee: Navina Ramesh
>             Fix For: 0.13.0
>
>
> There are a couple of flaky tests that are failing all our Jenkin builds - PR check validation and post-commit build. We will comment it out until the tests are fixed. 
> testProcessInOrder FAILED
>     java.lang.AssertionError: expected:<2> but was:<1>
>         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.task.TestAsyncRunLoop.testProcessInOrder(TestAsyncRunLoop.java:248)
> testCommitBehaviourWhenAsyncCommitIsEnabled FAILED
>     java.lang.AssertionError: expected:<3> but was:<406>
>         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.task.TestAsyncRunLoop.testCommitBehaviourWhenAsyncCommitIsEnabled(TestAsyncRunLoop.java:579)
> shouldDeleteTaskStoreWhenTaskPreferredStoreIsNotLocalHost FAILED
>     junit.framework.AssertionFailedError: expected:<2> but was:<1>
>         at junit.framework.Assert.fail(Assert.java:57)
>         at junit.framework.Assert.failNotEquals(Assert.java:329)
>         at junit.framework.Assert.assertEquals(Assert.java:78)
>         at junit.framework.Assert.assertEquals(Assert.java:159)
>         at junit.framework.Assert.assertEquals(Assert.java:166)
>         at junit.framework.TestCase.assertEquals(TestCase.java:324)
>         at org.apache.samza.monitor.TestLocalStoreMonitor.shouldDeleteTaskStoreWhenTaskPreferredStoreIsNotLocalHost(TestLocalStoreMonitor.java:144)
> shouldDeleteLocalTaskStoreWhenItHasNoOffsetFile FAILED
>     junit.framework.AssertionFailedError: expected:<2> but was:<1>
>         at junit.framework.Assert.fail(Assert.java:57)
>         at junit.framework.Assert.failNotEquals(Assert.java:329)
>         at junit.framework.Assert.assertEquals(Assert.java:78)
>         at junit.framework.Assert.assertEquals(Assert.java:159)
>         at junit.framework.Assert.assertEquals(Assert.java:166)
>         at junit.framework.TestCase.assertEquals(TestCase.java:324)
>         at org.apache.samza.monitor.TestLocalStoreMonitor.shouldDeleteLocalTaskStoreWhenItHasNoOffsetFile(TestLocalStoreMonitor.java:91)
> We will fix these tests in separate JIRAs. 



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