leonardBang commented on code in PR #3578:
URL: https://github.com/apache/flink-cdc/pull/3578#discussion_r1733762640


##########
flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/src/test/java/org/apache/flink/cdc/pipeline/tests/RouteE2eITCase.java:
##########
@@ -719,6 +718,11 @@ public void testMergeTableRouteWithTransform() throws 
Exception {
 
     @Test
     public void testReplacementSymbol() throws Exception {
+        String defaultFlinkProperties = getFlinkProperties(flinkVersion);
+        overrideFlinkProperties(
+                defaultFlinkProperties.replace(
+                        "execution.checkpointing.interval: 300",
+                        "execution.checkpointing.interval: 10000"));

Review Comment:
   good catch, looks like we use overrideFlinkProperties wrongly



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to