-
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
ccl/backupccl: TestBackupRestoreAppend failed #54599
Comments
(ccl/backupccl).TestBackupRestoreAppend failed on master@a6dc5e931154c2e7fff1f00ac4d6b272978be990:
MoreParameters:
See this test on roachdash |
I just got a failure that reads
https://teamcity.cockroachdb.com/viewLog.html?buildId=2286556&buildTypeId=Cockroach_UnitTests |
Refs: cockroachdb#50984, cockroachdb#54599 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None
55828: roachtest: disable range merge queue in tpchvec/tpcdsvec r=yuzefovich a=yuzefovich This commit disables the range merge queue on tpchvec and tpcdsvec roachtests in order to - hopefully - reduce some noise about the performance slowness. I'm guessing that some of the variation that we've been observing with tpchvec/perf tests might come due to range merge activity, so let's remove that variable. However, I don't have concrete data to back this guess up. Release note: None 55853: ccl/backupccl: skip TestBackupRestoreAppend under race r=rytaft a=rytaft Refs: #50984, #54599 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None 55857: cmd,skip: add flag to skip test under race r=rytaft a=rytaft This commit updates the `skip-test` command to support a flag `-under_race`, which only skips the test under race builds. This commit also adds a new function to the skip package, `UnderRaceWithIssue`, which makes it easier to skip a test under race and log the associated issue. Release note: None 55863: util: add skip.UnderMetamorphic; skip a test r=jordanlewis a=jordanlewis One test cannot be run under the metamorphic build configuration, since its output depends on the batch size: the test counts the number of spans scanned, which will go up with a small batch size due to the table reader resuming the scan until its finished. Release note: None Co-authored-by: Yahor Yuzefovich <yahor@cockroachlabs.com> Co-authored-by: Rebecca Taft <becca@cockroachlabs.com> Co-authored-by: Jordan Lewis <jordanthelewis@gmail.com>
(ccl/backupccl).TestBackupRestoreAppend failed on master@bdc14ea7c22e4fd78ffec35efdaa108f2c0bbc7a:
MoreParameters:
See this test on roachdash |
New repro on
|
(ccl/backupccl).TestBackupRestoreAppend failed on master@a230e0e7ea375da92c6da1caf26508d883e90f6c:
MoreParameters:
See this test on roachdash |
(ccl/backupccl).TestBackupRestoreAppend failed on master@7e604ec4d47ed9817dc706956a0f73974ec10e74:
MoreParameters:
See this test on roachdash |
(ccl/backupccl).TestBackupRestoreAppend failed on master@4b2d11ba6831a4b5370fd90eb6faa2aafec59285:
MoreParameters:
See this test on roachdash |
Hit this too. |
(ccl/backupccl).TestBackupRestoreAppend failed on master@f62055c1239a8c101b26565828649c6d00e53043:
MoreParameters:
See this test on roachdash |
(ccl/backupccl).TestBackupRestoreAppend failed on master@339275585b7d30b9ee2d49b0c696b9ddb8d51ad4:
MoreParameters:
See this test on roachdash |
Refs: cockroachdb#54599 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None
57805: changefeedccl: misc fixes for tenant compatibility r=dt a=dt see commits -- mostly just avoiding using NodeID, plus don't read meta2 directly. 58654: ccl/backupccl: skip TestBackupRestoreAppend r=adityamaru a=nkodali Refs: #54599 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None Co-authored-by: David Taylor <tinystatemachine@gmail.com> Co-authored-by: Namrata Kodali <namrata@cockroachlabs.com>
The test was rather hard to follow because of all the different flavours of backup we were trying to test. This change removes the deprecated `BACKUP TO` statements, and also removes the `BACKUP INTO subdir IN dir` testcase that is no longer a query we allow users to run. Fixes: #54599 Release note: None
(ccl/backupccl).TestBackupRestoreAppend failed on master@d6f91638705d381eac18c0524264781e282e350e:
More
Parameters:
See this test on roachdash
powered by pkg/cmd/internal/issues
Epic CRDB-7778
Jira issue: CRDB-3735
The text was updated successfully, but these errors were encountered: