swamirishi commented on code in PR #5165:
URL: https://github.com/apache/ozone/pull/5165#discussion_r1293909835
##########
hadoop-hdds/rocksdb-checkpoint-differ/src/test/java/org/apache/ozone/rocksdb/util/TestManagedSstFileReader.java:
##########
@@ -65,7 +65,7 @@ class TestManagedSstFileReader {
private String createRandomSSTFile(TreeMap<String, Integer> keys)
throws IOException, RocksDBException {
File file = File.createTempFile("tmp_sst_file", ".sst");
- file.deleteOnExit();
+// file.deleteOnExit();
Review Comment:
oh I missed it. Thanks for pointing out.
--
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]