You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@bahir.apache.org by GitBox <gi...@apache.org> on 2019/06/07 12:23:33 UTC

[GitHub] [bahir-flink] eskabetxe commented on a change in pull request #57: [BAHIR-205] Support configure password for redis cluster

eskabetxe commented on a change in pull request #57: [BAHIR-205] Support configure password for redis cluster
URL: https://github.com/apache/bahir-flink/pull/57#discussion_r291568219
 
 

 ##########
 File path: flink-connector-redis/src/test/java/org/apache/flink/streaming/connectors/redis/common/config/JedisClusterConfigTest.java
 ##########
 @@ -46,4 +48,20 @@ public void shouldThrowIllegalArgumentExceptionIfNodeValuesAreEmpty(){
             .setNodes(set)
             .build();
     }
+
+    @Test
+    public void shouldSetPasswordSuccessfully() {
 
 Review comment:
   could you add a test with no password setted.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services