Skip to content

Commit

Permalink
br: reduce workload in unit test (#51493) (#51518)
Browse files Browse the repository at this point in the history
ref #48301
  • Loading branch information
ti-chi-bot authored May 21, 2024
1 parent 0f107c2 commit a9f5ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/realtikvtest/brietest/backup_restore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func TestRestoreMultiTables(t *testing.T) {
tk.MustExec("use br")

tablesNameSet := make(map[string]struct{})
tableNum := 1000
tableNum := 100
for i := 0; i < tableNum; i += 1 {
tk.MustExec(fmt.Sprintf("create table table_%d (a int primary key, b json, c varchar(20))", i))
tk.MustExec(fmt.Sprintf("insert into table_%d values (1, '{\"a\": 1, \"b\": 2}', '123')", i))
Expand Down

0 comments on commit a9f5ce3

Please sign in to comment.