1
0

[HUDI-3689] Disable flaky tests in TestHoodieDeltaStreamer (#5127)

This commit is contained in:
Y Ethan Guo
2022-03-24 16:42:44 -07:00
committed by GitHub
parent ff136658a0
commit 4ddd094ba2

View File

@@ -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()));