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


##########
helix-core/src/test/java/org/apache/helix/manager/zk/TestZkBaseDataAccessor.java:
##########
@@ -239,7 +239,6 @@ public void testSyncCreateWithTTL() {
     Assert.assertNotNull(getRecord);
     Assert.assertEquals(getRecord.getSimpleFields().size(), 0);
 
-    System.clearProperty("zookeeper.extendedTypesEnabled");

Review Comment:
   I only see removal on System.clearProperty but not System.setProperty. Is 
this property set by test cases and are not cleared? 



##########
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:
   When you said parallel test execution, do you mean test classes running in 
parallel or test cases (methods) running in parallel?
   For former, I remember we had a setting that prevents classes from running 
in parallel; for latter, we could set test dependency to force sequential 
execution. 



##########
zookeeper-api/src/test/java/org/apache/helix/zookeeper/impl/client/TestRawZkClient.java:
##########
@@ -89,29 +89,6 @@ public void afterClass() {
     _zkClient.close();
   }
 
-  @Test
-  void testUnimplementedTypes() {
-    // Make sure extended types are disabled
-    System.clearProperty("zookeeper.extendedTypesEnabled");

Review Comment:
   Why is this test removed? @rabashizade 



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