Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix TestDDLSchedulingMultiTimes and TestConcurrentDDLSwitch timeout #37043

Merged
merged 5 commits into from
Aug 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
save time
Signed-off-by: xiongjiwei <xiongjiwei1996@outlook.com>
  • Loading branch information
xiongjiwei committed Aug 11, 2022
commit 1b33f8e80a1e1c8266e27752ad75d92b61657154
2 changes: 1 addition & 1 deletion ddl/job_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func TestConcurrentDDLSwitch(t *testing.T) {
}

ddls := make([]string, 0, tblCount)
ddlCount := 500
ddlCount := 100
for i := 0; i < ddlCount; i++ {
tblIdx := rand.Intn(tblCount)
if rand.Intn(2) == 0 {
Expand Down