This is an automated email from the ASF dual-hosted git repository.
fanrui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from aae023f48c8 [FLINK-32856][JUnit5 Migration] Migrate the testutils,
throughput and throwable packages of flink-runtime module to junit5 (#23198)
add 8dd4576cb16 [FLINK-32845][JUnit5 Migration] Migrate the memory and
messages packages of flink-runtime module to junit5
No new revisions were added by this update.
Summary of changes:
.../MemoryManagerConcurrentModReleaseTest.java | 94 ++---
.../memory/MemoryManagerSharedResourcesTest.java | 127 +++---
.../flink/runtime/memory/MemoryManagerTest.java | 250 ++++++------
.../runtime/memory/MemorySegmentSimpleTest.java | 450 ++++++++-------------
.../runtime/memory/OpaqueMemoryResourceTest.java | 12 +-
.../flink/runtime/memory/SharedResourcesTest.java | 40 +-
.../runtime/memory/UnsafeMemoryBudgetTest.java | 44 +-
.../runtime/messages/CheckpointMessagesTest.java | 84 ++--
.../runtime/messages/GenericMessageTester.java | 31 +-
.../runtime/messages/WebMonitorMessagesTest.java | 166 ++++----
.../messages/checkpoint/DeclineCheckpointTest.java | 39 +-
.../webmonitor/MultipleJobsDetailsTest.java | 11 +-
12 files changed, 579 insertions(+), 769 deletions(-)