You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/11/26 06:22:32 UTC

[GitHub] [incubator-iotdb] qiaojialin commented on a change in pull request #578: [IOTDB-311]Generate anything in test to the target directory.

qiaojialin commented on a change in pull request #578: [IOTDB-311]Generate anything in test to the target directory.
URL: https://github.com/apache/incubator-iotdb/pull/578#discussion_r350560266
 
 

 ##########
 File path: server/src/test/java/org/apache/iotdb/db/engine/merge/MergeTaskTest.java
 ##########
 @@ -48,7 +48,7 @@
   @Before
   public void setUp() throws IOException, WriteProcessException, MetadataException, PathException {
     super.setUp();
-    tempSGDir = new File("tempSG");
+    tempSGDir = new File("target/tmpdir/tempSG");
 
 Review comment:
   use  File.separator and TestConstant in all tests

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services