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 a8b6253 commit b332a23Copy full SHA for b332a23
pkg/executor/cte_test.go
@@ -37,7 +37,7 @@ func TestCTEIssue49096(t *testing.T) {
37
require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/mock_cte_exec_panic_avoid_deadlock"))
38
}()
39
insertStr := "insert into t1 values(0)"
40
- rowNum := 1000
+ rowNum := 10
41
vals := make([]int, rowNum)
42
vals[0] = 0
43
for i := 1; i < rowNum; i++ {
0 commit comments