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

CLIEmbedHostControllerTestCase.testStdOutEcho intermittently fails

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • 22.0.0.Beta3
    • CLI, Embedded, Logging, Server, Test Suite
    • None

    Description

      org.jboss.as.test.manualmode.management.cli.CLIEmbedHostControllerTestCase.testStdOutEcho in WF Core test suite intermittently fails with

      java.lang.AssertionError: 12:11:57,246 WARN  [org.jboss.as.embedded] (CLI command executor) WFLYEMB0145: The module loader has already been configured. Changing the jboss.modules.system.pkgs property will have no effect.
      12:11:57,246 INFO  [org.jboss.modules] (CLI command executor) JBoss Modules version 2.1.2.Final
      12:11:57,254 INFO  [org.jboss.as] (MSC service thread 31-3) WFLYSRV0049: WildFly Core 22.0.0.Final-SNAPSHOT starting
      12:11:57,321 INFO  [org.jboss.as.cli.CommandContext] (CLI command executor) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
      java.lang.AssertionError:
      12:11:57,246 WARN  [org.jboss.as.embedded] (CLI command executor) WFLYEMB0145: The module loader has already been configured. Changing the jboss.modules.system.pkgs property will have no effect.
      12:11:57,246 INFO  [org.jboss.modules] (CLI command executor) JBoss Modules version 2.1.2.Final
      12:11:57,254 INFO  [org.jboss.as] (MSC service thread 31-3) WFLYSRV0049: WildFly Core 22.0.0.Final-SNAPSHOT starting
      12:11:57,321 INFO  [org.jboss.as.cli.CommandContext] (CLI command executor) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at org.jboss.as.test.manualmode.management.cli.CLIEmbedHostControllerTestCase.checkLogging(CLIEmbedHostControllerTestCase.java:762)
        at org.jboss.as.test.manualmode.management.cli.CLIEmbedHostControllerTestCase.stdoutTest(CLIEmbedHostControllerTestCase.java:183)
        at org.jboss.as.test.manualmode.management.cli.CLIEmbedHostControllerTestCase.testStdOutEcho(CLIEmbedHostControllerTestCase.java:161)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        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.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.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)
      

      See https://ci.wildfly.org/test/938780641397662559?currentProjectId=WildFlyCore&expandTestHistoryChartSection=true

      Attachments

        Activity

          People

            Unassigned Unassigned
            okotek@redhat.com Ondrej Kotek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: