Open
Description
pkg/sql/schemachanger/scplan/scplan_test.TestPlanDataDriven failed on release-24.1 @ bebd9a7d30104773ff2b85d8af0785a1b2f00fab:
datadriven.go:144:
/var/lib/engflow/worker/work/2/exec/bazel-out/k8-fastbuild/bin/pkg/sql/schemachanger/scplan/scplan_test_/scplan_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/schemachanger/scplan/testdata/comment_on:262:
ops [0 args]
COMMENT ON INDEX db1.sc1.t1_pkey IS NULL;
----
StatementPhase stage 1 of 1 with 1 MutationType op
transitions:
[[IndexComment:{DescID: 107, IndexID: 1, Comment: pkey is good}, ABSENT], PUBLIC] -> ABSENT
ops:
*scop.RemoveIndexComment
IndexID: 1
TableID: 107
PreCommitPhase stage 1 of 2 with 1 MutationType op
transitions:
[[IndexComment:{DescID: 107, IndexID: 1, Comment: pkey is good}, ABSENT], ABSENT] -> PUBLIC
ops:
*scop.UndoAllInTxnImmediateMutationOpSideEffects
{}
PreCommitPhase stage 2 of 2 with 1 MutationType op
transitions:
[[IndexComment:{DescID: 107, IndexID: 1, Comment: pkey is good}, ABSENT], PUBLIC] -> ABSENT
ops:
*scop.RemoveIndexComment
IndexID: 1
TableID: 107
datadriven.go:144:
/var/lib/engflow/worker/work/2/exec/bazel-out/k8-fastbuild/bin/pkg/sql/schemachanger/scplan/scplan_test_/scplan_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/schemachanger/scplan/testdata/comment_on:286:
ops [0 args]
COMMENT ON CONSTRAINT t1_amount_gt_10 ON db1.sc1.t1 IS NULL;
----
StatementPhase stage 1 of 1 with 1 MutationType op
transitions:
[[ConstraintComment:{DescID: 107, ConstraintID: 2, Comment: this is a rule}, ABSENT], PUBLIC] -> ABSENT
ops:
*scop.RemoveConstraintComment
ConstraintID: 2
TableID: 107
PreCommitPhase stage 1 of 2 with 1 MutationType op
transitions:
[[ConstraintComment:{DescID: 107, ConstraintID: 2, Comment: this is a rule}, ABSENT], ABSENT] -> PUBLIC
ops:
*scop.UndoAllInTxnImmediateMutationOpSideEffects
{}
PreCommitPhase stage 2 of 2 with 1 MutationType op
transitions:
[[ConstraintComment:{DescID: 107, ConstraintID: 2, Comment: this is a rule}, ABSENT], PUBLIC] -> ABSENT
ops:
*scop.RemoveConstraintComment
ConstraintID: 2
TableID: 107
Parameters:
attempt=1
race=true
run=2
shard=1
This test on roachdash | Improve this report!
Jira issue: CRDB-50585
Metadata
Metadata
Assignees
Labels
Broken test (automatically or manually discovered).Originated from a bot.SQL Foundations Team (formerly SQL Schema + SQL Sessions)Used to mark GA and release blockers, technical advisories, and bugs for 24.1Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.