-
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: drop/tpcc/w=100,nodes=9 failed #56040
Comments
(roachtest).drop/tpcc/w=100,nodes=9 failed on master@9ec0151e0079c51afeec2f3f75a4747ce80a615b:
More
Artifacts: /drop/tpcc/w=100,nodes=9
See this test on roachdash |
(roachtest).drop/tpcc/w=100,nodes=9 failed on master@25edeb8d6c2cefca0c206f86553bc75569f0f2d9:
More
Artifacts: /drop/tpcc/w=100,nodes=9
See this test on roachdash |
This is almost certainly fallout from the switch from RESTORE to IMPORT for TPC-C. Now that we no longer restore a fixed-size fixture, this assertion is much harder to make. I'll weaken it. |
(roachtest).drop/tpcc/w=100,nodes=9 failed on master@677f6f89f97d492f5eb443fcdb326d5695ddc5d7:
More
Artifacts: /drop/tpcc/w=100,nodes=9
See this test on roachdash |
56379: workload/schemachange: improve error screening r=ajwerner a=jayshrivastava workload/schemachange: improve error screening Several ops will be updated to screen for errors (#56119): - dropTable - dropView - createSequence - renameSequence - dropSequence - insertRow Sequences were also updated to have more interesting cases: non-existing sequences can randomly be returned and sequences can be owned by columns. Furthermore, this change fixes a bug where non-existing tables were getting returned instead of existing ones. Finally, error screening logic is updated to ignore transaction retry errors. This fixes one of the issues in #56230. 57034: cli: add reset-quorum command r=knz a=TheSamHuang This adds `reset-quorum` as a command in the debug CLI. This command utilizes the functionality added in #56333 to recover unavailable ranges where all replicas are lost. 57272: roachtest: Add missing gossiped StoreDescriptor to expected relocate errors r=nvanbenschoten a=nvanbenschoten Closes #57191. This seems possible shortly after the cluster starts up, if gossip hasn't propagated by the time the `ALTER TABLE _ EXPERIMENTAL_RELOCATE _` statement is run. 57274: roachtest: remove initial disk space check from drop test r=nvanbenschoten a=nvanbenschoten Fixes #56040. Will need to be backported. This assertion seemed like a good idea, but it was repeatedly (dec148a) a source of flakiness when fixtures changed. Now that we're using IMPORT for TPC-C, the check is even harder to get right without making it so small as to be useless. It doesn't seem to be worth the instability, so remove it. 57454: util/log: de-flake TestSecondaryGC and some SQL tests r=irfansharif a=knz Fixes #57442 Fixes #57444 See individual commits for details. Co-authored-by: Jayant Shrivastava <[email protected]> Co-authored-by: Sam Huang <[email protected]> Co-authored-by: Nathan VanBenschoten <[email protected]> Co-authored-by: Raphael 'kena' Poss <[email protected]>
Fixes cockroachdb#56040. Will need to be backported. This assertion seemed like a good idea, but it was repeatedly (dec148a) a source of flakiness when fixtures changed. Now that we're using IMPORT for TPC-C, the check is even harder to get right without making it so small as to be useless. It doesn't seem to be worth the instability, so remove it.
Fixes cockroachdb#56040. Will need to be backported. This assertion seemed like a good idea, but it was repeatedly (dec148a) a source of flakiness when fixtures changed. Now that we're using IMPORT for TPC-C, the check is even harder to get right without making it so small as to be useless. It doesn't seem to be worth the instability, so remove it.
(roachtest).drop/tpcc/w=100,nodes=9 failed on master@70fb9a54d6c4d7b3c1d8ad93bb399eefef8f5d04:
More
Artifacts: /drop/tpcc/w=100,nodes=9
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: