[
https://issues.apache.org/jira/browse/GEODE-8031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093997#comment-17093997
]
ASF subversion and git services commented on GEODE-8031:
--------------------------------------------------------
Commit ee210190854d54ceef26440669f64a8b0dc2766d in geode's branch
refs/heads/develop from Donal Evans
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=ee21019 ]
GEODE-8031: Close lingering SocketCreatorFactory instances (#5007)
- Ensure that any existing SocketCreatorFactory instances created by
previously-run tests are closed before each test execution in
SocketFactoryCreatorJUnitTest
Authored-by: Donal Evans <[email protected]>
> CI Failure: SocketCreatorFactoryJUnitTest.testNewSSLConfigSSLComponentLocator
> fails on Windows due to SSL not enabled for locator
> ---------------------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-8031
> URL: https://issues.apache.org/jira/browse/GEODE-8031
> Project: Geode
> Issue Type: Bug
> Affects Versions: 1.13.0
> Reporter: Donal Evans
> Assignee: Donal Evans
> Priority: Major
>
> org.apache.geode.internal.net.SocketCreatorFactoryJUnitTest >
> testNewSSLConfigSSLComponentLocator FAILED
> java.lang.AssertionError
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at
> org.apache.geode.internal.net.SocketCreatorFactoryJUnitTest.testNewSSLConfigSSLComponentLocator(SocketCreatorFactoryJUnitTest.java:106)
> This failure is possibly caused by previously run tests not closing the
> static SocketCreatorFactory instance.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)