This is an automated email from the ASF dual-hosted git repository.

bschuchardt pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 69a6c33  GEODE-4981 CI failure: 
SSLConfigurationFactoryJUnitTest.getNonSSLConfiguration
69a6c33 is described below

commit 69a6c33248b8b411cf7ebc01b1dc68bbeee7edee
Author: Bruce Schuchardt <[email protected]>
AuthorDate: Tue Apr 3 10:06:04 2018 -0700

    GEODE-4981 CI failure: 
SSLConfigurationFactoryJUnitTest.getNonSSLConfiguration
    
    fixing another test that configures SSL and leaves state behind
---
 .../internal/cli/commands/HTTPServiceSSLSupportJUnitTest.java           | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/HTTPServiceSSLSupportJUnitTest.java
 
b/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/HTTPServiceSSLSupportJUnitTest.java
index f78f6c5..c1c2ca7 100644
--- 
a/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/HTTPServiceSSLSupportJUnitTest.java
+++ 
b/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/HTTPServiceSSLSupportJUnitTest.java
@@ -27,6 +27,7 @@ import org.junit.experimental.categories.Category;
 
 import org.apache.geode.distributed.internal.DistributionConfig;
 import org.apache.geode.distributed.internal.DistributionConfigImpl;
+import org.apache.geode.internal.net.SocketCreatorFactory;
 import org.apache.geode.test.junit.categories.IntegrationTest;
 import org.apache.geode.util.test.TestUtil;
 
@@ -51,6 +52,7 @@ public class HTTPServiceSSLSupportJUnitTest {
     System.clearProperty(DistributionConfig.GEMFIRE_PREFIX + 
"javax.net.ssl.trustStore");
     System.clearProperty(DistributionConfig.GEMFIRE_PREFIX + 
"javax.net.ssl.trustStorePassword");
     System.clearProperty("gemfireSecurityPropertyFile");
+    SocketCreatorFactory.close();
   }
 
   private static File findTrustedJKS() {

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to