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
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: None
0 commit comments