[jboss-jira] [JBoss JIRA] Commented: (JBAS-5846) org.jboss.test.asynch.AsynchTestCase
Dimitris Andreadis (JIRA)
jira-events at lists.jboss.org
Tue Aug 26 14:22:23 EDT 2008
[ https://jira.jboss.org/jira/browse/JBAS-5846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12426750#action_12426750 ]
Dimitris Andreadis commented on JBAS-5846:
------------------------------------------
Although locally the test passes for me, it still fails on hudson:
http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-5.0.x-TestSuite-sun15/850/testReport/org.jboss.test.asynch/AsynchTestCase/unknown/
I suspect this is because on hudson the server is bound to an IP address, rather than localhost so the test needs to accomodate that use case, as well.
> org.jboss.test.asynch.AsynchTestCase
> ------------------------------------
>
> Key: JBAS-5846
> URL: https://jira.jboss.org/jira/browse/JBAS-5846
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Reporter: Shelly McGowan
> Assignee: Kabir Khan
> Fix For: JBossAS-5.0.0.CR2
>
>
> After making adjustments to the classpaths to resolve ClassNotFoundExceptions, there are still issues running on Hudson due to the hardcoding of localhost in the test classes.
> When the server is bound to localhost, only 1 of the 3 tests, testRemote, passes.
> The other two, testLocal and testCollocated, Error when invoking test method on the pojo.
> testRemote took 0.878 sec
> Testcase: testLocal took 0.036 sec
> Caused an ERROR
> null
> java.lang.Exception
> at org.jboss.test.asynch.AsynchTestCase.testLocal(AsynchTestCase.java:89)
> at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> at junit.extensions.TestSetup.run(TestSetup.java:23)
> Testcase: testCollocated took 0.039 sec
> Caused an ERROR
> null
> java.lang.Exception
> at org.jboss.test.asynch.AsynchTestCase.testCollocated(AsynchTestCase.java:103)
> at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> at junit.extensions.TestSetup.run(TestSetup.java:23)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list