You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "Svetoslav Neykov (JIRA)" <ji...@apache.org> on 2016/04/15 16:52:25 UTC

[jira] [Created] (BROOKLYN-256) Unreliable test BasicStartableTest.testTransitionsThroughLifecycles

Svetoslav Neykov created BROOKLYN-256:
-----------------------------------------

             Summary: Unreliable test BasicStartableTest.testTransitionsThroughLifecycles
                 Key: BROOKLYN-256
                 URL: https://issues.apache.org/jira/browse/BROOKLYN-256
             Project: Brooklyn
          Issue Type: Bug
            Reporter: Svetoslav Neykov


I've seen the failure a couple of times in automated builds:

(reported by [~sjcorbett] in https://issues.apache.org/jira/browse/BROOKLYN-250)
org.apache.brooklyn.entity.stock.BasicStartableTest.testTransitionsThroughLifecycles (from TestSuite)

Expected: eventually IsEqualTo([starting, running, stopping, stopped]); got most recently: [starting, running, stopping, stopping, stopped] (waited 1s 4ms 696us 7ns, checked 99)
Stacktrace

java.lang.AssertionError: Expected: eventually IsEqualTo([starting, running, stopping, stopped]); got most recently: [starting, running, stopping, stopping, stopped] (waited 1s 4ms 696us 7ns, checked 99)


----

And another one:

  BasicStartableTest.testTransitionsThroughLifecycles:170 Expected: eventually IsEqualTo([starting, running, stopping, stopped]); got most recently: [starting, running, starting, running, stopping, stopped] (waited 1s 11ms 498us 762ns, checked 100)


Stacktrace:
java.lang.AssertionError: Expected: eventually IsEqualTo([starting, running, stopping, stopped]); got most recently: [starting, running, starting, running, stopping, stopped] (waited 1s 11ms 498us 762ns, checked 100)
	at org.apache.brooklyn.test.Asserts.fail(Asserts.java:721)
	at org.apache.brooklyn.test.Asserts.eventually(Asserts.java:791)
	at org.apache.brooklyn.test.Asserts.eventually(Asserts.java:751)
	at org.apache.brooklyn.entity.stock.BasicStartableTest.testTransitionsThroughLifecycles(BasicStartableTest.java:170)





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)