Purushottam Sinha created FLINK-39877:
-----------------------------------------
Summary: [JUnit5 Migration] Migrate flink-runtime assertions to
AssertJ
Key: FLINK-39877
URL: https://issues.apache.org/jira/browse/FLINK-39877
Project: Flink
Issue Type: Sub-task
Components: Runtime / REST, Tests
Reporter: Purushottam Sinha
Convert remaining Hamcrest test assertions in flink-runtime (rest / state /
scheduler / dispatcher / streaming-operator) to AssertJ. Includes rewriting
JobExceptionsHandlerTest's nested matcher framework to
Consumer/satisfiesExactly, and containsInAnyOrder(matchers) →
extracting(...).containsExactlyInAnyOrder(tuple(...)). Two files
(BlobLibraryCacheRecoveryITCase, DispatcherResourceCleanupTest) remain JUnit 4
— AssertJ-only here; their JUnit-5 migration is tracked separately. Optional:
split JobExceptionsHandlerTest (the framework rewrite) into its own sub-task
for focused review.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)