You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by zh...@apache.org on 2020/03/05 01:06:39 UTC

[flink] branch master updated (de5f8fa -> 007b875)

This is an automated email from the ASF dual-hosted git repository.

zhuzh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from de5f8fa  [FLINK-16393][kinesis] Skip record emitter thread creation w/o source sync
     add 9b065dc  [hotfix] Fix checkstyle violations in ExecutionGraphTestUtils
     add b2bcbd7  [hotfix][tests] Change ExecutionGraphTestUtils#getExecutionVertex(…) to ExecutionGraphTestUtils#getExecutionJobVertex(…)
     add 007b875  [FLINK-16300][tests] Introduce ExecutionGraphTestUtils#getExecutions(…) to replace SchedulerTestUtils#getTestVertex(…)

No new revisions were added by this update.

Summary of changes:
 .../executiongraph/ExecutionGraphTestUtils.java    | 108 +++++++++++--
 .../runtime/executiongraph/ExecutionTest.java      |  10 +-
 .../executiongraph/ExecutionVertexCancelTest.java  |  18 +--
 .../ExecutionVertexDeploymentTest.java             |  16 +-
 .../ExecutionVertexSchedulingTest.java             |   8 +-
 .../IntermediateResultPartitionTest.java           |   4 +-
 .../executiongraph/TestExecutionVertex.java        |  55 +++++++
 .../scheduler/ScheduleWithCoLocationHintTest.java  | 123 ++++++++-------
 .../scheduler/SchedulerIsolatedTasksTest.java      |  43 ++++--
 .../jobmanager/scheduler/SchedulerTestUtils.java   | 171 ---------------------
 .../slotpool/SlotPoolInteractionsTest.java         |   8 +-
 11 files changed, 270 insertions(+), 294 deletions(-)
 create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/TestExecutionVertex.java
 delete mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/jobmanager/scheduler/SchedulerTestUtils.java