Skip to content
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

puller(ticdc): fix wrong update splitting behavior after table scheduling #11296

Merged
merged 2 commits into from
Jun 13, 2024

puller(ticdc): fix wrong update splitting behavior after table schedu…

f25075d
Select commit
Loading
Failed to load commit list.
Merged

puller(ticdc): fix wrong update splitting behavior after table scheduling #11296

puller(ticdc): fix wrong update splitting behavior after table schedu…
f25075d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 13, 2024 in 1s

35.2941% of diff hit (target 0.0000%)

View this Pull Request on Codecov

35.2941% of diff hit (target 0.0000%)

Annotations

Check warning on line 129 in cdc/model/kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cdc/model/kv.go#L119-L129

Added lines #L119 - L129 were not covered by tests

Check warning on line 598 in cdc/processor/processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cdc/processor/processor.go#L592-L598

Added lines #L592 - L598 were not covered by tests

Check warning on line 660 in cdc/processor/processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cdc/processor/processor.go#L660

Added line #L660 was not covered by tests

Check warning on line 668 in cdc/processor/processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cdc/processor/processor.go#L668

Added line #L668 was not covered by tests

Check warning on line 675 in cdc/processor/processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cdc/processor/processor.go#L675

Added line #L675 was not covered by tests

Check warning on line 309 in cdc/processor/sinkmanager/manager.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cdc/processor/sinkmanager/manager.go#L306-L309

Added lines #L306 - L309 were not covered by tests

Check warning on line 95 in cdc/processor/sinkmanager/manager_test_helper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cdc/processor/sinkmanager/manager_test_helper.go#L95

Added line #L95 was not covered by tests

Check warning on line 152 in cdc/processor/sinkmanager/table_sink_wrapper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cdc/processor/sinkmanager/table_sink_wrapper.go#L152

Added line #L152 was not covered by tests

Check warning on line 124 in cdc/puller/ddl_puller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cdc/puller/ddl_puller.go#L124

Added line #L124 was not covered by tests

Check warning on line 205 in cdc/puller/multiplexing_puller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cdc/puller/multiplexing_puller.go#L205

Added line #L205 was not covered by tests

Check warning on line 208 in cdc/puller/multiplexing_puller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cdc/puller/multiplexing_puller.go#L208

Added line #L208 was not covered by tests