Skip to content

Commit

Permalink
refine error
Browse files Browse the repository at this point in the history
Signed-off-by: wjhuang2016 <[email protected]>
  • Loading branch information
wjhuang2016 committed May 16, 2024
1 parent 3a004e0 commit 0b6bf5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ var ddlIgnoreList = []string{
"Adding clustered primary key",
"Invalid use of NULL value",
"can not get 'tikv_gc_safe_point'",
"maximum statement execution time exceeded",
"Illegal mix of collations for operation",
}

func dmlIgnoreError(err error) bool {
Expand Down

0 comments on commit 0b6bf5b

Please sign in to comment.