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 2e0efe4e072 [FLINK-30277][python]Allow PYTHONPATH of Python Worker 
configurable
     new 0351f88cea2 [hotfix] Migrate DefaultSchedulerTest to Junit5 and 
AssertJ.
     new c9f1e89b485 [hotfix] Migrate PendingCheckpointTest to Junit5 and 
AssertJ.
     new eb17ec3f05d [FLINK-31077][runtime] Mark pending checkpoint 
onCompletionPromise complete only after the completed checkpoint is added to 
the checkpoint store.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../runtime/checkpoint/CheckpointCoordinator.java  |  15 +-
 .../runtime/checkpoint/PendingCheckpoint.java      |   7 +-
 .../runtime/checkpoint/PendingCheckpointTest.java  | 160 +++----
 .../runtime/scheduler/DefaultSchedulerTest.java    | 527 ++++++++++++---------
 .../ExceptionHistoryEntryTestingUtils.java         |  90 ++++
 5 files changed, 469 insertions(+), 330 deletions(-)
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/exceptionhistory/ExceptionHistoryEntryTestingUtils.java

Reply via email to