klsince commented on code in PR #12637:
URL: https://github.com/apache/pinot/pull/12637#discussion_r1522224851


##########
pinot-integration-test-base/src/test/java/org/apache/pinot/integration/tests/ClusterTest.java:
##########
@@ -346,7 +346,7 @@ protected void stopServer() {
     for (BaseServerStarter serverStarter : _serverStarters) {
       serverStarter.stop();
     }
-    FileUtils.deleteQuietly(new File(_baseInstanceDataDir + File.separator + 
"PinotServer"));
+    FileUtils.deleteQuietly(new File(_baseInstanceDataDir));

Review Comment:
   otherwise, we'll see a lot of `<tmpDir>/<timestamp>` folders left in system 
temp dir



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