-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
roachtest: cdc/crdb-chaos failed #68963
Comments
roachtest.cdc/crdb-chaos failed with artifacts on master @ 04a41e7915f4a89dcc1d0dbd92466c6adf79ec9f:
Reproduce
See: roachtest README See: CI job to stress roachtests For the CI stress job, click the ellipsis (...) next to the Run button and fill in: * Changes / Build branch: master * Parameters / `env.TESTS`: `^cdc/crdb-chaos$` * Parameters / `env.COUNT`: <number of runs> Same failure on other branches
|
roachtest.cdc/crdb-chaos failed with artifacts on master @ dd82053908203cf6d77c36c06a8280831bb93d57:
Reproduce
See: roachtest README See: CI job to stress roachtests For the CI stress job, click the ellipsis (...) next to the Run button and fill in: * Changes / Build branch: master * Parameters / `env.TESTS`: `^cdc/crdb-chaos$` * Parameters / `env.COUNT`: <number of runs> Same failure on other branches
|
68803: sql: add ON UPDATE syntax r=otan a=pawalt Previously, we did not have parsing implemented for ON UPDATE expressions on columns. This PR adds parsing for ON UPDATE expressions. Release note: None 69013: opt: fix panic in findJoinFilterRange r=mgartner a=mgartner This commit fixes a panic produced in `findJoinFilterRange` when attempting to access the 0-th constraint in an empty constraint set. Fixes #68975 There is no release note because the bug is not present in any releases. Release note: None 69014: jobs: fix test for batch jobs creation, marked as flaky r=ajwerner a=sajjadrizvi Commit #67991 introduced a test that turned out to be flaky. The test runs out of memory sometimes as it creates a very large batch of jobs. This fix disables job adoptions to avoid large memory use. Release note: None Fixes: #68962 69022: sql: implement combined iterator for transaction statistics r=maryliag a=Azhng Follow up to #68675 Release note: None 69031: ccl/backupccl: skip TestBackupRestoreSystemJobsProgress r=otan a=otan Refs: #68571 Reason: flaky test (this is flaking regularly on PRs) Generated by bin/skip-test. Release justification: non-production code changes Release note: None 69034: roachtest/tests/cdc: effectively disable exponential backoff in jobs r=ajwerner a=ajwerner Fixes #68963. Release note: None 69045: bazel: swap order of interfaces in generated mocks in `pkg/roachpb` r=rail a=rickystewart This makes the order match up to what we have in the checked-in generated code, quashing a diff when you `dev build --hoist-generated-code`. Release note: None Co-authored-by: Peyton Walters <[email protected]> Co-authored-by: Marcus Gartner <[email protected]> Co-authored-by: Sajjad Rizvi <[email protected]> Co-authored-by: Azhng <[email protected]> Co-authored-by: Oliver Tan <[email protected]> Co-authored-by: Andrew Werner <[email protected]> Co-authored-by: Ricky Stewart <[email protected]>
roachtest.cdc/crdb-chaos failed with artifacts on master @ ee3efd6b1e24a3e1676778f5028fa0a35266f683:
Reproduce
See: roachtest README
See: CI job to stress roachtests
For the CI stress job, click the ellipsis (...) next to the Run button and fill in: * Changes / Build branch: master * Parameters / `env.TESTS`: `^cdc/crdb-chaos$` * Parameters / `env.COUNT`: <number of runs>
Same failure on other branches
This test on roachdash | Improve this report!
The text was updated successfully, but these errors were encountered: