[
https://issues.jboss.org/browse/WFCORE-1073?page=com.atlassian.jira.plugi...
]
Kabir Khan edited comment on WFCORE-1073 at 10/23/15 5:41 AM:
--------------------------------------------------------------
Is this simply a case of doing
[code]
COUNTER=0
while [ $COUNTER -lt 20 ]; do
echo counter $COUNTER;
let COUNTER=COUNTER+1 ;
mvn install -DallTests -pl testsuite/domain/
-Dtest=HcExtensionAndSubsystemManagementTestCase;
done
[code]
In which case I cannot reproduce here
was (Author: kabirkhan):
Is this simply a case of doing
[code]
COUNTER=0
while [ $COUNTER -lt 20 ]; do echo
counter $COUNTER;
let COUNTER=COUNTER+1 ;
mvn install -DallTests -pl testsuite/domain/
-Dtest=HcExtensionAndSubsystemManagementTestCase;
done
[code]
In which case I cannot reproduce here
HcExtensionAndSubsystemManagementTestCase intermittently fails
--------------------------------------------------------------
Key: WFCORE-1073
URL:
https://issues.jboss.org/browse/WFCORE-1073
Project: WildFly Core
Issue Type: Bug
Components: Test Suite
Affects Versions: 2.0.0.CR7
Reporter: Petr Kremensky
Assignee: Kabir Khan
Attachments:
TEST-org.jboss.as.test.integration.domain.suites.HcExtensionAndSubsystemManagementTestCase.xml
org.jboss.as.test.integration.domain.suites.HcExtensionAndSubsystemManagementTestCase
intermittently fails in getRunningServers().
{noformat}
org.junit.ComparisonFailure: {
"outcome" => "failed",
"rolled-back" => true
} expected:<[success]> but was:<[failed]>
at org.junit.Assert.assertEquals(Assert.java:115)
at
org.jboss.as.test.integration.domain.suites.HcExtensionAndSubsystemManagementTestCase.getRunningServers(HcExtensionAndSubsystemManagementTestCase.java:134)
at
org.jboss.as.test.integration.domain.suites.HcExtensionAndSubsystemManagementTestCase.awaitServers(HcExtensionAndSubsystemManagementTestCase.java:475)
at
org.jboss.as.test.integration.domain.suites.HcExtensionAndSubsystemManagementTestCase.reloadHostsIfReloadRequired(HcExtensionAndSubsystemManagementTestCase.java:461)
at
org.jboss.as.test.integration.domain.suites.HcExtensionAndSubsystemManagementTestCase.reloadHostsIfReloadRequired(HcExtensionAndSubsystemManagementTestCase.java:439)
at
org.jboss.as.test.integration.domain.suites.HcExtensionAndSubsystemManagementTestCase.checkSocketBindingCapabilities(HcExtensionAndSubsystemManagementTestCase.java:350)
at
org.jboss.as.test.integration.domain.suites.HcExtensionAndSubsystemManagementTestCase.testSocketBindingCapabilities(HcExtensionAndSubsystemManagementTestCase.java:184)
{noformat}
reproducer job running the testcase in i=20 loop:
\-
[
eap-7x-HcExtensionAndSubsystemManagementTestCase-reproducer|https://jenki...]
Attaching surefire report from one of failed configuration (although it doesn't seem
to contain any kind of useful information in this case), server logs can be found in jobs
[
console|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-7x-HcExt...]
or among the stored
[
artifacts|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-7x-HcE...].
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)