Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/4600#discussion_r139393572
--- Diff:
flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/legacy/backpressure/BackPressureStatsTrackerTest.java
---
@@ -80,11 +73,11 @@ public void execute(Runnable runnable) {
ExecutionVertex[] taskVertices = new ExecutionVertex[4];
- ExecutionJobVertex jobVertex = mock(ExecutionJobVertex.class);
- when(jobVertex.getJobId()).thenReturn(new JobID());
--- End diff --
these changes are all unnecessary.
---