yanghua commented on a change in pull request #943: HUDI-290 Normalize test
class name of all test classes
URL: https://github.com/apache/incubator-hudi/pull/943#discussion_r333339307
##########
File path: hudi-hive/src/test/java/org/apache/hudi/hive/TestUtil.java
##########
@@ -107,7 +107,7 @@ public static void setUp() throws IOException,
InterruptedException, URISyntaxEx
hiveSyncConfig.hivePass = "";
hiveSyncConfig.databaseName = "testdb";
hiveSyncConfig.tableName = "test1";
- hiveSyncConfig.basePath = "/tmp/hdfs/HiveSyncToolTest/";
+ hiveSyncConfig.basePath = "/tmp/hdfs/TestHiveSyncTool/";
Review comment:
I ran this test several times. It can be passed (although the test took much
time).
----------------------------------------------------------------
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]
With regards,
Apache Git Services