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

server: TestClusterConnectivity failed #130415

Closed
cockroach-teamcity opened this issue Sep 10, 2024 · 1 comment
Closed

server: TestClusterConnectivity failed #130415

cockroach-teamcity opened this issue Sep 10, 2024 · 1 comment
Labels
branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.1 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-server-and-security DB Server & Security
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Sep 10, 2024

server.TestClusterConnectivity failed with artifacts on release-23.1 @ 0acf5d4b892c20c99e2703f090a204256fd219a9:

      github.com/cockroachdb/cockroach/pkg/server/server.go:1874 +0x491c
  github.com/cockroachdb/cockroach/pkg/server.(*TestServer).Start()
      github.com/cockroachdb/cockroach/pkg/server/testserver.go:617 +0x8f
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).startServer()
      github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:599 +0xd4
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).Start.func1()
      github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:402 +0x11e
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).Start.func4()
      github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:403 +0x47

Goroutine 943732 (running) created at:
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).Start()
      github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:401 +0x791
  github.com/cockroachdb/cockroach/pkg/server_test.TestClusterConnectivity.func2()
      github.com/cockroachdb/cockroach/pkg/server_test/pkg/server/connectivity_test.go:287 +0x7e7
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.NewTestCluster()
      github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:345 +0xf90
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.NewTestCluster()
      github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:345 +0xf90
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.NewTestCluster()
      github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:345 +0xf90
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.NewTestCluster()
      github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:345 +0xf90
  github.com/cockroachdb/cockroach/pkg/server_test.TestClusterConnectivity.func2()
      github.com/cockroachdb/cockroach/pkg/server_test/pkg/server/connectivity_test.go:198 +0x585
  testing.tRunner()
      GOROOT/src/testing/testing.go:1446 +0x216
  testing.(*T).Run.func1()
      GOROOT/src/testing/testing.go:1493 +0x47

Goroutine 943734 (running) created at:
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).Start()
      github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:401 +0x791
  github.com/cockroachdb/cockroach/pkg/server_test.TestClusterConnectivity.func2()
      github.com/cockroachdb/cockroach/pkg/server_test/pkg/server/connectivity_test.go:287 +0x7e7
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.NewTestCluster()
      github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:345 +0xf90
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.NewTestCluster()
      github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:345 +0xf90
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.NewTestCluster()
      github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:345 +0xf90
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.NewTestCluster()
      github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:345 +0xf90
  github.com/cockroachdb/cockroach/pkg/server_test.TestClusterConnectivity.func2()
      github.com/cockroachdb/cockroach/pkg/server_test/pkg/server/connectivity_test.go:198 +0x585
  testing.tRunner()
      GOROOT/src/testing/testing.go:1446 +0x216
  testing.(*T).Run.func1()
      GOROOT/src/testing/testing.go:1493 +0x47
==================

Parameters:

  • TAGS=bazel,gss,race
Help

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

Same failure on other branches

/cc @cockroachdb/server

This test on roachdash | Improve this report!

Jira issue: CRDB-42046

@cockroach-teamcity cockroach-teamcity added branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.1 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. labels Sep 10, 2024
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Sep 10, 2024
@blathers-crl blathers-crl bot added the T-server-and-security DB Server & Security label Sep 10, 2024
@spilchen
Copy link
Contributor

Closed as this was fixed in #130502

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.1 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-server-and-security DB Server & Security
Projects
None yet
Development

No branches or pull requests

2 participants