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
roachtest: handle no ts datapoints in rebalance by-load roachtests
The `rebalance/by-load` roachtests collect timeseries data from the
cluster. If these tests started quickly enough, no datapoints could
exist which would cause an out of bounds array error.
Handle the no datapoints case, and log a message without failing the
test.
Informs: cockroachdb#107247
Release note: None
0 commit comments