-
Notifications
You must be signed in to change notification settings - Fork 467
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
tests: mysql-cdc: test add sub source after corruption #27789
tests: mysql-cdc: test add sub source after corruption #27789
Conversation
@petrosagg, is this what we discussed? Should this be working?
|
@nrainer-materialize is this working or failing with that error you posted? The CI checks seem to be green on this. What I think is happening in the failure case is that the source doesn't actually finish the snapshot of the first tables before materialize is killed and the binlog wiped. Then when it's restarted it can't resume from a point that the first subsources needed. I think we should add a |
I guess it was failing locally.
Will do! |
6be2ef8
to
f5dadf3
Compare
This adds testing for #27507.