test: TenantHTTPClient should be usable from multiple subtests #93267
Labels
A-sql-observability
Related to observability of the SQL layer
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
In testing #93268 I ran into trouble using
TenantClusterHelper.TenantHTTPClient()
from multiple subtests. My test failed with an error about the SQL userauthentic_user_noadmin
already existing, but as far as I can tell thesync.Once
mechanism in its setup should have protected me from that.I'd like to make a minimally-reproducing test case to figure it out, rather than further holding up that other work.
Jira issue: CRDB-22252
The text was updated successfully, but these errors were encountered: