yuxiqian opened a new pull request, #3965: URL: https://github.com/apache/flink-cdc/pull/3965
This closes FLINK-37453. CDC pipeline migration tests were introduced in #3447, originally implemented in Ruby scripting language. However, as most testing logic was written as script file, it is hard to debug or investigate what's going wrong when migration test fails with no much contextual information or stacktrace available. Existing test cases could not be easily extended, too. --- This PR tries to extend existing Pipeline E2e test cases to cover such migration tests by: * Adding utility methods for submitting YAML jobs with previous state & stopping jobs after creating a savepoint * Cleaning up `PipelineTestEnvironment` and remove duplicate code fragments from sub-classes * Rewriting migration test cases in Java with JUnit framework * Removing existing migration test scripts, of course -- 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]
