[jboss-jira] [JBoss JIRA] (AS7-4062) Fix CLITestSuite and DomainTestSuite failures on windows platform
Dominik Pospisil (JIRA)
jira-events at lists.jboss.org
Wed Mar 7 09:37:42 EST 2012
[ https://issues.jboss.org/browse/AS7-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dominik Pospisil resolved AS7-4062.
-----------------------------------
Resolution: Done
https://github.com/jbossas/jboss-as/pull/1743
> Fix CLITestSuite and DomainTestSuite failures on windows platform
> -----------------------------------------------------------------
>
> Key: AS7-4062
> URL: https://issues.jboss.org/browse/AS7-4062
> Project: Application Server 7
> Issue Type: Task
> Components: Test Suite
> Affects Versions: 7.1.1.Final
> Reporter: Dominik Pospisil
> Assignee: Dominik Pospisil
>
> CLITestSuite and DomainTestsuite fail consistently on Windows platform.
> CLITestSuite failure stacktrace:
> java.lang.Exception: CLI read timeout.
> at org.jboss.as.test.integration.management.util.CLIWrapper.readLine(CLIWrapper.java:188)
> at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:135)
> at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:154)
> at org.jboss.as.test.integration.domain.management.cli.RolloutPlanTestCase.addRolloutPlan(RolloutPlanTestCase.java:66)
> at org.jboss.as.test.integration.domain.management.cli.RolloutPlanTestCase.testRolloutPlan(RolloutPlanTestCase.java:52)
> DomainTestSuite failure stacktrace:
> java.lang.AssertionError:
> at org.junit.Assert.fail(Assert.java:91)
> at org.junit.Assert.assertTrue(Assert.java:43)
> at org.junit.Assert.assertTrue(Assert.java:54)
> at org.jboss.as.test.integration.domain.suites.CoreResourceManagementTestCase.testDomainSnapshot(CoreResourceManagementTestCase.java:488)
> There is a FileNotFoundException in log as Windows systems are unable to find application-users.properties file.
--
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