[GitHub] flink pull request #5912: [FLINK-9041] Refactor StreamTaskTest to not use sc...

2018-05-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/5912 ---

[GitHub] flink pull request #5912: [FLINK-9041] Refactor StreamTaskTest to not use sc...

2018-04-25 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5912#discussion_r184048468 --- Diff: pom.xml --- @@ -452,7 +452,7 @@ under the License. org.javassist

[GitHub] flink pull request #5912: [FLINK-9041] Refactor StreamTaskTest to not use sc...

2018-04-25 Thread azagrebin
Github user azagrebin commented on a diff in the pull request: https://github.com/apache/flink/pull/5912#discussion_r184043414 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/StreamTaskTest.java --- @@ -178,7 +172,7 @@ */

[GitHub] flink pull request #5912: [FLINK-9041] Refactor StreamTaskTest to not use sc...

2018-04-25 Thread azagrebin
Github user azagrebin commented on a diff in the pull request: https://github.com/apache/flink/pull/5912#discussion_r184042695 --- Diff: pom.xml --- @@ -452,7 +452,7 @@ under the License. org.javassist

[GitHub] flink pull request #5912: [FLINK-9041] Refactor StreamTaskTest to not use sc...

2018-04-25 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5912#discussion_r184034674 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/StreamTaskTest.java --- @@ -178,7 +172,7 @@ */ @Test

[GitHub] flink pull request #5912: [FLINK-9041] Refactor StreamTaskTest to not use sc...

2018-04-25 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5912#discussion_r184034760 --- Diff: pom.xml --- @@ -452,7 +452,7 @@ under the License. org.javassist

[GitHub] flink pull request #5912: [FLINK-9041] Refactor StreamTaskTest to not use sc...

2018-04-25 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5912#discussion_r184034886 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/StreamTaskTest.java --- @@ -858,25 +856,17 @@ public void close()

[GitHub] flink pull request #5912: [FLINK-9041] Refactor StreamTaskTest to not use sc...

2018-04-25 Thread azagrebin
GitHub user azagrebin opened a pull request: https://github.com/apache/flink/pull/5912 [FLINK-9041] Refactor StreamTaskTest to not use scala and akka ## What is the purpose of the change Get rid of scala/akka dependency in StreamTaskTest ## Brief change log