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

jinmeiliao 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 0c96c7f  GEODE-6008: ignore root exception as well. (#2804)
0c96c7f is described below

commit 0c96c7f047d2ca84675cdee57b356e2ab662bd6b
Author: jinmeiliao <jil...@pivotal.io>
AuthorDate: Wed Nov 7 11:02:42 2018 -0800

    GEODE-6008: ignore root exception as well. (#2804)
---
 .../client/internal/ClientServerHostNameVerificationDistributedTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/geode-core/src/distributedTest/java/org/apache/geode/cache/client/internal/ClientServerHostNameVerificationDistributedTest.java
 
b/geode-core/src/distributedTest/java/org/apache/geode/cache/client/internal/ClientServerHostNameVerificationDistributedTest.java
index 118e5b2..2e48755 100644
--- 
a/geode-core/src/distributedTest/java/org/apache/geode/cache/client/internal/ClientServerHostNameVerificationDistributedTest.java
+++ 
b/geode-core/src/distributedTest/java/org/apache/geode/cache/client/internal/ClientServerHostNameVerificationDistributedTest.java
@@ -206,6 +206,7 @@ public class 
ClientServerHostNameVerificationDistributedTest {
     if (expectedExceptionOnClient != null) {
       
IgnoredException.addIgnoredException("javax.net.ssl.SSLHandshakeException");
       IgnoredException.addIgnoredException("java.net.SocketException");
+      
IgnoredException.addIgnoredException("java.security.cert.CertificateException");
 
       Region<String, String> clientRegion = regionFactory.create("region");
       assertThatExceptionOfType(expectedExceptionOnClient)

Reply via email to