Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
124768: roachtest: Revert "roachtest: don't inhibit cluster reuse on DNS deletion errors" r=srosenberg a=andreimatei This reverts commit 596a3a2 (PR #124678). That commit made roachtest tolerate DNS record deletion errors, so that clusters can be reused even though their DNS records failed to be cleaned up. This seems to have been a bad idea, though, since stale DNS records can be a problem for reused clusters; see #124678 (comment) I now understand that there are two types of DNS records - normal ones (`A` records?) and `SRV` records. The former are associated with roachprod VMs. The latter are associated with cockroach nodes from host or virtual clusters, and are used for some sort of service discovery. It is the destruction of these SRV records that the original patch dealt with. Failure to delete these records might have consequences for the future tests using the cluster. Epic: none Release note: None Co-authored-by: Andrei Matei <[email protected]>
- Loading branch information