You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/05/02 18:22:14 UTC

[jira] [Closed] (GEODE-4981) CI failure: SSLConfigurationFactoryJUnitTest.getNonSSLConfiguration

     [ https://issues.apache.org/jira/browse/GEODE-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker closed GEODE-4981.
--------------------------------

> 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
>            Priority: Major
>             Fix For: 1.6.0
>
>
> 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)