Skip to content

[FLINK-37096][cdc-connect] fix The purpose of the issue is to change the value of the delay curve from 20098d to -1ms in the full phase. #4034

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Sukang1002
Copy link

Copy link
Member

@yuxiqian yuxiqian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for @Sukang1002's update!

Kindly reminder: mvn verify -DskipTests could be executed locally to spot any code style violations in advance.

Copy link
Member

@yuxiqian yuxiqian Jun 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add license headers for newly committed files, and could be renamed to MongoDBMetricsITCase

Comment on lines +61 to +62
@RunWith(Parameterized.class)
public class MongoDBMetricCase {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please write test cases based on JUnit 5 and AssertJ.

Comment on lines +67 to +70
this.mongoContainer =
new MongoDBContainer("mongo:" + mongoVersion)
.withSharding()
.withLogConsumer(new Slf4jLogConsumer(LOG));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider extending MongoDBSourceTestBase instead of constructing containers manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants