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

ccl/streamingccl/streamingest: TestAlterTenantFailUpdatingCutoverTime failed #131163

Closed
cockroach-teamcity opened this issue Sep 22, 2024 · 0 comments
Assignees
Labels
branch-release-23.2.12-rc C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. P-3 Issues/test failures with no fix SLA T-disaster-recovery
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Sep 22, 2024

ccl/streamingccl/streamingest.TestAlterTenantFailUpdatingCutoverTime failed with artifacts on release-23.2.12-rc @ 776f2ceffbdec6b2e46407aff9e004338831a4b8:

      github.com/cockroachdb/cockroach/pkg/server/server_sql.go:1713 +0x26cf
  github.com/cockroachdb/cockroach/pkg/server.(*topLevelServer).PreStart()
      github.com/cockroachdb/cockroach/pkg/server/server.go:2064 +0x5844
  github.com/cockroachdb/cockroach/pkg/server.(*testServer).PreStart()
      github.com/cockroachdb/cockroach/pkg/server/testserver.go:807 +0xe4
  github.com/cockroachdb/cockroach/pkg/testutils/serverutils.(*wrap).PreStart()
      github.com/cockroachdb/cockroach/bazel-out/k8-fastbuild/bin/pkg/testutils/serverutils/ts_control_forwarder_generated.go:20 +0x73
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).Start()
      github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:408 +0x57e
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.StartTestCluster()
      github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:237 +0xa4
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.StartTestCluster()
      github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:236 +0x84
  github.com/cockroachdb/cockroach/pkg/ccl/streamingccl/replicationtestutils.startC2CTestCluster()
      github.com/cockroachdb/cockroach/pkg/ccl/streamingccl/replicationtestutils/testutils.go:370 +0x28f
  github.com/cockroachdb/cockroach/pkg/ccl/streamingccl/replicationtestutils.CreateTenantStreamingClusters.func1()
      github.com/cockroachdb/cockroach/pkg/ccl/streamingccl/replicationtestutils/testutils.go:424 +0x19a
  github.com/cockroachdb/cockroach/pkg/ccl/streamingccl/replicationtestutils.CreateTenantStreamingClusters.Group.GoCtx.func4()
      github.com/cockroachdb/cockroach/pkg/util/ctxgroup/ctxgroup.go:168 +0x46
  golang.org/x/sync/errgroup.(*Group).Go.func1()
      golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:78 +0x97

Goroutine 49365 (running) created at:
  golang.org/x/sync/errgroup.(*Group).Go()
      golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:75 +0x124
  github.com/cockroachdb/cockroach/pkg/util/ctxgroup.Group.GoCtx()
      github.com/cockroachdb/cockroach/pkg/util/ctxgroup/ctxgroup.go:167 +0x8cc
  github.com/cockroachdb/cockroach/pkg/ccl/streamingccl/replicationtestutils.CreateTenantStreamingClusters()
      github.com/cockroachdb/cockroach/pkg/ccl/streamingccl/replicationtestutils/testutils.go:430 +0x635
  github.com/cockroachdb/cockroach/pkg/ccl/streamingccl/streamingest.TestAlterTenantFailUpdatingCutoverTime()
      github.com/cockroachdb/cockroach/pkg/ccl/streamingccl/streamingest/alter_replication_job_test.go:229 +0x464
  testing.tRunner()
      GOROOT/src/testing/testing.go:1595 +0x261
  testing.(*T).Run.func1()
      GOROOT/src/testing/testing.go:1648 +0x44

Goroutine 49364 (running) created at:
  golang.org/x/sync/errgroup.(*Group).Go()
      golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:75 +0x124
  github.com/cockroachdb/cockroach/pkg/util/ctxgroup.Group.GoCtx()
      github.com/cockroachdb/cockroach/pkg/util/ctxgroup/ctxgroup.go:167 +0x5a4
  github.com/cockroachdb/cockroach/pkg/ccl/streamingccl/replicationtestutils.CreateTenantStreamingClusters()
      github.com/cockroachdb/cockroach/pkg/ccl/streamingccl/replicationtestutils/testutils.go:422 +0x2bf
  github.com/cockroachdb/cockroach/pkg/ccl/streamingccl/streamingest.TestAlterTenantFailUpdatingCutoverTime()
      github.com/cockroachdb/cockroach/pkg/ccl/streamingccl/streamingest/alter_replication_job_test.go:229 +0x464
  testing.tRunner()
      GOROOT/src/testing/testing.go:1595 +0x261
  testing.(*T).Run.func1()
      GOROOT/src/testing/testing.go:1648 +0x44
==================

Parameters:

  • TAGS=bazel,gss
  • stress=true
Help

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

/cc @cockroachdb/disaster-recovery

This test on roachdash | Improve this report!

Jira issue: CRDB-42419

@cockroach-teamcity cockroach-teamcity added branch-release-23.2.12-rc 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-disaster-recovery labels Sep 22, 2024
@cockroach-teamcity cockroach-teamcity added this to the 23.2 milestone Sep 22, 2024
@exalate-issue-sync exalate-issue-sync bot added the P-3 Issues/test failures with no fix SLA label Sep 23, 2024
@msbutler msbutler removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-23.2.12-rc C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. P-3 Issues/test failures with no fix SLA T-disaster-recovery
Projects
None yet
Development

No branches or pull requests

2 participants