You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/18 20:49:41 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15973459#comment-15973459 ] 

ASF GitHub Bot commented on SAMZA-1182:
---------------------------------------

GitHub user shanthoosh opened a pull request:

    https://github.com/apache/samza/pull/126

    SAMZA-1182 : Disable flaky tests.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shanthoosh/samza disable_all_async_run_loop_tests

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/126.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #126
    
----
commit 6021cef0eae1802ef0ab76ec7f57475fc875d6a1
Author: Shanthoosh Venkataraman <sv...@linkedin.com>
Date:   2017-04-18T19:17:50Z

    SAMZA-1182 : Disable flaky tests.

----


> 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)