]
Fabio Burzigotti updated WFCORE-5221:
-------------------------------------
Git Pull Request: (was:
SNICombinedWithALPNTestCase fails with Oracle JDK 1.8 on RHEL
-------------------------------------------------------------
Key: WFCORE-5221
URL:
https://issues.redhat.com/browse/WFCORE-5221
Project: WildFly Core
Issue Type: Bug
Components: Security, Test Suite
Reporter: Fabio Burzigotti
Priority: Major
Cloning
https://issues.redhat.com/browse/WFCORE-4196 here since it seems that the issue
is affecting the server when it's run on Oracle 1.8 JDK.
The test is failing with the following stack trace:
{code:java}
...
16:50:21 [INFO] Running
org.jboss.as.test.integration.security.ssl.sni.SNICombinedWithALPNTestCase
16:50:22 [ERROR] Tests run: 2, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 1.191 s
<<< FAILURE! - in
org.jboss.as.test.integration.security.ssl.sni.SNICombinedWithALPNTestCase
16:50:22 [ERROR]
testHttpsViaIp(org.jboss.as.test.integration.security.ssl.sni.SNICombinedWithALPNTestCase)
Time elapsed: 0.62 s <<< FAILURE!
16:50:22 org.junit.ComparisonFailure: expected:<Response sent:HTTP/[2.0]> but
was:<Response sent:HTTP/[1.1]>
16:50:22 at org.junit.Assert.assertEquals(Assert.java:115)
16:50:22 at org.junit.Assert.assertEquals(Assert.java:144)
16:50:22 at
org.jboss.as.test.integration.security.ssl.sni.SNICombinedWithALPNTestCase.performSimpleTest(SNICombinedWithALPNTestCase.java:273)
16:50:22 at
org.jboss.as.test.integration.security.ssl.sni.SNICombinedWithALPNTestCase.testHttpsViaIp(SNICombinedWithALPNTestCase.java:232)
... {code}