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/pgrepl/pgrepl_test: TestReplicationConnect failed #122423

Closed
cockroach-teamcity opened this issue Apr 16, 2024 · 2 comments
Closed

pkg/sql/pgrepl/pgrepl_test: TestReplicationConnect failed #122423

cockroach-teamcity opened this issue Apr 16, 2024 · 2 comments
Labels
branch-master Failures on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-multitenant Issues owned by the multi-tenant virtual team
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Apr 16, 2024

pkg/sql/pgrepl/pgrepl_test.TestReplicationConnect failed on master @ 8daa6933836c8ce1108fb22bf6663117fc71599b:

Fatal error:

panic: test timed out after 16m37s
running tests:
	TestReplicationConnect (16m37s)

Stack:

goroutine 252301765 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x385
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x2d
Log preceding fatal error

=== RUN   TestReplicationConnect
    test_log_scope.go:170: test logs captured to: outputs.zip/logTestReplicationConnect626032369
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected a shared process virtual cluster under test; see comment at top of test_server_shim.go for details.

Parameters:

  • attempt=1
  • deadlock=true
  • run=1
  • shard=1
Help

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

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

Jira issue: CRDB-37877

@cockroach-teamcity cockroach-teamcity added branch-master Failures on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-queries SQL Queries Team labels Apr 16, 2024
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone Apr 16, 2024
@rytaft
Copy link
Collaborator

rytaft commented Apr 17, 2024

Deadlock:

goroutine 451460 [runnable]:
github.com/cockroachdb/cockroach/pkg/server.(*SQLServer).startTenantAutoUpgradeLoop.func1({0x682e2f8, 0xc002ff06f0})
	github.com/cockroachdb/cockroach/pkg/server/tenant_auto_upgrade.go:41 +0x106
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2()
	github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:485 +0x13a
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx in goroutine 317816
	github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:476 +0x3fe
goroutine 252301193 [runnable]:
github.com/sasha-s/go-deadlock.lock.func1()
	github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:182
created by github.com/sasha-s/go-deadlock.lock in goroutine 451460
	github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:182 +0x14d

@rytaft rytaft added T-multitenant Issues owned by the multi-tenant virtual team and removed T-sql-queries SQL Queries Team labels Apr 17, 2024
@rickystewart
Copy link
Collaborator

Probable tenant upgrade deadlock problem internal discussion. Pro-actively closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-multitenant Issues owned by the multi-tenant virtual team
Projects
None yet
Development

No branches or pull requests

3 participants