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: don't specify virtual cluster in debug zips
Previously, we were always passing the system tenant when
taking debug zips in case a roachtest had overriden the
default virtual cluster. However, the debug zip command
already attempts to fetch all virtual clusters by passing
the --ccluster flag for each tenant. This behavior was suppresed
due to our hard coding of the system tenant, causing all debug
zips to be of the system tenant.
This changes it to instead pass nothing so the url has no
existing --ccluster flag.
0 commit comments