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/catalog/systemschema_test/systemschema_test_test: TestValidateSystemSchemaAfterBootStrap failed #95951

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/catalog/systemschema_test/systemschema_test_test.TestValidateSystemSchemaAfterBootStrap failed with artifacts on master @ 9caf75810ff7dbfa42d16b746c21c86bfa0c6324:

      github.com/cockroachdb/cockroach/pkg/util/contextutil/context.go:104 +0x1a9
  github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache.tryLookupImpl()
      github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache/range_cache.go:917 +0x1a8
  github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache.(*RangeCache).tryLookup.func3()
      github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache/range_cache.go:815 +0xd9
  github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).doCall.func1()
      github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:387 +0x51
  github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTask()
      github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:305 +0x147
  github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).doCall()
      github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:386 +0x2a4
  github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).DoChan.func1()
      github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:356 +0xd0

Goroutine 1989 (running) created at:
  github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).runWithEx()
      github.com/cockroachdb/cockroach/pkg/sql/internal.go:172 +0x344
  github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).execInternal()
      github.com/cockroachdb/cockroach/pkg/sql/internal.go:903 +0xf76
  github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).QueryIteratorEx()
      github.com/cockroachdb/cockroach/pkg/sql/internal.go:722 +0x2ac
  github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).QueryIterator()
      github.com/cockroachdb/cockroach/pkg/sql/internal.go:708 +0x186
  github.com/cockroachdb/cockroach/pkg/sql.(*internalTxn).QueryIterator()
      <autogenerated>:1 +0xe6
  github.com/cockroachdb/cockroach/pkg/sql.selectComment()
      github.com/cockroachdb/cockroach/pkg/sql/show_create_clauses.go:60 +0x136
  github.com/cockroachdb/cockroach/pkg/sql.ShowCreateTable()
      github.com/cockroachdb/cockroach/pkg/sql/show_create.go:191 +0xad9
  github.com/cockroachdb/cockroach/pkg/sql.glob..func63()
      github.com/cockroachdb/cockroach/pkg/sql/crdb_internal.go:3109 +0x88d
  github.com/cockroachdb/cockroach/pkg/sql.makeAllRelationsVirtualTableWithDescriptorIDIndex.func1.1()
      github.com/cockroachdb/cockroach/pkg/sql/pg_catalog.go:1105 +0x14a
  github.com/cockroachdb/cockroach/pkg/sql.forEachTableDescWithTableLookupInternalFromDescriptors.func1()
      github.com/cockroachdb/cockroach/pkg/sql/information_schema.go:2576 +0x26a
  github.com/cockroachdb/cockroach/pkg/sql.forEachTableDescWithTableLookupInternalFromDescriptors()
      github.com/cockroachdb/cockroach/pkg/sql/information_schema.go:2586 +0x1dc
  github.com/cockroachdb/cockroach/pkg/sql.forEachTableDescWithTableLookupInternal()
      github.com/cockroachdb/cockroach/pkg/sql/information_schema.go:2514 +0x25e
  github.com/cockroachdb/cockroach/pkg/sql.forEachTableDescWithTableLookup()
      github.com/cockroachdb/cockroach/pkg/sql/information_schema.go:2485 +0x156
  github.com/cockroachdb/cockroach/pkg/sql.makeAllRelationsVirtualTableWithDescriptorIDIndex.func1()
      github.com/cockroachdb/cockroach/pkg/sql/pg_catalog.go:1103 +0x157
  github.com/cockroachdb/cockroach/pkg/sql.(*virtualDefEntry).getPlanInfo.func1.1()
      github.com/cockroachdb/cockroach/pkg/sql/virtual_schema.go:639 +0x245
  github.com/cockroachdb/cockroach/pkg/sql.setupGenerator.func3()
      github.com/cockroachdb/cockroach/pkg/sql/virtual_table.go:127 +0x169
  github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2()
      github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:470 +0x1f6
==================

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

@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