[
https://issues.apache.org/jira/browse/NIFI-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15197390#comment-15197390
]
ASF GitHub Bot commented on NIFI-1631:
--------------------------------------
GitHub user olegz opened a pull request:
https://github.com/apache/nifi/pull/283
NIFI-1631 increased timeouts on test
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/olegz/nifi NIFI-1631
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/283.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 #283
----
commit 3d6fb4e9d6fb249dfe2ab91b8a45cd7db4d4937a
Author: Oleg Zhurakousky <[email protected]>
Date: 2016-03-16T14:32:07Z
NIFI-1631 increased timeouts on test
----
> Fix intermittent test failure in TestStandardProcessScheduler
> -------------------------------------------------------------
>
> Key: NIFI-1631
> URL: https://issues.apache.org/jira/browse/NIFI-1631
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Oleg Zhurakousky
> Assignee: Oleg Zhurakousky
> Fix For: 0.6.0
>
>
> {code}
> validateLongEnablingServiceCanStillBeDisabled on
> validateLongEnablingServiceCanStillBeDisabled(org.apache.nifi.controller.scheduling.TestStandardProcessScheduler)(org.apache.nifi.controller.scheduling.TestStandardProcessScheduler)
> Time elapsed: 4.881 sec <<< FAILURE!
> java.lang.AssertionError: expected:<DISABLED> but was:<DISABLING>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at
> org.apache.nifi.controller.scheduling.TestStandardProcessScheduler.validateLongEnablingServiceCanStillBeDisabled(TestStandardProcessScheduler.java:431)
> . . .
> {code}
> and
> {code}
> validateLongEnablingServiceCanStillBeDisabled on
> validateLongEnablingServiceCanStillBeDisabled(org.apache.nifi.controller.scheduling.TestStandardProcessScheduler)(org.apache.nifi.controller.scheduling.TestStandardProcessScheduler)
> Time elapsed: 2.071 sec <<< FAILURE!
> java.lang.AssertionError: expected:<1> but was:<0>
> 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.nifi.controller.scheduling.TestStandardProcessScheduler.validateLongEnablingServiceCanStillBeDisabled(TestStandardProcessScheduler.java:421)
> . . .
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)