-
Notifications
You must be signed in to change notification settings - Fork 3.9k
nightly-stress: move engflow stress jobs to run on mesolite #148964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nightly-stress: move engflow stress jobs to run on mesolite #148964
Conversation
Example runs of the three affected jobs.: |
Part of: DEVINF-1489 Release note: None
320d9ef
to
846890f
Compare
bors r=rickystewart |
148615: sql: add validation for CTAS / materialized views r=fqazi a=fqazi Previously, no validation existed when backfilling queries for CTAS statements or creating materialized view. This could lead to scenarios with unnoticed data loss if anything went wrong. To address this, this patch adds validation operations that backfill queries into tables to confirm that row counts match the source. Fixes: #144957 Release note: None 148871: cli: fix printing of the store spec r=yuzefovich a=yuzefovich This was recently broken in 4744a80. Epic: None Release note: None 148906: crdb_internal: replace crdb_internal.jobs vtable with view r=dt a=dt Release note: none. Epic: https://cockroachlabs.atlassian.net/browse/CRDB-48791 148964: nightly-stress: move engflow stress jobs to run on mesolite r=rickystewart a=jlinder Part of: DEVINF-1489 Release note: None Co-authored-by: Faizan Qazi <faizan@cockroachlabs.com> Co-authored-by: Yahor Yuzefovich <yahor@cockroachlabs.com> Co-authored-by: David Taylor <tinystatemachine@gmail.com> Co-authored-by: James H. Linder <jamesl@cockroachlabs.com>
blathers auth-check |
You shall not pass! Please authenticate with Blathers. |
blathers auth-check |
You shall pass |
This PR was included in a batch that successfully built, but then failed to merge into master (it was a non-fast-forward update). It will be automatically retried. |
FYI, the tests running on this PR seem to have had a lot of fallout: https://github.com/cockroachdb/cockroach/issues?q=sort%3Aupdated-desc%20%20label%3A%22branch-148964%22 |
Thanks for the tip @rafiss, I've closed out all those issues. |
Encountered an error creating backports. Some common things that can go wrong:
You might need to create your backport manually using the backport tool. error creating merge commit from 846890f to blathers/backport-release-23.2-148964: POST https://api.github.com/repos/jlinder/cockroach/merges: 409 Merge conflict [] you may need to manually resolve merge conflicts with the backport tool. Backport to branch release-23.2 failed. See errors above. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
blathers backport 25.3 |
Part of: DEVINF-1489
Release note: None