[jboss-jira] [JBoss JIRA] Closed: (JBAS-4422) org.jboss.test.util.test.TwiddleUnitTestCase can't connect to host
Richard Achmatowicz (JIRA)
jira-events at lists.jboss.org
Thu Aug 16 18:07:01 EDT 2007
[ http://jira.jboss.com/jira/browse/JBAS-4422?page=all ]
Richard Achmatowicz closed JBAS-4422.
-------------------------------------
Fix Version/s: JBossAS-5.0.0.Beta3
JBossAS-4.2.2.GA
Resolution: Done
Assignee: Richard Achmatowicz (was: Stan Silvert)
Tested the change on RHEL 5 and Windows.
Committed the change to
svn.jboss.org:/repos/jbossas/branches/JBPAPP_4_2_0_GA_CP
svn.jboss.org:/repos/jbossas/branches/Branch_4_2
svn.jboss.org:/repos/jbossas/trunk
> org.jboss.test.util.test.TwiddleUnitTestCase can't connect to host
> ------------------------------------------------------------------
>
> Key: JBAS-4422
> URL: http://jira.jboss.com/jira/browse/JBAS-4422
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Test Suite
> Affects Versions: JBossAS-4.2.0.CR2
> Environment: x86, Windows 2003 , Sun and BEA JVM
> Reporter: Richard Achmatowicz
> Assigned To: Richard Achmatowicz
> Priority: Trivial
> Fix For: JBossAS-5.0.0.Beta3, JBossAS-4.2.2.GA
>
>
> 1. The test testGet() in org.jboss.test.util.test.TwideleUnitTestCase builds a twiddle command line, execs the command line and checks that the output received from the server macthes the expected output. Comamnd lines are built, based on OS type: there is one for Windows and one for UNIX.
> The command line built when executing on Windows is:
> > cmd /C twiddle get "jboss.system:type=Server" "Started"
> and the response should be
> "Started=true"
> It appears that twiddle had an option for specifying the server host, but this option has been commented out.
> When executing the test on Windows, twiddle tries by default to connect to the server using localhost:1099.
> 2. When the testsuite is run using the parameters node0/node1 to specify the host IP addresses, localhost:1099 is not available
> and the test fails.
> (please see the linked issue JBPAPP-176 for more details)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list