[
https://issues.jboss.org/browse/WFCORE-4002?page=com.atlassian.jira.plugi...
]
Jan Kalina commented on WFCORE-4002:
------------------------------------
1) AuditLog:
"syslog-test" resource is removed and connection to the syslog server closed
before the server accept the message
Adding sleep Thread.sleep(500); into
AuditLogHandlerBootEnabledTestCase#runSyslogTest():397 ensure green result.
Probably some sort of waiting before the syslog connection is closed is missing...
{code}
JAVA_HOME=/opt/jdk-11 mvn clean test
-Dtest=org.jboss.as.domain.management.security.auditlog.AuditLogHandlerBootEnabledTestCase#testSyslogTlsOctetCountingClientAuth
{code}
Some security tests fail on closed channel exception
----------------------------------------------------
Key: WFCORE-4002
URL:
https://issues.jboss.org/browse/WFCORE-4002
Project: WildFly Core
Issue Type: Bug
Components: Security, Test Suite
Affects Versions: 6.0.0.Alpha5
Reporter: Richard Opalka
Assignee: Jan Kalina
Priority: Blocker
Labels: jdk11
Fix For: 6.0.0.Alpha6
With latest JDK11 (build 11-ea+25) the following tests fail due to closed channel
exception:
*
domain-management/src/test/java/org/jboss/as/domain/management/security/auditlog/AuditLogHandlerBootEnabledTestCase.java
*
testsuite/domain/src/test/java/org/jboss/as/test/integration/domain/HTTPSManagementInterfaceTestCase.java
*
testsuite/elytron/src/test/java/org/wildfly/test/integration/elytron/sasl/mgmt/KerberosNativeMgmtSaslTestCase.java
*
testsuite/elytron/src/test/java/org/wildfly/test/integration/elytron/sasl/mgmt/ScramPlusMgmtSaslTestCase.java
*
testsuite/manualmode/src/test/java/org/wildfly/core/test/standalone/mgmt/HTTPSManagementInterfaceTestCase.java
Is there a known SSL issue in JDK11? Could somebody from our security team investigate
this issue?
When these tests will start passing WFCORE test suite will be passing 100% of tests on
JDK11.
Potential investigator from our security team may want to include this PR:
https://github.com/wildfly/wildfly-core/pull/3420
to fix known JDK11 issues.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)