GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/6210

    [FLINK-9659][tests] Replace hard-coded sleeps

    This PR replaces hard-coded sleeps in the bucketing sink end-to-end test.
    
    Instead we use utility functions to wait for specific events, in this case 
some progress in the job (measured by number of checkpoints) and the job 
finishing (by waiting for FINISHED state).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 9659

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/6210.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #6210
    
----
commit 15afce5b32968905972aaffd72b1f6deb126b99f
Author: zentol <chesnay@...>
Date:   2018-06-25T20:19:02Z

    [FLINK-9659][tests] Replace hard-coded sleeps

----


---

Reply via email to