GitHub user dawidwys opened a pull request:
https://github.com/apache/flink/pull/6338
[FLINK-8731] Replaced mockito with custom mock in TestInputChannel
Replaced questionable usage if Mockito with custom written mock.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dawidwys/flink test-mock-lock
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6338.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 #6338
----
commit a2c78e6193c57bb69fc6f7d7b629ef0ec47171bb
Author: Dawid Wysakowicz <dwysakowicz@...>
Date: 2018-07-12T14:17:48Z
[FLINK-8731] Replaced mockito with custom mock in TestInputChannel
----
---