Harnoor7 commented on code in PR #14503: URL: https://github.com/apache/pinot/pull/14503#discussion_r1858224111
########## pinot-controller/src/test/java/org/apache/pinot/controller/api/resources/PinotSegmentUploadDownloadRestletResourceTest.java: ########## @@ -56,20 +66,27 @@ public class PinotSegmentUploadDownloadRestletResourceTest { private static final String TABLE_NAME = "table_abc"; private static final String SEGMENT_NAME = "segment_xyz"; + private static final String HOST = "localhost"; + private static final String PORT = "12345"; + private static final File DATA_DIR = + new File(FileUtils.getTempDirectory(), "PinotSegmentUploadDownloadRestletResourceTest"); + private static final File LOCAL_TEMP_DIR = new File(DATA_DIR, "localTemp"); Review Comment: added logic in teardown -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org