[
https://issues.redhat.com/browse/WFLY-13239?page=com.atlassian.jira.plugi...
]
Yeray Borges Santana resolved WFLY-13239.
-----------------------------------------
Resolution: Done
The problem was in the Job configuration itself. The Java version used to run the test
(OpenJDK 11) was not in sync with the Java version used to run the slaves (OpenJDK 8).
This situation was throwing out the following errors starting the tests:
{noformat}
[CLITestSuite] [Test Output]
JVMJ9VM007E Command-line option unrecognised:
--add-exports=java.base/sun.nio.ch=ALL-UNNAMED
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
{noformat}
Notice the Job execution is also affected by WFLY-13276
Fix s390 OpenJ9 domain mode testing
-----------------------------------
Key: WFLY-13239
URL:
https://issues.redhat.com/browse/WFLY-13239
Project: WildFly
Issue Type: Task
Components: Test Suite
Reporter: Brian Stansberry
Assignee: Yeray Borges Santana
Priority: Major
Our CI tests of running on a s390 server using OpenJ9 are consistently failing in
testsuite/domain:
https://ci.wildfly.org/viewType.html?buildTypeId=WF_MasterLinuxS390OpenJ911
Specifically CLITestSuite and DomainTestSuite fail. Task is to resolve those and get
reasonably consistent execution of those parts of the testsuite.
[~luck3y] can provide info re the infrastructure running this job.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)