DarrylWong
DarrylWong
**roachprod: create certs for DefaultUser instead of roach** Roachprod start creates certs for the default admin user. Previously this user was named roach so the certs create call created certs...
This PR attempts to minimize the usage of root user authentication in roachtests, as the root user skips certain authentication paths. This is done through changing the default mode of...
Currently, postgresql-async reads in a user, password, port, host, and database, from the environment but does not read in any details regarding ssl. This causes it to default to sslmode=disable...
Previously, roachtest had it's own function to sanitize cluster names, while roachprod had it's own function to verify (but not sanitize) cluster names. This change removes both and opts instead...
Backport 1/1 commits from #132478. /cc @cockroachdb/release --- We need to keep the error object so our ssh flake detection works. Fixes: #132434 Release note: none Epic: none Release Justification:...
Backport 1/1 commits from #132478. /cc @cockroachdb/release --- We need to keep the error object so our ssh flake detection works. Fixes: #132434 Release note: none Epic: none Release Justification:...
This change refactors the global test monitor to expect specific process deaths rather than a number of any process deaths. This change is to support the failure injection framework (https://github.com/cockroachdb/cockroach/issues/138958)...