Hisoka-X commented on code in PR #4238:
URL: https://github.com/apache/flink-cdc/pull/4238#discussion_r2732320470
##########
flink-cdc-e2e-tests/flink-cdc-source-e2e-tests/src/test/java/org/apache/flink/cdc/connectors/tests/MongoE2eITCase.java:
##########
@@ -123,7 +113,7 @@ public void after() {
})
void testMongoDbCDC(String mongoVersion, boolean parallelismSnapshot,
boolean scanFullChangelog)
throws Exception {
- setup(mongoVersion, parallelismSnapshot, scanFullChangelog);
+ setup(mongoVersion, scanFullChangelog);
Review Comment:
This change simply removes parameters that were not used in the `setup`
method. The entire test case still requires `mongoVersion` and
`parallelismSnapshot` to ensure correct behavior across different versions and
parameters.
--
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]