-
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: import-cancellation failed #111985
Comments
roachtest.import-cancellation failed with artifacts on master @ 3b438b4a59ad4759e5bf22ff0b6dd6e678c2be0d:
Parameters: |
Both of these failures are on |
If it's only on coverage runs, we can remove the release_blocker label. Note that these don't run automatically yet. From what I know, it's supposed to be 5-10% slower.. I think we should just make the timeout bigger in all cases. |
112470: upgrades: make stmt diag upgrade idempotent r=yuzefovich a=yuzefovich All upgrades are expected to be idempotent, but the stmt diag upgrade (needed for plan-gist batched matching) wasn't - we needed to add `IF EXISTS` clause to the `DROP INDEX` stmt (which doesn't have a meaningful `schemaExistsFn`). Additionally, we can combine two stmts that add a single column into one that adds two. Epic: None Release note: None 112496: roachtest: use tpch workload in import-cancellation r=yuzefovich a=yuzefovich Previously, we were using `querybench` to run TPCH queries after the import succeeded. The comments around the code suggest that we wanted to assert that the correct results were obtained, meaning that there was no data corruption during cancelled imports. However, `querybench` doesn't do any kind of verification, so this commit switches to using `tpch` workload with `--enable-checks=true` which does the desired verification. Noticed this when looking at #111985. Epic: None Release note: None 112532: upgrade: Increase timeout for TestTenantAutoUpgrade under stress r=stevendanna a=ajstorm Test times out under stress. With updated timeout it now passes on a local repro. Fixes: #112158 Release note: None 112543: streamingccl: unskip TestStreamingRegionalConstraint r=kvoli a=msbutler This patch unskips TestStreamingRegionalConstraint under a non-stress build. Fixes #111541 Release note: none Co-authored-by: Yahor Yuzefovich <[email protected]> Co-authored-by: Adam Storm <[email protected]> Co-authored-by: Michael Butler <[email protected]>
roachtest.import-cancellation failed with artifacts on master @ 3b438b4a59ad4759e5bf22ff0b6dd6e678c2be0d:
Parameters:
ROACHTEST_arch=amd64
,ROACHTEST_cloud=gce
,ROACHTEST_cpu=32
,ROACHTEST_encrypted=false
,ROACHTEST_fs=ext4
,ROACHTEST_localSSD=true
,ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
See: Grafana
This test on roachdash | Improve this report!
Jira issue: CRDB-32169
The text was updated successfully, but these errors were encountered: