GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/5394
[FLINK-6571][tests] Catch InterruptedException in StreamSourceOperatoâ¦
## What is the purpose of the change
This PR resolves a test instability in the StreamSourceOperatorTest, where
the `InfiniteSource` could fail due to an `InterruptedException`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 6571
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5394.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 #5394
----
commit 453ba011b6b6beaf5102f3f376beb7c3a7260892
Author: zentol <chesnay@...>
Date: 2018-01-31T14:07:55Z
[FLINK-6571][tests] Catch InterruptedException in StreamSourceOperatorTest
----
---