Randgalt commented on a change in pull request #338: [CURATOR-549] Prep for 
Persistent Watchers by moving to ZK 3.6.0
URL: https://github.com/apache/curator/pull/338#discussion_r345203445
 
 

 ##########
 File path: 
curator-test/src/main/java/org/apache/curator/test/compatibility/CuratorTestBase.java
 ##########
 @@ -21,8 +21,11 @@
 import org.apache.curator.test.BaseClassForTests;
 import org.testng.annotations.Listeners;
 
-@Listeners(Zk35MethodInterceptor.class)
 public class CuratorTestBase extends BaseClassForTests
 {
+    public static final String zk35Group = "zk35";
+    public static final String zk36Group = "zk36";
+    public static final String zk35CompatibilityGroup = "zk35Compatibility";
 
 Review comment:
   `zk35` is for tests that only work with ZooKeeper 3.5 or above (it's a 
pre-existing group). `zk35CompatibilityGroup` is a new group for tests that 
should be run by the `curator-test-zk35` module. I'll try to come up with 
better names.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to