jinmeiliao commented on a change in pull request #6835:
URL: https://github.com/apache/geode/pull/6835#discussion_r709342717



##########
File path: 
geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/ServerConnectionTest.java
##########
@@ -124,4 +146,97 @@ public void nonSecureShouldThrow() {
         .isExactlyInstanceOf(AuthenticationRequiredException.class)
         .hasMessage("No security credentials are provided");
   }
+
+  @Test
+  public void bindSubjectDoesNothingIfNotIntegratedService() throws Exception {

Review comment:
       it's added by the IDE auto code block just in case any test would. Maybe 
I should change that default behavior.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to