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/scbuild/scbuild_test: TestBuildDataDriven failed #95969

Closed
cockroach-teamcity opened this issue Jan 26, 2023 · 1 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)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jan 26, 2023

pkg/sql/schemachanger/scbuild/scbuild_test.TestBuildDataDriven failed with artifacts on master @ 9caf75810ff7dbfa42d16b746c21c86bfa0c6324:

          {columnId: 2, name: rowid, tableId: 105}
        - [[ColumnType:{DescID: 105, ColumnFamilyID: 0, ColumnID: 2}, ABSENT], PUBLIC]
          {columnId: 2, tableId: 105, type: {family: IntFamily, oid: 20, width: 64}}
        - [[ColumnDefaultExpression:{DescID: 105, ColumnID: 2}, ABSENT], PUBLIC]
          {columnId: 2, expr: unique_rowid(), tableId: 105}
        - [[IndexColumn:{DescID: 105, ColumnID: 2, IndexID: 1}, ABSENT], PUBLIC]
          {columnId: 2, indexId: 1, tableId: 105}
        - [[IndexColumn:{DescID: 105, ColumnID: 1, IndexID: 1}, ABSENT], PUBLIC]
          {columnId: 1, indexId: 1, kind: STORED, tableId: 105}
        - [[PrimaryIndex:{DescID: 105, IndexID: 1, ConstraintID: 1}, ABSENT], PUBLIC]
          {constraintId: 1, indexId: 1, isUnique: true, tableId: 105}
        - [[IndexName:{DescID: 105, Name: bar_pkey, IndexID: 1}, ABSENT], PUBLIC]
          {indexId: 1, name: bar_pkey, tableId: 105}
        - [[IndexData:{DescID: 105, IndexID: 1}, ABSENT], PUBLIC]
          {indexId: 1, tableId: 105}
        - [[PrimaryIndex:{DescID: 105, IndexID: 2, ConstraintID: 2, TemporaryIndexID: 3, SourceIndexID: 1}, TRANSIENT_ABSENT], ABSENT]
          {constraintId: 2, indexId: 2, isUnique: true, sourceIndexId: 1, tableId: 105, temporaryIndexId: 3}
        - [[IndexName:{DescID: 105, Name: bar_pkey, IndexID: 2}, TRANSIENT_ABSENT], ABSENT]
          {indexId: 2, name: bar_pkey, tableId: 105}
        - [[IndexColumn:{DescID: 105, ColumnID: 1, IndexID: 2}, TRANSIENT_ABSENT], ABSENT]
          {columnId: 1, indexId: 2, tableId: 105}
        - [[IndexColumn:{DescID: 105, ColumnID: 2, IndexID: 2}, TRANSIENT_ABSENT], ABSENT]
          {columnId: 2, indexId: 2, kind: STORED, tableId: 105}
        - [[IndexData:{DescID: 105, IndexID: 2}, TRANSIENT_ABSENT], ABSENT]
          {indexId: 2, tableId: 105}
        - [[TemporaryIndex:{DescID: 105, IndexID: 3, ConstraintID: 3, SourceIndexID: 1}, TRANSIENT_ABSENT], ABSENT]
          {constraintId: 3, indexId: 3, isUnique: true, sourceIndexId: 1, tableId: 105}
        - [[IndexColumn:{DescID: 105, ColumnID: 1, IndexID: 3}, TRANSIENT_ABSENT], ABSENT]
          {columnId: 1, indexId: 3, tableId: 105}
        - [[IndexColumn:{DescID: 105, ColumnID: 2, IndexID: 3}, TRANSIENT_ABSENT], ABSENT]
          {columnId: 2, indexId: 3, kind: STORED, tableId: 105}
        - [[IndexData:{DescID: 105, IndexID: 3}, TRANSIENT_ABSENT], ABSENT]
          {indexId: 3, tableId: 105}
        - [[PrimaryIndex:{DescID: 105, IndexID: 4, ConstraintID: 4, TemporaryIndexID: 5, SourceIndexID: 2}, PUBLIC], ABSENT]
          {constraintId: 4, indexId: 4, isUnique: true, sourceIndexId: 2, tableId: 105, temporaryIndexId: 5}
        - [[IndexName:{DescID: 105, Name: bar_pkey, IndexID: 4}, PUBLIC], ABSENT]
          {indexId: 4, name: bar_pkey, tableId: 105}
        - [[IndexColumn:{DescID: 105, ColumnID: 1, IndexID: 4}, PUBLIC], ABSENT]
          {columnId: 1, indexId: 4, tableId: 105}
        - [[IndexData:{DescID: 105, IndexID: 4}, PUBLIC], ABSENT]
          {indexId: 4, tableId: 105}
        - [[TemporaryIndex:{DescID: 105, IndexID: 5, ConstraintID: 5, SourceIndexID: 2}, TRANSIENT_ABSENT], ABSENT]
          {constraintId: 5, indexId: 5, isUnique: true, sourceIndexId: 2, tableId: 105}
        - [[IndexColumn:{DescID: 105, ColumnID: 1, IndexID: 5}, TRANSIENT_ABSENT], ABSENT]
          {columnId: 1, indexId: 5, tableId: 105}
        - [[IndexData:{DescID: 105, IndexID: 5}, TRANSIENT_ABSENT], ABSENT]
          {indexId: 5, tableId: 105}
=== RUN   TestBuildDataDriven/alter_table_drop_column
=== RUN   TestBuildDataDriven/comment_on
=== RUN   TestBuildDataDriven/alter_table_add_column

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-23864

@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