Skip to content

Commit

Permalink
Update ddl/db_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Lynn <zimu_xia@126.com>
  • Loading branch information
wjhuang2016 and zimulala committed Aug 4, 2021
1 parent d7acce3 commit 8085996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddl/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ LOOP:
for i := count; i < count+step; i++ {
n := rand.Intn(count)
// (2048, 2038, 2038) and (2038, 2038, 2038)
// Don't delete rows where c1 is 2048 or 2038, otherwise error message would change.
// Don't delete rows where c1 is 2048 or 2038, otherwise, the entry value in duplicated error message would change.
if n == defaultBatchSize*2-10 || n == defaultBatchSize*2 {
continue
}
Expand Down

0 comments on commit 8085996

Please sign in to comment.