]
Petr Kremensky moved JBEAP-8811 to WFLY-8102:
---------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8102 (was: JBEAP-8811)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Test Suite
(was: Test Suite)
Target Release: (was: 7.1.0.GA)
Affects Version/s: 10.1.0.Final
(was: 7.1.0.DR11)
Wrong management address used for graceful shutdown XTS tests
-------------------------------------------------------------
Key: WFLY-8102
URL:
https://issues.jboss.org/browse/WFLY-8102
Project: WildFly
Issue Type: Bug
Components: Test Suite
Affects Versions: 10.1.0.Final
Reporter: Petr Kremensky
Assignee: Petr Kremensky
"alternative-server" of wildfly-ts-integ-xts module use wrong
managementAddress
https://github.com/wildfly/wildfly/blob/master/testsuite/integration/xts/...
"alternative-server" use 100 port offset, but doesn't change the
managementAddress, this make tests fail with "Could not start container" in case
that node0 is not binded to localhost
https://github.com/wildfly/wildfly/blob/master/testsuite/integration/src/...
*reproduce*
# $MYTESTIP_1 != localhost
{noformat}
./integration-tests.sh -Dts.xts -Dts.noSmoke -Dnode0=$MYTESTIP_1
Tests in error:
CompensatableTestCase.org.jboss.as.test.xts.annotation.client.CompensatableTestCase »
Runtime
TransactionalTestCase.org.jboss.as.test.xts.annotation.client.TransactionalTestCase »
Runtime
CompensationScopedTestCase.org.jboss.as.test.xts.annotation.compensationScoped.CompensationScopedTestCase
» Runtime
AtomicTransactionSuspendTestCase.org.jboss.as.test.xts.suspend.wsat.AtomicTransactionSuspendTestCase
» Lifecycle
BusinessActivitySuspendTestCase.org.jboss.as.test.xts.suspend.wsba.BusinessActivitySuspendTestCase
» Runtime
ATTestCase.org.jboss.as.test.xts.wsat.client.ATTestCase » Runtime Arquillian h...
BACoordinatorCompletionTestCase.org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionTestCase
» Runtime
BAParticipantCompletionTestCase.org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionTestCase
» Runtime
Tests run: 8, Failures: 0, Errors: 8, Skipped: 0
{noformat}