Commit 579352a
committed
logictest: reduce data set in cursor test
We've seen a few failures on `cursor` logic test under race which seems
to be due to node overload / timeout. My hypothesis is it's due to
metamorphic randomization, and I found one spot where we use 10k rows in
the table, but I don't think we need this much. This commit reduces the
row count to just 10 in hopes of eliminating the flake under race.
Release note: None1 parent 7a2d18f commit 579352a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
658 | | - | |
| 658 | + | |
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
| |||
0 commit comments