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
154010: sql/inspect: make AS OF SYSTEM TIME optional in INSPECT jobs r=spilchen a=spilchen
Previously, INSPECT jobs required specifying an `AS OF SYSTEM TIME` timestamp. This commit removes that requirement.
If the timestamp is left empty, the INSPECT processor will now default to using the current time when querying for index inconsistencies. A fresh timestamp will be acquired for each span. No protected timestamp record will be used in this mode.
Fixes#148675
Epic: CRDB-30356
Release note: none
154071: startup: unskip TestStartupFailureRandomRange; disable UA improve logs r=rickystewart a=nicktrav
TestStartupFailureRandomRange is marked as a nightly-only test. However, given the intricacies of how various environment variables are passed into the test infrastructure, this test is effectively never run.
Update the skip logic to build on top of #153135, allowing the test to be run in nightly-only stress runs.
Update the test to disable multi-tenant mode. This currently causes the test to fail.
Fixes#123908.
Release note: None.
Epic: None.
Co-authored-by: Matt Spilchen <[email protected]>
Co-authored-by: Nick Travers <[email protected]>
0 commit comments