[
https://issues.jboss.org/browse/WFLY-9111?page=com.atlassian.jira.plugin....
]
Richard Janík reopened WFLY-9111:
---------------------------------
Still partially present - only Dwm tests are affected, but they still reference only
node0, not both as they should.
Some tests from manualmode is unable to start with node0 and node1
properties
-----------------------------------------------------------------------------
Key: WFLY-9111
URL:
https://issues.jboss.org/browse/WFLY-9111
Project: WildFly
Issue Type: Bug
Components: JCA, Test Suite
Reporter: Richard Janík
Assignee: Richard Janík
Fix For: 11.0.0.Beta1
*Description of problem:*
Some tests from manualmode is unable to start with node0 and node1 properties.
It's caused by [these new containers in
arquillian.xml|https://github.com/jbossas/jboss-eap7/pull/1935/files#diff...]
These tests are affected by this issue:
{noformat}
org.jboss.as.test.manualmode.ejb.client.outbound.connection.RemoteOutboundConnectionReconnectTestCase
org.jboss.as.test.manualmode.ejb.client.outbound.connection.security.ElytronRemoteOutboundConnectionTestCase
org.jboss.as.test.manualmode.ejb.client.reconnect.EJBClientReconnectionTestCase
org.jboss.as.test.manualmode.jca.connectionlistener.ConnectionListenerTestCase
org.jboss.as.test.manualmode.jca.workmanager.distributed.DwmAlwaysTestCase
org.jboss.as.test.manualmode.jca.workmanager.distributed.DwmNeverTestCase
org.jboss.as.test.manualmode.jca.workmanager.distributed.DwmWatermarkTestCase
org.jboss.as.test.manualmode.layered.LayeredDistributionTestCase
org.jboss.as.test.manualmode.messaging.ha.ReplicatedFailoverTestCase
org.jboss.as.test.manualmode.messaging.ha.SharedStoreFailoverTestCase
org.jboss.as.test.manualmode.security.OutboundLdapConnectionClientCertTestCase
org.jboss.as.test.manualmode.security.OutboundLdapConnectionTestCase
org.jboss.as.test.manualmode.security.SecuredDataSourceTestCase
org.jboss.as.test.manualmode.security.VaultSystemPropertyOnServerStartTestCase
org.jboss.as.test.manualmode.transaction.ObjectStoreTypeTestCase
org.jboss.as.test.manualmode.web.ssl.CertificateRolesLoginModuleTestCase
org.jboss.as.test.manualmode.web.ssl.DatabaseCertLoginModuleTestCase
org.jboss.as.test.manualmode.web.ssl.HTTPSWebConnectorTestCase
org.jboss.as.test.manualmode.weld.extension.BeforeShutdownJNDILookupTestCase
org.jboss.as.test.manualmode.ws.ReloadRequiringChangesTestCase
org.jboss.as.test.manualmode.ws.ReloadWSDLPublisherTestCase
{noformat}
*How reproducible:*
Always
*Steps to Reproduce:*
# ./integration-tests.sh -fae -Dmaven.test.failure.ignore=true -Dnode0=$MYTESTIP_1
-Dnode1=$MYTESTIP_2 -Djboss.dist=/home/mkopecky/playground/eap/7.1.0.ER2.2/jboss-eap-7.1
-DtestLogToFile=false -Dts.noSmoke -Dts.manualmode
-Dtest=RemoteOutboundConnectionReconnectTestCase
*StackTrace:*
{noformat}
Caused by: java.util.concurrent.TimeoutException: Managed server was not started within
[60] s
at
org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:161)
... 73 more
{noformat}
*Expected results:*
No errors
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)