You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jake Maes (JIRA)" <ji...@apache.org> on 2018/01/12 19:27:05 UTC

[jira] [Updated] (SAMZA-1243) Flaky test: Multiple tests in TestLocalStoreMonitor

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

Jake Maes updated SAMZA-1243:
-----------------------------
    Fix Version/s:     (was: 0.14.0)
                   0.15.0

> Flaky test: Multiple tests in TestLocalStoreMonitor
> ---------------------------------------------------
>
>                 Key: SAMZA-1243
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1243
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Prateek Maheshwari
>            Assignee: Shanthoosh Venkataraman
>             Fix For: 0.15.0
>
>
> Failed locally on my laptop (OS X).
> At commit 35a5cd9ad210a3246eff530b5d74145225cbe5d2.
> {code}
> :samza-rest:test
> shouldDeleteTaskStoreWhenTaskPreferredStoreIsNotLocalHost FAILED
>     junit.framework.AssertionFailedError: expected:<1> but was:<2>
>         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:159)
> shouldDeleteLocalTaskStoreWhenItHasNoOffsetFile FAILED
>     junit.framework.AssertionFailedError: expected:<1> but was:<2>
>         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:105)
> 30 tests completed, 2 failed, 2 skipped
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)