You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
108304: roachtest: tolerate errors in clearrange workload r=srosenberg a=jbowens
During the clearrange roachtest, a concurrent kv0 workload runs in the background. Previously, this background was not configured to `--tolerate-errors`.
Epic: none
Informs cockroachdb#108244.
Release note: None
108442: testserver,testtenant: fix `SQLConn()` r=stevendanna a=knz
Fixescockroachdb#107859.
Epic: CRDB-18499
Prior to this patch, the (recently introduced) `SQLConn()` method was blind to the concept of a shared SQL port where connections get redirected to a secondary tenant based on the `cluster` URL option.
Because of this, two bad things were happening:
- `.SQLConn()` on the `ApplicationLayerInterface` of a secondary tenant with a shared SQL port would fail to connect to the right tenant.
- `.SystemLayer().SQLConn()` would fail if the cluster setting `server.controller.default_tenant` was set.
This patch fixes it.
Release note: None
Co-authored-by: Jackson Owens <[email protected]>
Co-authored-by: Raphael 'kena' Poss <[email protected]>
0 commit comments