NealSun96 commented on code in PR #2120:
URL: https://github.com/apache/helix/pull/2120#discussion_r883102969


##########
zookeeper-api/src/test/java/org/apache/helix/zookeeper/impl/client/TestRawZkClient.java:
##########
@@ -146,7 +123,6 @@ void testCreatePersistentWithTTL() {
     // Clean up
     zkClient.deleteRecursively(parentPath);
     zkClient.close();
-    System.clearProperty("zookeeper.extendedTypesEnabled");
   }
 
   @Test

Review Comment:
   I remember it was a setting in the test framework... Would you be able to 
try serializing test case executions using "dependsOn"? That alone should 
prevent parallel test issues. 



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to