You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Sudarshan Vasudevan (Jira)" <ji...@apache.org> on 2020/10/10 22:13:00 UTC

[jira] [Created] (GOBBLIN-1284) Fix additional flaky tests causing local build failures

Sudarshan Vasudevan created GOBBLIN-1284:
--------------------------------------------

             Summary: Fix additional flaky tests causing local build failures
                 Key: GOBBLIN-1284
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1284
             Project: Apache Gobblin
          Issue Type: Improvement
          Components: gobblin-core
    Affects Versions: 0.15.0
            Reporter: Sudarshan Vasudevan
            Assignee: Abhishek Tiwari
             Fix For: 0.15.0


On local build, we see intermittent failures in the following test classes:
 # RateControlledFileSystemTest
 # HiveSourceTest
 # HighLevelConsumerTest

The test failures happen due to a combination of reasons:
 # Failure to clean up files/directories (HiveSourceTest)
 # Inadequate number of iterations resulting in sample mean not converging (RateControlledFileSystemTest), and
 # Timeout exceptions (HighLevelConsumerTest)

This task attempts to fix the flakiness in these test classes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)