Return-Path: X-Original-To: apmail-brooklyn-dev-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A829184A0 for ; Tue, 22 Dec 2015 15:29:47 +0000 (UTC) Received: (qmail 74118 invoked by uid 500); 22 Dec 2015 15:29:46 -0000 Delivered-To: apmail-brooklyn-dev-archive@brooklyn.apache.org Received: (qmail 74084 invoked by uid 500); 22 Dec 2015 15:29:46 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 73979 invoked by uid 99); 22 Dec 2015 15:29:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2015 15:29:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A2CCA2C0AFA for ; Tue, 22 Dec 2015 15:29:46 +0000 (UTC) Date: Tue, 22 Dec 2015 15:29:46 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@brooklyn.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BROOKLYN-203) Unpredictable test: ControlledDynamicWebAppClusterTest.testTheTestJavaWebApp MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/BROOKLYN-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15068255#comment-15068255 ] ASF GitHub Bot commented on BROOKLYN-203: ----------------------------------------- Github user sjcorbett commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/1119#issuecomment-166646696 @ahgittin There are a few unreliable tests on Jenkins. See https://issues.apache.org/jira/browse/BROOKLYN-203, https://issues.apache.org/jira/browse/BROOKLYN-204, https://issues.apache.org/jira/browse/BROOKLYN-205 and https://issues.apache.org/jira/browse/BROOKLYN-206. > Unpredictable test: ControlledDynamicWebAppClusterTest.testTheTestJavaWebApp > ---------------------------------------------------------------------------- > > Key: BROOKLYN-203 > URL: https://issues.apache.org/jira/browse/BROOKLYN-203 > Project: Brooklyn > Issue Type: Bug > Reporter: Sam Corbett > > Broke in https://github.com/apache/incubator-brooklyn/pull/1095. > Error Message > {code} > entity=TestJavaWebAppEntityImpl{id=IbVX3MAT}; attribute=Sensor: service.isUp (java.lang.Boolean) expected [false] but found [true] > {code} > Stacktrace > {code} > java.lang.AssertionError: entity=TestJavaWebAppEntityImpl{id=IbVX3MAT}; attribute=Sensor: service.isUp (java.lang.Boolean) expected [false] but found [true] > at org.testng.Assert.fail(Assert.java:94) > at org.testng.Assert.failNotEquals(Assert.java:494) > at org.testng.Assert.assertEquals(Assert.java:123) > at org.apache.brooklyn.test.EntityTestUtils.assertAttributeEquals(EntityTestUtils.java:62) > at org.apache.brooklyn.test.EntityTestUtils$1.run(EntityTestUtils.java:78) > at org.apache.brooklyn.test.Asserts$RunnableAdapter.call(Asserts.java:1210) > at org.apache.brooklyn.test.Asserts.succeedsEventually(Asserts.java:872) > at org.apache.brooklyn.test.Asserts.succeedsEventually(Asserts.java:799) > at org.apache.brooklyn.test.EntityTestUtils.assertAttributeEqualsEventually(EntityTestUtils.java:75) > at org.apache.brooklyn.test.EntityTestUtils.assertAttributeEqualsEventually(EntityTestUtils.java:70) > at org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterTest.testTheTestJavaWebApp(ControlledDynamicWebAppClusterTest.java:134) > {code} > Standard Output > {code} > 2015-12-09 13:15:04,935 INFO TESTNG INVOKING CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterTest.setUp() > 2015-12-09 13:15:04,971 INFO TESTNG PASSED CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterTest.setUp() finished in 36 ms > 2015-12-09 13:15:04,971 INFO TESTNG INVOKING: "Surefire test" - org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterTest.testTheTestJavaWebApp() > 2015-12-09 13:15:35,017 INFO succeedsEventually exceeded max attempts or timeout - 69 attempts lasting 30000 ms, for RunnableAdapter(org.apache.brooklyn.test.EntityTestUtils$1@7f5823b6) > 2015-12-09 13:15:35,017 INFO failed succeeds-eventually, 69 attempts, 30000ms elapsed (rethrowing): java.lang.AssertionError: entity=TestJavaWebAppEntityImpl{id=IbVX3MAT}; attribute=Sensor: service.isUp (java.lang.Boolean) expected [false] but found [true] > 2015-12-09 13:15:35,020 INFO TESTNG FAILED: "Surefire test" - org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterTest.testTheTestJavaWebApp() finished in 30047 ms > java.lang.AssertionError: entity=TestJavaWebAppEntityImpl{id=IbVX3MAT}; attribute=Sensor: service.isUp (java.lang.Boolean) expected [false] but found [true] > at org.apache.brooklyn.test.EntityTestUtils.assertAttributeEquals(EntityTestUtils.java:62) > at org.apache.brooklyn.test.EntityTestUtils$1.run(EntityTestUtils.java:78) > at org.apache.brooklyn.test.Asserts$RunnableAdapter.call(Asserts.java:1210) > at org.apache.brooklyn.test.Asserts.succeedsEventually(Asserts.java:872) > at org.apache.brooklyn.test.Asserts.succeedsEventually(Asserts.java:799) > at org.apache.brooklyn.test.EntityTestUtils.assertAttributeEqualsEventually(EntityTestUtils.java:75) > at org.apache.brooklyn.test.EntityTestUtils.assertAttributeEqualsEventually(EntityTestUtils.java:70) > at org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterTest.testTheTestJavaWebApp(ControlledDynamicWebAppClusterTest.java:134){code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)