You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Prateek Maheshwari (JIRA)" <ji...@apache.org> on 2017/05/10 21:19:04 UTC

[jira] [Commented] (SAMZA-1269) Flaky test: TestExponentialSleepStrategy testThreadInterruptInRetryLoop

    [ https://issues.apache.org/jira/browse/SAMZA-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16005459#comment-16005459 ] 

Prateek Maheshwari commented on SAMZA-1269:
-------------------------------------------

Another test in this class failed:
{code}
testThreadInterruptInOperationSleep FAILED
    java.util.NoSuchElementException: None.get
        at scala.None$.get(Option.scala:347)
        at scala.None$.get(Option.scala:345)
        at org.apache.samza.util.TestExponentialSleepStrategy.testThreadInterruptInOperationSleep(TestExponentialSleepStrategy.scala:158)

481 tests completed, 1 failed, 1 skipped
:samza-core_2.11:test FAILED
{code}

> Flaky test: TestExponentialSleepStrategy testThreadInterruptInRetryLoop
> -----------------------------------------------------------------------
>
>                 Key: SAMZA-1269
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1269
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Prateek Maheshwari
>
> {code}
> :samza-core_2.11:test
> testThreadInterruptInRetryLoop FAILED
>     java.util.NoSuchElementException: None.get
>         at scala.None$.get(Option.scala:347)
>         at scala.None$.get(Option.scala:345)
>         at org.apache.samza.util.TestExponentialSleepStrategy.testThreadInterruptInRetryLoop(TestExponentialSleepStrategy.scala:143)
> 479 tests completed, 1 failed, 1 skipped
> :samza-core_2.11:test FAILED
> FAILURE: Build failed with an exception.
> {code}



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