Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: qupeng <qupeng@pingcap.com>
  • Loading branch information
hicqu committed Jun 13, 2024
1 parent 89f4d27 commit ff3a60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/multi_source/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func truncateDDL(ctx context.Context, db *sql.DB) {

func ignoreableError(err error) bool {
knownErrorList := []string{
"Error 1146:", // table doesn't exist
"Error 1146", // table doesn't exist
"Error 1049", // database doesn't exist
"schema:1146", // table or database doesn't exist
}
Expand Down

0 comments on commit ff3a60b

Please sign in to comment.