Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
98371: roachtest: fix clusterImpl.IsLocal() r=retry a=msbutler Previously, c.IsLocal() would always return false because local clusters have a time based suffix. This patch changes c.IsLocal() to return true if the cluster name is prefixed with "local". Epic: none Release note: none Co-authored-by: Michael Butler <butler@cockroachlabs.com>
- Loading branch information