Dawid Wysakowicz created FLINK-36885:
----------------------------------------
Summary: Multiple tests are incorrectly migrated to JUnit 5
Key: FLINK-36885
URL: https://issues.apache.org/jira/browse/FLINK-36885
Project: Flink
Issue Type: Bug
Reporter: Dawid Wysakowicz
I observed on a few occasions already that parameterized tests were not
migrated correctly to JUnit 5.
Take JavaCatalogTableTest for example:
https://github.com/apache/flink/commit/1fbe223a5d7b9232d58f471ae620306b9dad58ea
The JUnit 5 infrastructure requires that the name of the parameter must match
exactly the name in the string of {{Parameters}} annotation. That was not the
case in this PR. The parameter name is {{isStreamingMode}} while the string
constant is {{streamingMode}} which effectively meant the test was not
parameterized.
It would be good to check all the cases where the migration was performed and
fix where it was done incorrectly.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)