This is an automated email from the ASF dual-hosted git repository.
vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 447ba3b [MINOR] Disabling flaky test in InlineFileSystem (#1510)
447ba3b is described below
commit 447ba3bae6dbaec7b6cfa0950cd24f5c4fcf5025
Author: Sivabalan Narayanan <[email protected]>
AuthorDate: Sun Apr 12 22:38:56 2020 -0400
[MINOR] Disabling flaky test in InlineFileSystem (#1510)
---
.../java/org/apache/hudi/common/fs/inline/TestInLineFileSystem.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/hudi-common/src/test/java/org/apache/hudi/common/fs/inline/TestInLineFileSystem.java
b/hudi-common/src/test/java/org/apache/hudi/common/fs/inline/TestInLineFileSystem.java
index 3e10c4b..1ef0737 100644
---
a/hudi-common/src/test/java/org/apache/hudi/common/fs/inline/TestInLineFileSystem.java
+++
b/hudi-common/src/test/java/org/apache/hudi/common/fs/inline/TestInLineFileSystem.java
@@ -115,7 +115,8 @@ public class TestInLineFileSystem {
}
}
- @Test
+ // @Test
+ // Disabling flaky test for now
https://issues.apache.org/jira/browse/HUDI-786
public void testFileSystemApis() throws IOException {
OuterPathInfo outerPathInfo = generateOuterFileAndGetInfo(1000);
Path inlinePath =
FileSystemTestUtils.getPhantomFile(outerPathInfo.outerPath,
outerPathInfo.startOffset, outerPathInfo.length);