bobhan1 opened a new pull request, #67655: URL: https://github.com/apache/doris/pull/67655
### What problem does this PR solve? Related PR: #67527, #67396 Problem Summary: #67527 added seven JUnit 4 `Assert` calls to `ConfigTest` after #67396 migrated the class to JUnit 5, causing `fe-common:testCompile` to fail with `cannot find symbol: Assert`. Use the existing JUnit 5 `Assertions` import. Also migrate the scheduler test introduced by the same PR to JUnit 5 assertions and lifecycle annotations, consistent with the FE test migration. ### Release note None ### Check List (For Author) - Test: FE test compilation; Checkstyle passed for fe-common and fe-core with zero violations; `git diff --check` passed. The already-run ConfigTest passed 10 tests. Scheduler tests were compiled but not executed. - Behavior changed: No - Does this need documentation: No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
