Petr Kremensky created WFCORE-4143:
--------------------------------------
Summary: Embed CLI failures on IBM jdk - checkLogging
Key: WFCORE-4143
URL:
https://issues.jboss.org/browse/WFCORE-4143
Project: WildFly Core
Issue Type: Bug
Components: Test Suite
Environment: IBM JDK
{noformat}
java version "1.8.0_181"
Java(TM) SE Runtime Environment (build 8.0.5.20 - pxa6480sr5fp20-20180802_01(SR5 FP20))
IBM J9 VM (build 2.9, JRE 1.8.0 Linux amd64-64-Bit Compressed References 20180731_393394
(JIT enabled, AOT enabled)
OpenJ9 - bd23af8
OMR - ca1411c
IBM - 98805ca)
JCL - 20180719_01 based on Oracle jdk8u181-b12
{noformat}
Reporter: Petr Kremensky
{{testLogging}} for Cli tests in Wildfly-core testsuite fails on IBM JDK.
*reproduce*
cd wildfly-core/testsuite
mvn clean test -fae -Dts.manualmode -pl manualmode,standalone
-Dtest=CLIEmbedHostControllerTestCase,CLIEmbedServerTestCase,SilentModeTestCase
...
[ERROR] Failures:
[ERROR] SilentModeTestCase.testLogging:99->checkIfEmpty:152
[INFO]
[ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0
...
[ERROR] Failures:
[ERROR] CLIEmbedHostControllerTestCase.testHelp:321->checkLogging:744
[ERROR]
CLIEmbedHostControllerTestCase.testStdOutDefault:160->stdoutTest:188->checkClientSideLogging:231->checkLogging:744
[ERROR]
CLIEmbedHostControllerTestCase.testStdOutDiscard:166->stdoutTest:188->checkClientSideLogging:231->checkLogging:744
[ERROR]
CLIEmbedHostControllerTestCase.testStdOutEcho:172->stdoutTest:188->checkClientSideLogging:231->checkLogging:744
[ERROR] CLIEmbedServerTestCase.testHelp:543->checkLogging:764
[ERROR]
CLIEmbedServerTestCase.testStdOutDefault:196->stdoutTest:224->checkClientSideLogging:267->checkLogging:764
[ERROR]
CLIEmbedServerTestCase.testStdOutDiscard:202->stdoutTest:224->checkClientSideLogging:267->checkLogging:764
[ERROR]
CLIEmbedServerTestCase.testStdOutEcho:208->stdoutTest:224->checkClientSideLogging:267->checkLogging:764
[INFO]
[ERROR] Tests run: 51, Failures: 8, Errors: 0, Skipped: 0
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)