We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5333ac3 commit 26e3b5fCopy full SHA for 26e3b5f
pkg/executor/test/indexmergereadtest/index_merge_reader_test.go
@@ -359,8 +359,8 @@ func TestIntersectionWithDifferentConcurrency(t *testing.T) {
359
tk.MustExec("drop table if exists t1;")
360
tk.MustExec(tblSchema)
361
362
- const queryCnt int = 10
363
- const rowCnt int = 500
+ const queryCnt int = 5
+ const rowCnt int = 100
364
curRowCnt := 0
365
insertStr := "insert into t1 values"
366
for i := 0; i < rowCnt; i++ {
0 commit comments