[ 
https://issues.apache.org/jira/browse/GEODE-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16424304#comment-16424304
 ] 

ASF subversion and git services commented on GEODE-4981:
--------------------------------------------------------

Commit 69a6c33248b8b411cf7ebc01b1dc68bbeee7edee in geode's branch 
refs/heads/develop from [~bschuchardt]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=69a6c33 ]

GEODE-4981 CI failure: SSLConfigurationFactoryJUnitTest.getNonSSLConfiguration

fixing another test that configures SSL and leaves state behind


> 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)

Reply via email to