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: TestCrdbInternalDatumsToBytesIllegalType failed #76724

Closed
cockroach-teamcity opened this issue Feb 17, 2022 · 1 comment · Fixed by #76825
Closed

sql/sem/builtins: TestCrdbInternalDatumsToBytesIllegalType failed #76724

cockroach-teamcity opened this issue Feb 17, 2022 · 1 comment · Fixed by #76825
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)

Comments

@cockroach-teamcity
Copy link
Member

sql/sem/builtins.TestCrdbInternalDatumsToBytesIllegalType failed with artifacts on master @ a83b43c5e4a270ef233a55cf920d2a1ca9aa6d68:

=== RUN   TestCrdbInternalDatumsToBytesIllegalType/'{"a":_1}'::JSONB
Help

See also: How To Investigate a Go Test Failure (internal)
Parameters in this failure:

  • TAGS=bazel,gss,deadlock

/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

@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 Feb 17, 2022
@blathers-crl blathers-crl bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Feb 17, 2022
@rafiss
Copy link
Collaborator

rafiss commented Feb 17, 2022

This is the same error that appeared in #76655 (comment)

panic: unexpected Stopped processor

goroutine 3248761 [running]:
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).registerWithRangefeedRaftMuLocked(0xc003fa7500, {0x501eeb8, 0xc010b5bef0}, {{0xc0042b22a0, 0x1, 0x8}, {0xc0042b22a8, 0x1, 0x8}}, {0x16d48b8b7aec3d89, ...}, ...)
	github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/replica_rangefeed.go:417 +0x798
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).rangeFeedWithRangeID(0xc003fa7500, 0x2c, 0xc006470900, {0x507b6b0, 0xc004e88920})
	github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/replica_rangefeed.go:240 +0x605
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).RangeFeed(...)
	github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/replica_rangefeed.go:148
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Store).RangeFeed(0xc004642000, 0xc006470900, {0x507b6b0, 0xc004e88920})
	github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/store.go:3036 +0xdc
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Stores).RangeFeed(0xc00a7fee90, 0xc006470900, {0x507b6b0, 0xc004e88920})
	github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/stores.go:216 +0xe8
github.com/cockroachdb/cockroach/pkg/server.(*Node).RangeFeed(0x507b6b0, 0x501eeb8, {0x507b6b0, 0xc004e88920})
	github.com/cockroachdb/cockroach/pkg/server/node.go:1194 +0x38
github.com/cockroachdb/cockroach/pkg/rpc.internalClientAdapter.RangeFeed.func1()
	github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:702 +0xeb
created by github.com/cockroachdb/cockroach/pkg/rpc.internalClientAdapter.RangeFeed
	github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:699 +0x1cf
I220217 10:19:55.175293 1 (gostd) testmain.go:316  [-] 1  Test //pkg/sql/sem/builtins:builtins_test exited with error code 2

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
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants