This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 0e4c1162d00 [HUDI-6666] Disabling a flaky or long running tests (#9387)
0e4c1162d00 is described below
commit 0e4c1162d00e127a9ddfb908590f9c744ea38d6f
Author: Sivabalan Narayanan <[email protected]>
AuthorDate: Mon Aug 7 23:15:56 2023 -0400
[HUDI-6666] Disabling a flaky or long running tests (#9387)
---
.../org/apache/hudi/common/table/view/TestIncrementalFSViewSync.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/hudi-common/src/test/java/org/apache/hudi/common/table/view/TestIncrementalFSViewSync.java
b/hudi-common/src/test/java/org/apache/hudi/common/table/view/TestIncrementalFSViewSync.java
index f04f4505846..750f7643f8c 100644
---
a/hudi-common/src/test/java/org/apache/hudi/common/table/view/TestIncrementalFSViewSync.java
+++
b/hudi-common/src/test/java/org/apache/hudi/common/table/view/TestIncrementalFSViewSync.java
@@ -54,6 +54,7 @@ import org.apache.hudi.exception.HoodieIOException;
import org.apache.hadoop.fs.Path;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -170,7 +171,7 @@ public class TestIncrementalFSViewSync extends
HoodieCommonTestHarness {
view.close();
}
- @Test
+ @Disabled("HUDI-6666")
public void testAsyncMajorAndMinorCompaction() throws IOException {
SyncableFileSystemView view = getFileSystemView(metaClient);
view.sync();