Skip to content

Commit d95c19d

Browse files
committed
No two basePaths should be same for clustering tests
1 parent 4871c93 commit d95c19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hudi-utilities/src/test/java/org/apache/hudi/utilities/functional/TestHoodieDeltaStreamer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ private HoodieClusteringJob.Config buildHoodieClusteringUtilConfig(String basePa
887887
@ParameterizedTest
888888
@ValueSource(booleans = {true, false})
889889
public void testHoodieAsyncClusteringJob(boolean shouldPassInClusteringInstantTime) throws Exception {
890-
String tableBasePath = dfsBasePath + "/asyncClustering";
890+
String tableBasePath = dfsBasePath + "/asyncClusteringJob";
891891

892892
HoodieDeltaStreamer ds = initialHoodieDeltaStreamer(tableBasePath, 3000, "true");
893893

0 commit comments

Comments
 (0)