You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meet again with a different error, the timeline that might trigger this is
we run prepare sql alter table t add index mul_idx2(c1) and it enter synced state, so the MustExec return, but the ddl worker hasn't return
we set hook
ddl worker call OnJobUpdated, but we don't expect the call here, the check fail
testutil.go:118:
Error Trace: pkg/ddl/testutil/testutil.go:118
Error: not multi-schema change(sql: alter table t drop index mul_idx1, drop index mul_idx2, cancel state: [delete reorganization write only])
Test: TestCancel
Messages: use model.SchemaState as the cancel state instead
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: