[
https://issues.jboss.org/browse/AS7-3889?page=com.atlassian.jira.plugin.s...
]
Radoslav Husar commented on AS7-3889:
-------------------------------------
I tried the clustering TS specifying node0 and node1 and I got some failures too:
{noformat}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.test.clustering.unmanaged.jsf.JSFFailoverTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 117.986 sec
Running org.jboss.as.test.clustering.unmanaged.ejb3.xpc.StatefulWithXPCFailoverTestCase
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 55.154 sec <<<
FAILURE!
Running org.jboss.as.test.clustering.unmanaged.ejb3.stateful.StatefulFailoverTestCase
Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 105.812 sec <<<
FAILURE!
Running
org.jboss.as.test.clustering.unmanaged.ejb3.stateful.remote.failover.RemoteEJBClientStatefulBeanFailoverTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 44.511 sec <<<
FAILURE!
Running
org.jboss.as.test.clustering.unmanaged.ejb3.stateful.remote.failover.dd.RemoteEJBClientDDBasedSFSBFailoverTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 43.184 sec <<<
FAILURE!
Running org.jboss.as.test.clustering.unmanaged.web.ReplicationWebFailoverTestCase
Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 63.949 sec <<<
FAILURE!
Running org.jboss.as.test.clustering.unmanaged.web.DistributionWebFailoverTestCase
Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 62.741 sec <<<
FAILURE!
Running org.jboss.as.test.clustering.unmanaged.singleton.SingletonTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 82.087 sec
{noformat}
Unable to pass smoke tests part of testsuite when specify
-Dnode0=<something>
-----------------------------------------------------------------------------
Key: AS7-3889
URL:
https://issues.jboss.org/browse/AS7-3889
Project: Application Server 7
Issue Type: Bug
Components: Test Suite
Affects Versions: 7.1.1.Final
Reporter: Pavel Janousek
Assignee: Andrew Rubinger
I'm unable to pass smoke tests part of testsuite.
I hope you get the same result when try:
{code}
./build.sh clean install [pass]
ifconfig lo:1 127.0.0.2 [pass]
./integration-tests.sh install -Dnode0=127.0.0.2
{code}
I got:
{code}
Tests in error:
testMessagingClient(org.jboss.as.test.smoke.embedded.demos.client.jms.JmsClientTestCase):
java.net.ConnectException: JBAS012144: Could not connect to
remote://pjanouse.brq.redhat.com:9999. The connection timed out
testMessagingClient(org.jboss.as.test.smoke.embedded.demos.client.messaging.MessagingClientTestCase):
Cannot connect to server(s). Tried with all available servers.
{code}
Also in IPv6 mode like:
{code}
./integration-tests.sh install -Dnode0=::1 -Dipv6
{code}
I got error, but it differs from above:
{code}
Tests in error:
org.jboss.as.test.smoke.embedded.demos.jms.JmsTestCase: destination address may not be
null
org.jboss.as.test.smoke.embedded.demos.client.jms.JmsClientTestCase: destination
address may not be null
org.jboss.as.test.smoke.embedded.demos.client.messaging.MessagingClientTestCase:
destination address may not be null
org.jboss.as.test.smoke.embedded.demos.messaging.MessagingTestCase: destination address
may not be null
{code}
When I specify -Dnode0=127.0.0.1 as binding address, everything works fine...
PS: This state is *after* merging O. Zizka's TS-refactor branch (commit
d0f1f3cef0ed90d4b655e5aec15be7b00a373f5c).
--
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