We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8597bc3 commit 28d211bCopy full SHA for 28d211b
tests/realtikvtest/brietest/backup_restore_test.go
@@ -79,7 +79,7 @@ func TestRestoreMultiTables(t *testing.T) {
79
tk.MustExec("use br")
80
81
tablesNameSet := make(map[string]struct{})
82
- tableNum := 1000
+ tableNum := 100
83
for i := 0; i < tableNum; i += 1 {
84
tk.MustExec(fmt.Sprintf("create table table_%d (a int primary key, b json, c varchar(20))", i))
85
tk.MustExec(fmt.Sprintf("insert into table_%d values (1, '{\"a\": 1, \"b\": 2}', '123')", i))
0 commit comments