Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-7047

Installation manager integration tests are not executed in the CI

XMLWordPrintable

      I realized that Integration Manager integration tests are not being executed in the Ci because they were not properly included in the surefire configuration.

      In addition to that, they are currently failing in Windows due to lock file issues with the following trace:

       

      ======= Failed test run #1 ==========  java.lang.AssertionError: Failed to execute line 'installer revert --revision=dummy --offline --host=primary'
        org.jboss.as.cli.CommandLineException: java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: WFLYCTL0158: Operation handler failed: java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\BuildAgent\work\634f11ca90fac734\testsuite\domain\target\domains\InstallationManagerIntegrationTestCase\primary\tmp\installation-manager\prepared-server
         at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:927)
         at org.jboss.as.cli.impl.CommandContextImpl.handleCommand(CommandContextImpl.java:1861)
         at org.jboss.as.cli.impl.CommandContextImpl.handle(CommandContextImpl.java:866)
         at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:201)
         at org.jboss.as.test.integration.domain.installationmanager.InstallationManagerIntegrationTestCase.revertWithOffline(InstallationManagerIntegrationTestCase.java:673)
         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
         at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.base/java.lang.reflect.Method.invoke(Method.java:566)
         at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
         at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
         at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
         at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
         at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
         at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
         at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
         at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
         at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
         at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
         at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
         at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
         at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
         at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
         at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
         at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
         at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
         at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
         at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
         at org.junit.runners.Suite.runChild(Suite.java:128)
         at org.junit.runners.Suite.runChild(Suite.java:27)
         at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
         at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
         at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
         at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
         at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
         at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
         at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
         at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
         at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
         at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
         at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
         at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
         at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
         at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
         at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
         at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
         at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
        Caused by: java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: WFLYCTL0158: Operation handler failed: java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\BuildAgent\work\634f11ca90fac734\testsuite\domain\target\domains\InstallationManagerIntegrationTestCase\primary\tmp\installation-manager\prepared-server
         at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
         at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
         at org.jboss.as.cli.impl.CommandExecutor.execute(CommandExecutor.java:715)
         at org.jboss.as.cli.impl.CommandContextImpl.lambda$handleCommand$3(CommandContextImpl.java:1862)
         at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:914)
         ... 46 more
        Caused by: org.jboss.as.cli.CommandLineException: WFLYCTL0158: Operation handler failed: java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\BuildAgent\work\634f11ca90fac734\testsuite\domain\target\domains\InstallationManagerIntegrationTestCase\primary\tmp\installation-manager\prepared-server
         at org.jboss.as.cli.impl.aesh.AeshCommands$1.lambda$build$0(AeshCommands.java:264)
         at org.jboss.as.cli.impl.CommandExecutor.lambda$execute$0(CommandExecutor.java:710)
         at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
         at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
         at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
         at java.base/java.lang.Thread.run(Thread.java:829)  java.lang.AssertionError:  Failed to execute line 'installer revert --revision=dummy --offline --host=primary'  org.jboss.as.cli.CommandLineException: java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: WFLYCTL0158: Operation handler failed: java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\BuildAgent\work\634f11ca90fac734\testsuite\domain\target\domains\InstallationManagerIntegrationTestCase\primary\tmp\installation-manager\prepared-server    at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:927)    at org.jboss.as.cli.impl.CommandContextImpl.handleCommand(CommandContextImpl.java:1861)    at org.jboss.as.cli.impl.CommandContextImpl.handle(CommandContextImpl.java:866)    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:201)    at org.jboss.as.test.integration.domain.installationmanager.InstallationManagerIntegrationTestCase.revertWithOffline(InstallationManagerIntegrationTestCase.java:673)    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)    at java.base/java.lang.reflect.Method.invoke(Method.java:566)    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)    at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)    at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)    at org.junit.runners.ParentRunner.run(ParentRunner.java:413)    at org.junit.runners.Suite.runChild(Suite.java:128)    at org.junit.runners.Suite.runChild(Suite.java:27)    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)    at org.junit.runners.ParentRunner.run(ParentRunner.java:413)    at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)    at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)    at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)    at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)  Caused by: java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: WFLYCTL0158: Operation handler failed: java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\BuildAgent\work\634f11ca90fac734\testsuite\domain\target\domains\InstallationManagerIntegrationTestCase\primary\tmp\installation-manager\prepared-server    at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)    at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)    at org.jboss.as.cli.impl.CommandExecutor.execute(CommandExecutor.java:715)    at org.jboss.as.cli.impl.CommandContextImpl.lambda$handleCommand$3(CommandContextImpl.java:1862)    at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:914)    ... 46 more  Caused by: org.jboss.as.cli.CommandLineException: WFLYCTL0158: Operation handler failed: java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\BuildAgent\work\634f11ca90fac734\testsuite\domain\target\domains\InstallationManagerIntegrationTestCase\primary\tmp\installation-manager\prepared-server    at org.jboss.as.cli.impl.aesh.AeshCommands$1.lambda$build$0(AeshCommands.java:264)    at org.jboss.as.cli.impl.CommandExecutor.lambda$execute$0(CommandExecutor.java:710)    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)    at java.base/java.lang.Thread.run(Thread.java:829)    at org.junit.Assert.fail(Assert.java:89)    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:205)    at org.jboss.as.test.integration.domain.installationmanager.InstallationManagerIntegrationTestCase.revertWithOffline(InstallationManagerIntegrationTestCase.java:673)    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)    at java.base/java.lang.reflect.Method.invoke(Method.java:566)    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)    at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)    at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)    at org.junit.runners.ParentRunner.run(ParentRunner.java:413)    at org.junit.runners.Suite.runChild(Suite.java:128)    at org.junit.runners.Suite.runChild(Suite.java:27)    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)    at org.junit.runners.ParentRunner.run(ParentRunner.java:413)    at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)    at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)    at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)    at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)  ------- Stdout: -------  INFO  [org.jboss.as.cli.CommandContext]  The new installation is being prepared ...  [Host Controller] 10:25:36,029 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("prepare-revert") failed - address: ([  [Host Controller]     ("host" => "primary"),  [Host Controller]     ("core-service" => "installer")  [Host Controller] ]): java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\BuildAgent\work\634f11ca90fac734\testsuite\domain\target\domains\InstallationManagerIntegrationTestCase\primary\tmp\installation-manager\prepared-server  [Host Controller]   at org.wildfly.installation-manager@27.0.0.Beta3-SNAPSHOT//org.wildfly.core.instmgr.InstMgrPrepareRevertHandler$1.execute(InstMgrPrepareRevertHandler.java:151)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:1057)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:778)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:469)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1435)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:436)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.ModelControllerImpl.lambda$executeForResponse$0(ModelControllerImpl.java:246)  [Host Controller]   at org.wildfly.security.elytron-base@2.6.0.Final//org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:304)  [Host Controller]   at org.wildfly.security.elytron-base@2.6.0.Final//org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:270)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.ModelControllerImpl.executeForResponse(ModelControllerImpl.java:246)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.ModelControllerImpl.executeOperation(ModelControllerImpl.java:240)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:223)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:228)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:150)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:146)  [Host Controller]   at org.wildfly.security.elytron-base@2.6.0.Final//org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:328)  [Host Controller]   at org.wildfly.security.elytron-base@2.6.0.Final//org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:285)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:237)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:208)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:146)  [Host Controller]   at org.jboss.as.protocol@27.0.0.Beta3-SNAPSHOT//org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$1.doExecute(ManagementRequestContextImpl.java:59)  [Host Controller]   at org.jboss.as.protocol@27.0.0.Beta3-SNAPSHOT//org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$AsyncTaskRunner.run(ManagementRequestContextImpl.java:149)  [Host Controller]   at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)  [Host Controller]   at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)  [Host Controller]   at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)  [Host Controller]   at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)  [Host Controller]   at java.base/java.lang.Thread.run(Thread.java:829)  [Host Controller]   at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)  [Host Controller] Caused by: java.nio.file.AccessDeniedException: C:\BuildAgent\work\634f11ca90fac734\testsuite\domain\target\domains\InstallationManagerIntegrationTestCase\primary\tmp\installation-manager\prepared-server  [Host Controller]   at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)  [Host Controller]   at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)  [Host Controller]   at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)  [Host Controller]   at java.base/sun.nio.fs.WindowsFileSystemProvider.createDirectory(WindowsFileSystemProvider.java:509)  [Host Controller]   at java.base/java.nio.file.Files.createDirectory(Files.java:690)  [Host Controller]   at java.base/java.nio.file.Files.createAndCheckIsDirectory(Files.java:797)  [Host Controller]   at java.base/java.nio.file.Files.createDirectories(Files.java:783)  [Host Controller]   at org.wildfly.installation-manager@27.0.0.Beta3-SNAPSHOT//org.wildfly.core.instmgr.InstMgrPrepareRevertHandler$1.execute(InstMgrPrepareRevertHandler.java:139)  [Host Controller]   ... 27 more  [Host Controller]  [Host Controller] 10:25:36,079 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("clean") failed - address: ([  [Host Controller]     ("host" => "primary"),  [Host Controller]     ("core-service" => "installer")  [Host Controller] ]): java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\BuildAgent\work\634f11ca90fac734\testsuite\domain\target\domains\InstallationManagerIntegrationTestCase\primary\tmp\installation-manager\prepared-server  [Host Controller]   at org.wildfly.installation-manager@27.0.0.Beta3-SNAPSHOT//org.wildfly.core.instmgr.InstMgrCleanHandler$1.execute(InstMgrCleanHandler.java:61)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:1057)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:778)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:469)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1435)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:436)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.ModelControllerImpl.lambda$executeForResponse$0(ModelControllerImpl.java:246)  [Host Controller]   at org.wildfly.security.elytron-base@2.6.0.Final//org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:304)  [Host Controller]   at org.wildfly.security.elytron-base@2.6.0.Final//org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:270)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.ModelControllerImpl.executeForResponse(ModelControllerImpl.java:246)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.ModelControllerImpl.executeOperation(ModelControllerImpl.java:240)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:223)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:228)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:150)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:146)  [Host Controller]   at org.wildfly.security.elytron-base@2.6.0.Final//org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:328)  [Host Controller]   at org.wildfly.security.elytron-base@2.6.0.Final//org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:285)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:237)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:208)  [Host Controller]   at org.jboss.as.controller@27.0.0.Beta3-SNAPSHOT//org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:146)  [Host Controller]   at org.jboss.as.protocol@27.0.0.Beta3-SNAPSHOT//org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$1.doExecute(ManagementRequestContextImpl.java:59)  [Host Controller]   at org.jboss.as.protocol@27.0.0.Beta3-SNAPSHOT//org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$AsyncTaskRunner.run(ManagementRequestContextImpl.java:149)  [Host Controller]   at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)  [Host Controller]   at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)  [Host Controller]   at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)  [Host Controller]   at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)  [Host Controller]   at java.base/java.lang.Thread.run(Thread.java:829)  [Host Controller]   at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)  [Host Controller] Caused by: java.nio.file.AccessDeniedException: C:\BuildAgent\work\634f11ca90fac734\testsuite\domain\target\domains\InstallationManagerIntegrationTestCase\primary\tmp\installation-manager\prepared-server  [Host Controller]   at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)  [Host Controller]   at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)  [Host Controller]   at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)  [Host Controller]   at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)  [Host Controller]   at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)  [Host Controller]   at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:198)  [Host Controller]   at java.base/java.nio.file.Files.readAttributes(Files.java:1764)  [Host Controller]   at java.base/java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:219)  [Host Controller]   at java.base/java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276)  [Host Controller]   at java.base/java.nio.file.FileTreeWalker.walk(FileTreeWalker.java:322)  [Host Controller]   at java.base/java.nio.file.FileTreeIterator.<init>(FileTreeIterator.java:71)  [Host Controller]   at java.base/java.nio.file.Files.walk(Files.java:3825)  [Host Controller]   at java.base/java.nio.file.Files.walk(Files.java:3879)  [Host Controller]   at org.wildfly.installation-manager@27.0.0.Beta3-SNAPSHOT//org.wildfly.core.instmgr.InstMgrOperationStepHandler.deleteDirIfExits(InstMgrOperationStepHandler.java:50)  [Host Controller]   at org.wildfly.installation-manager@27.0.0.Beta3-SNAPSHOT//org.wildfly.core.instmgr.InstMgrOperationStepHandler.deleteDirIfExits(InstMgrOperationStepHandler.java:60)  [Host Controller]   at org.wildfly.installation-manager@27.0.0.Beta3-SNAPSHOT//org.wildfly.core.instmgr.InstMgrCleanHandler$1.execute(InstMgrCleanHandler.java:54)  [Host Controller]   ... 27 more  [Host Controller]======= Failed test run #2 ==========  java.lang.AssertionError: Failed to execute line 'installer clean --host=primary'
        org.jboss.as.cli.CommandLineException: java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: WFLYCTL0158: Operation handler failed: java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\BuildAgent\work\634f11ca90fac734\testsuite\domain\target\domains\InstallationManagerIntegrationTestCase\primary\tmp\installation-manager\prepared-server
         at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:927)
         at org.jboss.as.cli.impl.CommandContextImpl.handleCommand(CommandContextImpl.java:1861)
         at org.jboss.as.cli.impl.CommandContextImpl.handle(CommandContextImpl.java:866)
         at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:201)
         at org.jboss.as.test.integration.domain.installationmanager.InstallationManagerIntegrationTestCase.clean(InstallationManagerIntegrationTestCase.java:121)
         at jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
         at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.base/java.lang.reflect.Method.invoke(Method.java:566)
         at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
         at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
         at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
         at org.junit.internal.runners.statements.RunAfters.invokeMethod(RunAfters.java:46)
         at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
         at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
         at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
         at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
         at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
         at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
         at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
         at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
         at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
         at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
         at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
         at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
         at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
         at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
         at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
         at org.junit.runners.Suite.runChild(Suite.java:128)
         at org.junit.runners.Suite.runChild(Suite.java:27)
         at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
         at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
         at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
         at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
         at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
         at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
         at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
         at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
         at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
         at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
         at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
         at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
         at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
         at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
         at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
         at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
         at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
        Caused by: java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: WFLYCTL0158: Operation handler failed: java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\BuildAgent\work\634f11ca90fac734\testsuite\domain\target\domains\InstallationManagerIntegrationTestCase\primary\tmp\installation-manager\prepared-server
         at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
         at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
         at org.jboss.as.cli.impl.CommandExecutor.execute(CommandExecutor.java:715)
         at org.jboss.as.cli.impl.CommandContextImpl.lambda$handleCommand$3(CommandContextImpl.java:1862)
         at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:914)
         ... 45 more
        Caused by: org.jboss.as.cli.CommandLineException: WFLYCTL0158: Operation handler failed: java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\BuildAgent\work\634f11ca90fac734\testsuite\domain\target\domains\InstallationManagerIntegrationTestCase\primary\tmp\installation-manager\prepared-server
         at org.jboss.as.cli.impl.aesh.AeshCommands$1.lambda$build$0(AeshCommands.java:264)
         at org.jboss.as.cli.impl.CommandExecutor.lambda$execute$0(CommandExecutor.java:710)
         at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
         at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
         at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
         at java.base/java.lang.Thread.run(Thread.java:829)  java.lang.AssertionError:  Failed to execute line 'installer clean --host=primary'  org.jboss.as.cli.CommandLineException: java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: WFLYCTL0158: Operation handler failed: java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\BuildAgent\work\634f11ca90fac734\testsuite\domain\target\domains\InstallationManagerIntegrationTestCase\primary\tmp\installation-manager\prepared-server    at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:927)    at org.jboss.as.cli.impl.CommandContextImpl.handleCommand(CommandContextImpl.java:1861)    at org.jboss.as.cli.impl.CommandContextImpl.handle(CommandContextImpl.java:866)    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:201)    at org.jboss.as.test.integration.domain.installationmanager.InstallationManagerIntegrationTestCase.clean(InstallationManagerIntegrationTestCase.java:121)    at jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)    at java.base/java.lang.reflect.Method.invoke(Method.java:566)    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)    at org.junit.internal.runners.statements.RunAfters.invokeMethod(RunAfters.java:46)    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)    at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)    at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)    at org.junit.runners.ParentRunner.run(ParentRunner.java:413)    at org.junit.runners.Suite.runChild(Suite.java:128)    at org.junit.runners.Suite.runChild(Suite.java:27)    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)    at org.junit.runners.ParentRunner.run(ParentRunner.java:413)    at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)    at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)    at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)    at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)  Caused by: java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: WFLYCTL0158: Operation handler failed: java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\BuildAgent\work\634f11ca90fac734\testsuite\domain\target\domains\InstallationManagerIntegrationTestCase\primary\tmp\installation-manager\prepared-server    at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)    at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)    at org.jboss.as.cli.impl.CommandExecutor.execute(CommandExecutor.java:715)    at org.jboss.as.cli.impl.CommandContextImpl.lambda$handleCommand$3(CommandContextImpl.java:1862)    at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:914)    ... 45 more  Caused by: org.jboss.as.cli.CommandLineException: WFLYCTL0158: Operation handler failed: java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\BuildAgent\work\634f11ca90fac734\testsuite\domain\target\domains\InstallationManagerIntegrationTestCase\primary\tmp\installation-manager\prepared-server    at org.jboss.as.cli.impl.aesh.AeshCommands$1.lambda$build$0(AeshCommands.java:264)    at org.jboss.as.cli.impl.CommandExecutor.lambda$execute$0(CommandExecutor.java:710)    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)    at java.base/java.lang.Thread.run(Thread.java:829)    at org.junit.Assert.fail(Assert.java:89)    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:205)    at org.jboss.as.test.integration.domain.installationmanager.InstallationManagerIntegrationTestCase.clean(InstallationManagerIntegrationTestCase.java:121)    at jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)    at java.base/java.lang.reflect.Method.invoke(Method.java:566)    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)    at org.junit.internal.runners.statements.RunAfters.invokeMethod(RunAfters.java:46)    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)    at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)    at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)    at org.junit.runners.ParentRunner.run(ParentRunner.java:413)    at org.junit.runners.Suite.runChild(Suite.java:128)    at org.junit.runners.Suite.runChild(Suite.java:27)    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)    at org.junit.runners.ParentRunner.run(ParentRunner.java:413)    at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)    at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)    at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)    at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

              yborgess1@redhat.com Yeray Borges Santana
              yborgess1@redhat.com Yeray Borges Santana
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: