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 11829438516 [FLINK-27143][docs][tests] Migrate flink-docs to JUnit 5
     new ebed442e4b1 [FLINK-26995][tests] Fix tests failing with fork-reuse 
enabled
     new d7812b4af7f [FLINK-26995][tests] Migrate tests to ITCases
     new fee8217a65b [FLINK-26995][build] Enable fork-reuse for all unit tests
     new b1a1874f663 [FLINK-26995][tests] Mark several tests as unit tests

The 4 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:
 flink-runtime/pom.xml                              |   8 -
 .../MemoryExecutionGraphInfoStoreITCase.java       |  67 +++++++
 .../MemoryExecutionGraphInfoStoreTest.java         |  30 ---
 .../partition/PipelinedSubpartitionTest.java       |  16 +-
 ...ndlerTest.java => FileUploadHandlerITCase.java} |   2 +-
 .../rest/handler/AbstractHandlerITCase.java        | 123 ------------
 .../runtime/rest/handler/AbstractHandlerTest.java  |  85 ++++++++
 .../taskexecutor/TaskManagerRunnerTest.java        |   1 -
 ... ZooKeeperUtilsWriteLeaderInformationTest.java} |   2 +-
 flink-streaming-java/pom.xml                       |  10 -
 ...ssignerITCases.java => BucketAssignerTest.java} |   2 +-
 ...ava => SinkTransformationTranslatorITCase.java} |  10 +-
 .../api/graph/StreamGraphGeneratorTest.java        |   9 +-
 ...skTimerTest.java => StreamTaskTimerITCase.java} |   2 +-
 .../operators/TestProcessingTimeServiceTest.java   |   2 +-
 .../runtime/tasks/LocalStateForwardingTest.java    |   2 +-
 .../streaming/runtime/tasks/StreamTaskITCase.java  | 213 +++++++++++++++++++++
 .../streaming/runtime/tasks/StreamTaskTest.java    | 182 +-----------------
 .../tasks/SubtaskCheckpointCoordinatorTest.java    |   2 +-
 .../runtime/tasks/SynchronousCheckpointTest.java   |   2 +-
 flink-tests/pom.xml                                |   1 -
 .../JobMasterStopWithSavepointITCase.java          |   2 +-
 pom.xml                                            |   3 +-
 23 files changed, 399 insertions(+), 377 deletions(-)
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/MemoryExecutionGraphInfoStoreITCase.java
 rename 
flink-runtime/src/test/java/org/apache/flink/runtime/rest/{FileUploadHandlerTest.java
 => FileUploadHandlerITCase.java} (99%)
 delete mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/AbstractHandlerITCase.java
 rename 
flink-runtime/src/test/java/org/apache/flink/runtime/util/{ZooKeeperUtilsITCase.java
 => ZooKeeperUtilsWriteLeaderInformationTest.java} (98%)
 rename 
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/functions/sink/filesystem/{BucketAssignerITCases.java
 => BucketAssignerTest.java} (98%)
 rename 
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/graph/{SinkTransformationTranslatorTest.java
 => SinkTransformationTranslatorITCase.java} (98%)
 rename 
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/{StreamTaskTimerTest.java
 => StreamTaskTimerITCase.java} (99%)
 create mode 100644 
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/StreamTaskITCase.java

Reply via email to