[jboss-jira] [JBoss JIRA] (AS7-2504) Intermittent failures in org.jboss.as.test.integration.management.cli tests
Brian Stansberry (Created) (JIRA)
jira-events at lists.jboss.org
Thu Nov 3 13:03:45 EDT 2011
Intermittent failures in org.jboss.as.test.integration.management.cli tests
---------------------------------------------------------------------------
Key: AS7-2504
URL: https://issues.jboss.org/browse/AS7-2504
Project: Application Server 7
Issue Type: Task
Components: Test Suite
Reporter: Brian Stansberry
Assignee: Dominik Pospisil
Fix For: 7.1.0.CR1
I'm seeing frequent intermittent failures in the CLI tests, along these lines:
testConnect(org.jboss.as.test.integration.management.cli.BasicOpsTestCase) Time elapsed: 11.968 sec <<< ERROR!
java.lang.Exception: CLI read timeout.
at org.jboss.as.test.integration.management.util.CLIWrapper.readLine(CLIWrapper.java:147)
at org.jboss.as.test.integration.management.cli.BasicOpsTestCase.testConnect(BasicOpsTestCase.java:48)
A 1 sec timeout is inadequate. As an initial fix I'm going to increase it. To something big. If we want to test the response time of the CLI we need to move it out of the main testsuite. We can't trigger failures in the main testsuite that are due to external factors on the machine.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list