]
Richard Janík reassigned WFLY-9122:
-----------------------------------
Assignee: Richard Janík (was: Yeray Borges)
Containers for distributed work manager tests always started in
testsuite/integration/manualmode
------------------------------------------------------------------------------------------------
Key: WFLY-9122
URL:
https://issues.jboss.org/browse/WFLY-9122
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Josef Cacek
Assignee: Richard Janík
The Arquillian containers {{dwm-container-0}} and {{dwm-container-1}} are always started
in the manualmode testsuite module.
It can lead to port conflicts when another test wants to use its own server configuration
with port offset 200 or 300. It also adds additional time to execute single test ({{mvn
test -Dtest=MyTestCase}}), because these 2 containers has to be started first.
The {{dwm-*}} containers are used by distributed work manager tests in package
{{org.jboss.as.test.manualmode.jca.workmanager.distributed}}.
CC [~rjanik]