Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: fix clusterImpl.IsLocal()
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
- Loading branch information