cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
29.9k stars 3.78k forks source link

roachtest: port multitenant tests to new roachprod APIs #115867

Open herkolategan opened 9 months ago

herkolategan commented 9 months ago

After a series of PRs that enable roachprod to start and manage virtual clusters on various ports using DNS and services, we can now start porting tests that used a temporary collection of multitenant utilities in roachtest to do testing with virtual clusters.

This is an example PR of a recent conversion: https://github.com/cockroachdb/cockroach/pull/115599 That can serve as a guideline for converting the rest of the tests. There might still be small bits of functionality required or new methods that need to be added to the API that can be implemented as part of the conversion issue (or new issue if preferred).

Epic: CRDB-31933

Jira issue: CRDB-34260

blathers-crl[bot] commented 9 months ago

cc @cockroachdb/test-eng