-
Bug
-
Resolution: Done
-
Major
-
13.0.1.Final
-
None
Scripts module of WF-TS module fails with "-DreuseForks=false"
Server is configured once in a thread without any cleanup. Basically module make prepare phase in first executed tests. If "-DreuseForks=false" is used, prepare phase is started more times, but passed in first occurrence only.
{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0212: Duplicate resource [ (\"subsystem\" => \"logging\"), (\"custom-formatter\" => \"json\") ]"}} at org.junit.Assert.fail(Assert.java:89) at org.wildfly.common.test.ServerConfigurator.executeOperation(ServerConfigurator.java:233) at org.wildfly.common.test.ServerConfigurator.configureStandalone(ServerConfigurator.java:130) at org.wildfly.common.test.ServerConfigurator.configure(ServerConfigurator.java:59) at org.wildfly.scripts.test.ScriptTestCase.configureEnvironment(ScriptTestCase.java:88)