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
156403: catalog/lease: fix queries against initial versions in locked mode r=fqazi a=fqazi
Previously, all of our testing for locked timestamping included WaitForInitialVersion being enabled. This configuration ensured that we would always acquire the first version of leased descriptors in our tests. However, upon enabling locked leasing across the binary, we encountered issues because bootstrapped tables and other tests might not secure the initial version checkout. Consequently, we would incorrectly declare the object as non-existent if the lease timestamp precoded the object's creation.
Fixes: #156401
Release note: None
156410: *: address a couple of nits r=yuzefovich a=yuzefovich
We can use `settings.Fraction` for non-negative float with max 1.0. Also fix up one comment. (Noticed this while reviewing the probabilistic transaction tracing backport.)
Epic: None
Release note: None
156468: sql: increase timeout for inspect tests r=bghal a=bghal
The `sql/inspect.TestInspectMetrics` test was flaking in CI. Increasing
the size will increase the timeout.
Epic: none
Fixes: #156197Fixes: #156082Fixes: #156238
Release note: None
Co-authored-by: Faizan Qazi <faizan@cockroachlabs.com>
Co-authored-by: Yahor Yuzefovich <yahor@cockroachlabs.com>
Co-authored-by: Brendan Gerrity <brendan.gerrity@cockroachlabs.com>
0 commit comments