leonardBang commented on code in PR #4444:
URL: https://github.com/apache/flink-cdc/pull/4444#discussion_r3481718042
##########
flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/src/test/java/org/apache/flink/cdc/pipeline/tests/TransformE2eITCase.java:
##########
@@ -339,6 +344,7 @@ void testAssortedSchemaTransform(boolean batchMode) throws
Exception {
void testWildcardSchemaTransform(boolean batchMode) throws Exception {
String startupMode = batchMode ? "snapshot" : "initial";
String runtimeMode = batchMode ? "BATCH" : "STREAMING";
+ int testParallelism = 1;
Review Comment:
will add parameterized test
--
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]