SilverNarcissus commented on a change in pull request #2405:
URL: https://github.com/apache/iotdb/pull/2405#discussion_r557233934



##########
File path: 
server/src/test/java/org/apache/iotdb/db/integration/IoTDBLoadExternalTsfileIT.java
##########
@@ -202,8 +209,8 @@ public void loadSequenceTsfileTest() throws SQLException {
           StorageEngine.getInstance().getProcessor(new 
PartialPath("root.vehicle"))
               .getSequenceFileTreeSet());
       File tmpDir = new File(
-          
resources.get(0).getTsFile().getParentFile().getParentFile().getParentFile(),
-          "tmp" + File.separator + new PartialPath("root.vehicle") + 
File.separator + "0");
+          
resources.get(0).getTsFile().getParentFile().getParentFile().getParentFile().getParentFile(),

Review comment:
       We can't use that because we have to find the parent dir of storage 
group rather than dir of storage group




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to