You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
156565: logictest: reduce data set in cursor test r=yuzefovich a=yuzefovich
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.
Fixes: #155609.
Release note: None
Co-authored-by: Yahor Yuzefovich <yahor@cockroachlabs.com>
0 commit comments