[HUDI-3689] Disable flaky tests in TestHoodieDeltaStreamer (#5127)
This commit is contained in:
@@ -961,6 +961,7 @@ public class TestHoodieDeltaStreamer extends HoodieDeltaStreamerTestBase {
|
|||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Disabled("HUDI-3710 to fix the ConcurrentModificationException")
|
||||||
@ParameterizedTest
|
@ParameterizedTest
|
||||||
@ValueSource(booleans = {true, false})
|
@ValueSource(booleans = {true, false})
|
||||||
public void testHoodieAsyncClusteringJob(boolean shouldPassInClusteringInstantTime) throws Exception {
|
public void testHoodieAsyncClusteringJob(boolean shouldPassInClusteringInstantTime) throws Exception {
|
||||||
@@ -1615,6 +1616,7 @@ public class TestHoodieDeltaStreamer extends HoodieDeltaStreamerTestBase {
|
|||||||
testParquetDFSSource(false, null, true);
|
testParquetDFSSource(false, null, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Disabled("HUDI-3707 To investigate problem with schema provider and transformer")
|
||||||
@Test
|
@Test
|
||||||
public void testParquetDFSSourceWithoutSchemaProviderAndTransformer() throws Exception {
|
public void testParquetDFSSourceWithoutSchemaProviderAndTransformer() throws Exception {
|
||||||
testParquetDFSSource(false, Collections.singletonList(TripsWithDistanceTransformer.class.getName()));
|
testParquetDFSSource(false, Collections.singletonList(TripsWithDistanceTransformer.class.getName()));
|
||||||
|
|||||||
Reference in New Issue
Block a user