diff --git a/pkg/cmd/roachtest/cluster.go b/pkg/cmd/roachtest/cluster.go index 9a354760a35a..e2f75c0277a2 100644 --- a/pkg/cmd/roachtest/cluster.go +++ b/pkg/cmd/roachtest/cluster.go @@ -2996,7 +2996,8 @@ func (c *clusterImpl) WipeForReuse( // Clear DNS records for the cluster. if err := c.DestroyDNS(ctx, l); err != nil { - return err + // Log and swallow the error. + l.PrintfCtx(ctx, "failed to destroy DNS records for cluster %s: %v", c.name, err) } // Overwrite the spec of the cluster with the one coming from the test. In // particular, this overwrites the reuse policy to reflect what the test