Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…achdb#123400 123321: roachtest: set 23.1.8 as MinSupportedVersion for sql-stats/mixed-version r=xinhaoz a=xinhaoz There is a bug in the sql stats api prior to 23.1.8, where passing a requested start time of 0 or nil results in a nil pointer dereference. Setting this min supported version also resolves some mixed version authentication limitations. Epic: none Fixes: cockroachdb#123278 Release note: None 123393: github: adjust stale workflow r=yuzefovich a=yuzefovich This commit adjusts the stale workflow so that it only closes stale test failures and sentry issues. Previously, it would close all issues with no activity in the last 18 months (modulo some exempted labels), but I don't think it's helpful to close issues filed by humans in this way - we might still want to track a particular bug or a feature in order to gauge the urgency. Closing stale (no activity in 12 months) test failures (as defined by having `C-test-failure` label) and sentry issues seems like a good idea though. This commit also removes a few fields that are related to stale PRs since we don't do anything for them (because we use very large "inactivity" window). Epic: None Release note: None 123394: streamclient: allow running on remote execution r=rail a=rickystewart I don't know how long this has worked, but it works now. Epic: CRDB-8308 Release note: None 123400: roachtest: move generate-fixtures roachtest to test-eng ownership r=renatolabs a=rickystewart Epic: none Release note: None Co-authored-by: Xin Hao Zhang <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]> Co-authored-by: Ricky Stewart <[email protected]>
- Loading branch information