[JBoss JIRA] (JBTM-2175) XTS HierarchyTest failure
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2175?page=com.atlassian.jira.plugin.... ]
Paul Robinson commented on JBTM-2175:
-------------------------------------
That makes sense. So the failed test is valid, as the equals methods were broken.
> XTS HierarchyTest failure
> -------------------------
>
> Key: JBTM-2175
> URL: https://issues.jboss.org/browse/JBTM-2175
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Blocker
> Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/517/PROFILE=XTS,j...
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.wsas.tests.arq.basic.HierarchyTest
> -------------------------------------------------------------------------------
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.197 sec <<< FAILURE!
> testComparision(com.arjuna.wsas.tests.arq.basic.HierarchyTest) Time elapsed: 0.086 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at org.junit.Assert.assertFalse(Assert.java:74)
> at com.arjuna.wsas.tests.arq.basic.HierarchyTest.testComparision(HierarchyTest.java:87)`
> {code}
> {code}
> [0m18:39:20,935 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:20,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
> [0m[33m18:39:21,282 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[0m18:39:21,338 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment test.war
> [0m[0m18:39:21,379 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: test.war
> [0m[0m18:39:21,403 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment test.war
> [0m[0m18:39:22,065 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /test
> [0m[0m18:39:22,503 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "test.war" (runtime-name : "test.war")
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Hierarchy: Activity context: 0:ffffac118321:-6095bd9c:537258b4:20 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Current: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:23,087 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /test
> [0m[0m18:39:23,092 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016009: Stopping weld service for deployment test.war
> [0m[0m18:39:23,131 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 50ms
> [0m[0m18:39:23,272 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:23,273 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
> [0m
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBTM-2175) XTS HierarchyTest failure
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2175?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris edited comment on JBTM-2175 at 5/16/14 4:43 AM:
----------------------------------------------------------------
[~paul.robinson], 5_BRANCH was corrupted. It does not have a commit which updates Narayana to 5.0.2.Final-SNAPSHOT. Thus your equals method is not updated.
was (Author: gytis):
[~paul.robinson], WildFly in CI server is not rebased to 5_BRANCH and is using Narayana 5.0.1.Final. Thus your equals method is not updated.
> XTS HierarchyTest failure
> -------------------------
>
> Key: JBTM-2175
> URL: https://issues.jboss.org/browse/JBTM-2175
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Blocker
> Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/517/PROFILE=XTS,j...
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.wsas.tests.arq.basic.HierarchyTest
> -------------------------------------------------------------------------------
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.197 sec <<< FAILURE!
> testComparision(com.arjuna.wsas.tests.arq.basic.HierarchyTest) Time elapsed: 0.086 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at org.junit.Assert.assertFalse(Assert.java:74)
> at com.arjuna.wsas.tests.arq.basic.HierarchyTest.testComparision(HierarchyTest.java:87)`
> {code}
> {code}
> [0m18:39:20,935 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:20,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
> [0m[33m18:39:21,282 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[0m18:39:21,338 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment test.war
> [0m[0m18:39:21,379 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: test.war
> [0m[0m18:39:21,403 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment test.war
> [0m[0m18:39:22,065 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /test
> [0m[0m18:39:22,503 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "test.war" (runtime-name : "test.war")
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Hierarchy: Activity context: 0:ffffac118321:-6095bd9c:537258b4:20 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Current: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:23,087 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /test
> [0m[0m18:39:23,092 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016009: Stopping weld service for deployment test.war
> [0m[0m18:39:23,131 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 50ms
> [0m[0m18:39:23,272 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:23,273 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
> [0m
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBTM-2175) XTS HierarchyTest failure
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2175?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris edited comment on JBTM-2175 at 5/16/14 4:40 AM:
----------------------------------------------------------------
[~paul.robinson], WildFly in CI server is not rebased to 5_BRANCH and is using Narayana 5.0.1.Final. Thus your equals method is not updated.
was (Author: gytis):
WildFly in CI server is not rebased to 5_BRANCH and is using Narayana 5.0.1.Final. Thus your equals method is not updated.
> XTS HierarchyTest failure
> -------------------------
>
> Key: JBTM-2175
> URL: https://issues.jboss.org/browse/JBTM-2175
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Blocker
> Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/517/PROFILE=XTS,j...
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.wsas.tests.arq.basic.HierarchyTest
> -------------------------------------------------------------------------------
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.197 sec <<< FAILURE!
> testComparision(com.arjuna.wsas.tests.arq.basic.HierarchyTest) Time elapsed: 0.086 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at org.junit.Assert.assertFalse(Assert.java:74)
> at com.arjuna.wsas.tests.arq.basic.HierarchyTest.testComparision(HierarchyTest.java:87)`
> {code}
> {code}
> [0m18:39:20,935 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:20,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
> [0m[33m18:39:21,282 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[0m18:39:21,338 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment test.war
> [0m[0m18:39:21,379 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: test.war
> [0m[0m18:39:21,403 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment test.war
> [0m[0m18:39:22,065 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /test
> [0m[0m18:39:22,503 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "test.war" (runtime-name : "test.war")
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Hierarchy: Activity context: 0:ffffac118321:-6095bd9c:537258b4:20 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Current: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:23,087 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /test
> [0m[0m18:39:23,092 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016009: Stopping weld service for deployment test.war
> [0m[0m18:39:23,131 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 50ms
> [0m[0m18:39:23,272 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:23,273 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
> [0m
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBTM-2175) XTS HierarchyTest failure
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2175?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris commented on JBTM-2175:
---------------------------------------
WildFly in CI server is not rebased to 5_BRANCH and is using Narayana 5.0.1.Final. Thus your equals method is not updated.
> XTS HierarchyTest failure
> -------------------------
>
> Key: JBTM-2175
> URL: https://issues.jboss.org/browse/JBTM-2175
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Blocker
> Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/517/PROFILE=XTS,j...
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.wsas.tests.arq.basic.HierarchyTest
> -------------------------------------------------------------------------------
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.197 sec <<< FAILURE!
> testComparision(com.arjuna.wsas.tests.arq.basic.HierarchyTest) Time elapsed: 0.086 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at org.junit.Assert.assertFalse(Assert.java:74)
> at com.arjuna.wsas.tests.arq.basic.HierarchyTest.testComparision(HierarchyTest.java:87)`
> {code}
> {code}
> [0m18:39:20,935 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:20,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
> [0m[33m18:39:21,282 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[0m18:39:21,338 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment test.war
> [0m[0m18:39:21,379 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: test.war
> [0m[0m18:39:21,403 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment test.war
> [0m[0m18:39:22,065 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /test
> [0m[0m18:39:22,503 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "test.war" (runtime-name : "test.war")
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Hierarchy: Activity context: 0:ffffac118321:-6095bd9c:537258b4:20 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Current: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:23,087 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /test
> [0m[0m18:39:23,092 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016009: Stopping weld service for deployment test.war
> [0m[0m18:39:23,131 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 50ms
> [0m[0m18:39:23,272 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:23,273 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
> [0m
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBTM-2175) XTS HierarchyTest failure
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2175?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris commented on JBTM-2175:
---------------------------------------
http://172.17.131.2/view/Narayana+BlackTie/job/narayana/519/PROFILE=XTS,j...
http://172.17.131.2/view/Narayana+BlackTie/job/narayana/520/PROFILE=XTS,j...
> XTS HierarchyTest failure
> -------------------------
>
> Key: JBTM-2175
> URL: https://issues.jboss.org/browse/JBTM-2175
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Blocker
> Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/517/PROFILE=XTS,j...
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.wsas.tests.arq.basic.HierarchyTest
> -------------------------------------------------------------------------------
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.197 sec <<< FAILURE!
> testComparision(com.arjuna.wsas.tests.arq.basic.HierarchyTest) Time elapsed: 0.086 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at org.junit.Assert.assertFalse(Assert.java:74)
> at com.arjuna.wsas.tests.arq.basic.HierarchyTest.testComparision(HierarchyTest.java:87)`
> {code}
> {code}
> [0m18:39:20,935 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:20,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
> [0m[33m18:39:21,282 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[0m18:39:21,338 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment test.war
> [0m[0m18:39:21,379 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: test.war
> [0m[0m18:39:21,403 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment test.war
> [0m[0m18:39:22,065 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /test
> [0m[0m18:39:22,503 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "test.war" (runtime-name : "test.war")
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Hierarchy: Activity context: 0:ffffac118321:-6095bd9c:537258b4:20 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Current: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:23,087 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /test
> [0m[0m18:39:23,092 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016009: Stopping weld service for deployment test.war
> [0m[0m18:39:23,131 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 50ms
> [0m[0m18:39:23,272 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:23,273 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
> [0m
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBTM-2175) XTS HierarchyTest failure
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2175?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris commented on JBTM-2175:
---------------------------------------
No, it's failing constantly.
> XTS HierarchyTest failure
> -------------------------
>
> Key: JBTM-2175
> URL: https://issues.jboss.org/browse/JBTM-2175
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Blocker
> Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/517/PROFILE=XTS,j...
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.wsas.tests.arq.basic.HierarchyTest
> -------------------------------------------------------------------------------
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.197 sec <<< FAILURE!
> testComparision(com.arjuna.wsas.tests.arq.basic.HierarchyTest) Time elapsed: 0.086 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at org.junit.Assert.assertFalse(Assert.java:74)
> at com.arjuna.wsas.tests.arq.basic.HierarchyTest.testComparision(HierarchyTest.java:87)`
> {code}
> {code}
> [0m18:39:20,935 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:20,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
> [0m[33m18:39:21,282 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[0m18:39:21,338 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment test.war
> [0m[0m18:39:21,379 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: test.war
> [0m[0m18:39:21,403 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment test.war
> [0m[0m18:39:22,065 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /test
> [0m[0m18:39:22,503 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "test.war" (runtime-name : "test.war")
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Hierarchy: Activity context: 0:ffffac118321:-6095bd9c:537258b4:20 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Current: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:23,087 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /test
> [0m[0m18:39:23,092 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016009: Stopping weld service for deployment test.war
> [0m[0m18:39:23,131 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 50ms
> [0m[0m18:39:23,272 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:23,273 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
> [0m
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBTM-2175) XTS HierarchyTest failure
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2175?page=com.atlassian.jira.plugin.... ]
Paul Robinson commented on JBTM-2175:
-------------------------------------
Is it an intermittent failure?
> XTS HierarchyTest failure
> -------------------------
>
> Key: JBTM-2175
> URL: https://issues.jboss.org/browse/JBTM-2175
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Blocker
> Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/517/PROFILE=XTS,j...
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.wsas.tests.arq.basic.HierarchyTest
> -------------------------------------------------------------------------------
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.197 sec <<< FAILURE!
> testComparision(com.arjuna.wsas.tests.arq.basic.HierarchyTest) Time elapsed: 0.086 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at org.junit.Assert.assertFalse(Assert.java:74)
> at com.arjuna.wsas.tests.arq.basic.HierarchyTest.testComparision(HierarchyTest.java:87)`
> {code}
> {code}
> [0m18:39:20,935 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:20,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
> [0m[33m18:39:21,282 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[0m18:39:21,338 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment test.war
> [0m[0m18:39:21,379 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: test.war
> [0m[0m18:39:21,403 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment test.war
> [0m[0m18:39:22,065 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /test
> [0m[0m18:39:22,503 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "test.war" (runtime-name : "test.war")
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Hierarchy: Activity context: 0:ffffac118321:-6095bd9c:537258b4:20 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Current: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:23,087 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /test
> [0m[0m18:39:23,092 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016009: Stopping weld service for deployment test.war
> [0m[0m18:39:23,131 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 50ms
> [0m[0m18:39:23,272 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:23,273 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
> [0m
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBTM-2171) narayana-rebase doesn't work on mac
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2171?page=com.atlassian.jira.plugin.... ]
Paul Robinson commented on JBTM-2171:
-------------------------------------
How urgent is this? I'm on holiday next week and have a lot to get finished tomorrow.
> narayana-rebase doesn't work on mac
> -----------------------------------
>
> Key: JBTM-2171
> URL: https://issues.jboss.org/browse/JBTM-2171
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Build System
> Reporter: Tom Jenkinson
> Assignee: Paul Robinson
>
> ./scripts/hudson/narayana-rebase.sh:
> {quote}
> git log $ancestorMaster..$myRev | grep commit | wc | cut -c 1-7 | tr -d ' '
> git log $ancestor417..$myRev | grep commit | wc | cut -c 1-7 | tr -d ' '
> {quote}
> The files from wc are columns wide on Mac rather than 7 on Linux. You could put 1-8 and hope there weren't too many words but its dangerous. Probably an if-then-else required.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBTM-2175) XTS HierarchyTest failure
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2175?page=com.atlassian.jira.plugin.... ]
Paul Robinson commented on JBTM-2175:
-------------------------------------
This is a new test I added, that I believe should pass. I had to fix two .equals methods to have it pass. It did pass CI at the time. Not sure why it's failing now. I can try take a look tomorrow, but after that I'm on holiday.
https://github.com/jbosstm/narayana/commit/8ac8d1fd036d6921f427dfc2d49515...
> XTS HierarchyTest failure
> -------------------------
>
> Key: JBTM-2175
> URL: https://issues.jboss.org/browse/JBTM-2175
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Blocker
> Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/517/PROFILE=XTS,j...
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.wsas.tests.arq.basic.HierarchyTest
> -------------------------------------------------------------------------------
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.197 sec <<< FAILURE!
> testComparision(com.arjuna.wsas.tests.arq.basic.HierarchyTest) Time elapsed: 0.086 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at org.junit.Assert.assertFalse(Assert.java:74)
> at com.arjuna.wsas.tests.arq.basic.HierarchyTest.testComparision(HierarchyTest.java:87)`
> {code}
> {code}
> [0m18:39:20,935 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:20,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
> [0m[33m18:39:21,282 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[0m18:39:21,338 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment test.war
> [0m[0m18:39:21,379 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: test.war
> [0m[0m18:39:21,403 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment test.war
> [0m[0m18:39:22,065 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /test
> [0m[0m18:39:22,503 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "test.war" (runtime-name : "test.war")
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Hierarchy: Activity context: 0:ffffac118321:-6095bd9c:537258b4:20 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Current: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:23,087 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /test
> [0m[0m18:39:23,092 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016009: Stopping weld service for deployment test.war
> [0m[0m18:39:23,131 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 50ms
> [0m[0m18:39:23,272 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:23,273 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
> [0m
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months