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

ASF GitHub Bot commented on GEODE-3902:
---------------------------------------

jdeppe-pivotal closed pull request #993: GEODE-3902: Correct region used by test
URL: https://github.com/apache/geode/pull/993
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/geode-core/src/test/java/org/apache/geode/security/ClientDestroyInvalidateAuthDUnitTest.java
 
b/geode-core/src/test/java/org/apache/geode/security/ClientDestroyInvalidateAuthDUnitTest.java
index f0df5c0466..66bdacfdad 100644
--- 
a/geode-core/src/test/java/org/apache/geode/security/ClientDestroyInvalidateAuthDUnitTest.java
+++ 
b/geode-core/src/test/java/org/apache/geode/security/ClientDestroyInvalidateAuthDUnitTest.java
@@ -36,7 +36,7 @@
 
 @Category({DistributedTest.class, SecurityTest.class})
 public class ClientDestroyInvalidateAuthDUnitTest extends 
JUnit4DistributedTestCase {
-  private static String REGION_NAME = "testRegion";
+  private static String REGION_NAME = "AuthRegion";
 
   final Host host = Host.getHost(0);
   final VM client1 = host.getVM(1);


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> CI Failure: org.apache.geode.security.ClientGetPutAuthDUnitTest 
> ----------------------------------------------------------------
>
>                 Key: GEODE-3902
>                 URL: https://issues.apache.org/jira/browse/GEODE-3902
>             Project: Geode
>          Issue Type: Bug
>          Components: security
>            Reporter: Jens Deppe
>              Labels: ci
>
> {noformat}
> org.apache.geode.security.ClientGetPutAuthDUnitTest > testGetPutAuthorization 
> FAILED
>     java.lang.AssertionError: Suspicious strings were written to the log 
> during this run.
>     Fix the strings or use IgnoredException.addIgnoredException to ignore.
>     -----------------------------------------------------------------------
>     Found suspect string in log4j at line 9
>     [error 2017/10/20 17:31:24.457 UTC <RMI TCP Connection(1)-172.17.0.3> 
> tid=0x1e] org.apache.geode.GemFireConfigException: SSL Configuration requires 
> a valid distribution config.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to