This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from ed302be6566 [FLINK-27319] Duplicated '-t' option for savepoint format
and deployment target
add b22bd541f6f [FLINK-27287][tests] Migrate tests to MiniClusterResource
add d4d0e4a15fa [FLINK-27287][tests] Use random ports
No new revisions were added by this update.
Summary of changes:
.../file/sink/FileSinkCompactionSwitchITCase.java | 5 +-
.../flink/connector/file/sink/FileSinkITBase.java | 6 +-
.../file/sink/writer/FileSinkMigrationITCase.java | 6 +-
.../util/JobManagerWatermarkTrackerTest.java | 49 ++-------
.../formats/avro/AvroExternalJarProgramITCase.java | 1 +
.../minicluster/MiniClusterConfiguration.java | 15 +++
.../FileExecutionGraphInfoStoreTest.java | 2 +-
.../MemoryExecutionGraphInfoStoreITCase.java | 1 +
.../network/partition/FileBufferReaderITCase.java | 3 +-
.../runtime/minicluster/MiniClusterITCase.java | 41 ++++----
.../CoordinatorEventsExactlyOnceITCase.java | 41 +++-----
.../flink/runtime/shuffle/ShuffleMasterTest.java | 3 +-
.../runtime/taskexecutor/TaskExecutorITCase.java | 49 ++++-----
.../OperatorEventSendingCheckpointITCase.java | 1 +
.../CheckpointRestoreWithUidHashITCase.java | 112 ++++++++++-----------
.../DefaultSchedulerLocalRecoveryITCase.java | 4 +-
.../flink/test/runtime/JobGraphRunningUtil.java | 3 +-
.../flink/test/runtime/SchedulingITCase.java | 4 +-
.../PipelinedRegionSchedulingITCase.java | 3 +-
19 files changed, 140 insertions(+), 209 deletions(-)