Skip to content
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

pkg/sql/schemachanger/scplan/scplan_test: TestPlanDataDriven failed #95984

Closed
cockroach-teamcity opened this issue Jan 26, 2023 · 1 comment
Closed
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jan 26, 2023

pkg/sql/schemachanger/scplan/scplan_test.TestPlanDataDriven failed with artifacts on master @ 9caf75810ff7dbfa42d16b746c21c86bfa0c6324:

            [[IndexName:{DescID: 106, Name: idx, IndexID: 2}, ABSENT], PUBLIC] -> ABSENT
            [[View:{DescID: 107}, ABSENT], DROPPED] -> ABSENT
            [[IndexData:{DescID: 107, IndexID: 1}, ABSENT], PUBLIC] -> ABSENT
            [[TableData:{DescID: 107, ReferencedDescID: 100}, ABSENT], PUBLIC] -> ABSENT
          ops:
            *scop.CreateGCJobForTable
              DatabaseID: 100
              StatementForDropJob:
                Statement: DROP INDEX defaultdb.public.v2@idx CASCADE
              TableID: 107
            *scop.MakeWriteOnlyIndexDeleteOnly
              IndexID: 2
              TableID: 106
            *scop.SetIndexName
              IndexID: 2
              Name: crdb_internal_index_2_name_placeholder
              TableID: 106
            *scop.CreateGCJobForIndex
              IndexID: 1
              StatementForDropJob:
                Statement: DROP INDEX defaultdb.public.v2@idx CASCADE
              TableID: 107
            *scop.SetJobStateOnDescriptor
              DescriptorID: 106
            *scop.UpdateSchemaChangerJob
              DescriptorIDsToRemove:
              - 107
              IsNonCancelable: true
              JobID: 1
        PostCommitNonRevertiblePhase stage 2 of 2 with 4 MutationType ops
          transitions:
            [[SecondaryIndex:{DescID: 106, IndexID: 2, ConstraintID: 0}, ABSENT], DELETE_ONLY] -> ABSENT
            [[IndexData:{DescID: 106, IndexID: 2}, ABSENT], PUBLIC] -> ABSENT
          ops:
            *scop.MakeIndexAbsent
              IndexID: 2
              TableID: 106
            *scop.CreateGCJobForIndex
              IndexID: 2
              StatementForDropJob:
                Statement: DROP INDEX defaultdb.public.v2@idx CASCADE
              TableID: 106
            *scop.RemoveJobStateFromDescriptor
              DescriptorID: 106
              JobID: 1
            *scop.UpdateSchemaChangerJob
              DescriptorIDsToRemove:
              - 106
              IsNonCancelable: true
              JobID: 1

Parameters: TAGS=bazel,gss,race

Help

See also: How To Investigate a Go Test Failure (internal)

/cc @cockroachdb/sql-schema

This test on roachdash | Improve this report!

Jira issue: CRDB-23879

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Jan 26, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Jan 26, 2023
@blathers-crl blathers-crl bot added the T-sql-schema-deprecated Use T-sql-foundations instead label Jan 26, 2023
@yuzefovich
Copy link
Member

dup of #95937

@exalate-issue-sync exalate-issue-sync bot added T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) and removed T-sql-schema-deprecated Use T-sql-foundations instead labels May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

No branches or pull requests

2 participants