Skip to content

Commit a3e2af8

Browse files
bosconiclaude
andcommitted
test: Add docstring noting relationship to mysql-cdc-resumption
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ad04613 commit a3e2af8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/mysql-cdc/mzcompose.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ def workflow_drop_recreate(c: Composition, parser: WorkflowArgumentParser) -> No
175175
MySQL continues executing the restore script, recreating the tracked table.
176176
177177
This test replicates that scenario: mysqldump + piped restore.
178+
It isolates the same race that mysql-cdc-resumption/backup_restore_mysql
179+
encounters. The fix (parsing DROP TABLE statements directly instead of
180+
calling verify_schemas) also unblocks uncommenting verify-source-failed.td
181+
in that test.
178182
"""
179183

180184
mysql_version = get_targeted_mysql_version(parser)

0 commit comments

Comments
 (0)