You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Eugene Kirpichov (JIRA)" <ji...@apache.org> on 2016/04/07 21:28:25 UTC

[jira] [Created] (BEAM-182) SourceTestUtils.assertSplitAtFractionExhaustive should do a bounded number of trials

Eugene Kirpichov created BEAM-182:
-------------------------------------

             Summary: SourceTestUtils.assertSplitAtFractionExhaustive should do a bounded number of trials
                 Key: BEAM-182
                 URL: https://issues.apache.org/jira/browse/BEAM-182
             Project: Beam
          Issue Type: Improvement
            Reporter: Eugene Kirpichov


This method does a large, potentially unbounded number of concurrent splitting trials. In some circumstances this can lead to very long test runtime or flaky tests (timeouts). It is better to give up after a certain number of trials than have flaky tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)