[
https://issues.jboss.org/browse/JGRP-1995?page=com.atlassian.jira.plugin....
]
Bela Ban commented on JGRP-1995:
--------------------------------
There are unit test failures every now and then, but transient failures are expected.
They're caused by several tests running in parallel, GC etc.
This is the 10th time we're having this discussion and I'm getting tired of it.
Closing this issue.
org.jgroups.tests.byteman.SequencerFailoverTest.setUp fails on
several configurations
-------------------------------------------------------------------------------------
Key: JGRP-1995
URL:
https://issues.jboss.org/browse/JGRP-1995
Project: JGroups
Issue Type: Bug
Affects Versions: 3.6.6
Reporter: Ivan Straka
Assignee: Bela Ban
org.jgroups.tests.byteman.SequencerFailoverTest.setUp fails on several configurations
full output:
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-7x-jgroups-maven-...
{code:java}
Error Message
Timeout 10000 kicked in, views are: A: [A|0] (1) [A] B: [B|0] (1) [B] C: [C|0] (1) [C]
Stacktrace
org.jgroups.TimeoutException
at org.jgroups.util.Util.waitUntilAllChannelsHaveSameSize(Util.java:295)
at org.jgroups.tests.byteman.SequencerFailoverTest.setUp(SequencerFailoverTest.java:36)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:510)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:211)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:585)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:354)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:312)
at org.testng.SuiteRunner.run(SuiteRunner.java:261)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1215)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1140)
at org.testng.TestNG.run(TestNG.java:1048)
at org.testng.TestNG.privateMain(TestNG.java:1355)
at org.testng.TestNG.main(TestNG.java:1324)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)