You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2020/04/13 02:39:04 UTC

[incubator-hudi] branch master updated: [MINOR] Disabling flaky test in InlineFileSystem (#1510)

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 <si...@uber.com>
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);