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

sql/sem/builtins: TestCrdbInternalDatumsToBytes failed #95974

Closed
cockroach-teamcity opened this issue Jan 26, 2023 · 1 comment
Closed

sql/sem/builtins: TestCrdbInternalDatumsToBytes failed #95974

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

sql/sem/builtins.TestCrdbInternalDatumsToBytes failed with artifacts on master @ 9caf75810ff7dbfa42d16b746c21c86bfa0c6324:

  github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache.(*RangeCache).performRangeLookup()
      github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache/range_cache.go:1032 +0x3fe
  github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache.tryLookupImpl.func1()
      github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache/range_cache.go:920 +0xc5
  github.com/cockroachdb/cockroach/pkg/util/contextutil.RunWithTimeout()
      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 1885 (running) created at:
  github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommandsAsync()
      github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:644 +0x3c4
  github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).serveImpl()
      github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:368 +0xd15
  github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).serveConn()
      github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:177 +0x48c
  github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn()
      github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:774 +0xc0a
  github.com/cockroachdb/cockroach/pkg/server.(*systemServerWrapper).serveConn()
      github.com/cockroachdb/cockroach/pkg/server/server_controller.go:755 +0x1fa
  github.com/cockroachdb/cockroach/pkg/server.(*serverController).sqlMux()
      github.com/cockroachdb/cockroach/pkg/server/server_controller.go:592 +0x4dc
  github.com/cockroachdb/cockroach/pkg/server.(*serverController).sqlMux-fm()
      <autogenerated>:1 +0xc7
  github.com/cockroachdb/cockroach/pkg/server.startServeSQL.func1.1()
      github.com/cockroachdb/cockroach/pkg/server/server_sql.go:1610 +0x2eb
  github.com/cockroachdb/cockroach/pkg/util/netutil.(*TCPServer).ServeWith.func1()
      github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:188 +0x111
  github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2()
      github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:470 +0x1f6
==================
=== RUN   TestCrdbInternalDatumsToBytes/single_type_and_nulls/INT2
I230126 10:57:15.138541 1672 5@util/log/event_log.go:32  [T1,n1,client=127.0.0.1:35078,user=root] 121 ={"Timestamp":1674730635122153441,"EventType":"create_table","Statement":"CREATE TABLE defaultdb.public.\"TestCrdbInternalDatumsToBytes/single_type_and_nulls/INT2\" (c0 INT2, UNIQUE WITHOUT INDEX (c0))","Tag":"CREATE TABLE","User":"root","DescriptorID":104,"TableName":"defaultdb.public.\"TestCrdbInternalDatumsToBytes/single_type_and_nulls/INT2\""}
=== RUN   TestCrdbInternalDatumsToBytes/single_type_and_nulls/STRING
I230126 10:57:15.623765 1709 5@util/log/event_log.go:32  [T1,n1,client=127.0.0.1:35108,user=root] 128 ={"Timestamp":1674730635608147465,"EventType":"create_table","Statement":"CREATE TABLE defaultdb.public.\"TestCrdbInternalDatumsToBytes/single_type_and_nulls/STRING\" (c0 STRING, UNIQUE WITHOUT INDEX (c0))","Tag":"CREATE TABLE","User":"root","DescriptorID":109,"TableName":"defaultdb.public.\"TestCrdbInternalDatumsToBytes/single_type_and_nulls/STRING\""}
=== RUN   TestCrdbInternalDatumsToBytes/single_type_and_nulls
=== RUN   TestCrdbInternalDatumsToBytes/single_type_and_nulls/FLOAT4
I230126 10:57:15.434397 1705 5@util/log/event_log.go:32  [T1,n1,client=127.0.0.1:35094,user=root] 124 ={"Timestamp":1674730635419241213,"EventType":"create_table","Statement":"CREATE TABLE defaultdb.public.\"TestCrdbInternalDatumsToBytes/single_type_and_nulls/FLOAT4\" (c0 FLOAT4, UNIQUE WITHOUT INDEX (c0))","Tag":"CREATE TABLE","User":"root","DescriptorID":107,"TableName":"defaultdb.public.\"TestCrdbInternalDatumsToBytes/single_type_and_nulls/FLOAT4\""}
I230126 10:57:15.468698 119 1@gossip/gossip.go:1419  [T1,n1] 125  node has connected to cluster via gossip
I230126 10:57:15.469279 119 kv/kvserver/stores.go:281  [T1,n1] 126  wrote 0 node addresses to persistent storage

Parameters: TAGS=bazel,gss,race

Help

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

/cc @cockroachdb/sql-sessions

This test on roachdash | Improve this report!

Jira issue: CRDB-23869

@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-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Jan 26, 2023
@yuzefovich
Copy link
Member

dup of #95937

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