Bruce Schuchardt created GEODE-4981:
---------------------------------------
Summary: CI failure:
SSLConfigurationFactoryJUnitTest.getNonSSLConfiguration
Key: GEODE-4981
URL: https://issues.apache.org/jira/browse/GEODE-4981
Project: Geode
Issue Type: Bug
Components: messaging
Reporter: Bruce Schuchardt
This test seems to have been infected by some other test leaving SSL state
behind. For distributed tests we clean up SSL configuration state after a test
is run but for non-distributed tests this isn't done.
{noformat}
java.lang.AssertionError: expected:<false> but was:<true>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.apache.geode.internal.net.SSLConfigurationFactoryJUnitTest.assertSSLConfig(SSLConfigurationFactoryJUnitTest.java:310)
at
org.apache.geode.internal.net.SSLConfigurationFactoryJUnitTest.getNonSSLConfiguration(SSLConfigurationFactoryJUnitTest.java:73)
{noformat}
We probably need to sweep all of the SSL unit tests and make sure they're
properly cleaning up after themselves by calling SocketCreatorFactory.close().
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)