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/backupccl: TestSplitAndScatterProcessor failed #60991

Closed
cockroach-teamcity opened this issue Feb 23, 2021 · 1 comment
Closed

ccl/backupccl: TestSplitAndScatterProcessor failed #60991

cockroach-teamcity opened this issue Feb 23, 2021 · 1 comment
Assignees
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.

Comments

@cockroach-teamcity
Copy link
Member

(ccl/backupccl).TestSplitAndScatterProcessor failed on master@2572200f7612c6508a52735a6a18767cfb7cc09d:

      /go/src/github.com/cockroachdb/cockroach/pkg/ccl/backupccl/split_and_scatter_processor.go:216 +0x114
  github.com/cockroachdb/cockroach/pkg/sql/execinfra.(*ProcessorBase).Run()
      /go/src/github.com/cockroachdb/cockroach/pkg/sql/execinfra/processorsbase.go:764 +0x8e
  github.com/cockroachdb/cockroach/pkg/ccl/backupccl.TestSplitAndScatterProcessor.func1()
      /go/src/github.com/cockroachdb/cockroach/pkg/ccl/backupccl/split_and_scatter_processor_test.go:283 +0x124f
  testing.tRunner()
      /usr/local/go/src/testing/testing.go:1123 +0x202

Goroutine 1154 (running) created at:
  github.com/cockroachdb/cockroach/pkg/ccl/backupccl.(*splitAndScatterProcessor).Start()
      /go/src/github.com/cockroachdb/cockroach/pkg/ccl/backupccl/split_and_scatter_processor.go:206 +0xa4
  github.com/cockroachdb/cockroach/pkg/sql/execinfra.(*ProcessorBase).Run()
      /go/src/github.com/cockroachdb/cockroach/pkg/sql/execinfra/processorsbase.go:764 +0x8e
  github.com/cockroachdb/cockroach/pkg/ccl/backupccl.TestSplitAndScatterProcessor.func1()
      /go/src/github.com/cockroachdb/cockroach/pkg/ccl/backupccl/split_and_scatter_processor_test.go:283 +0x124f
  testing.tRunner()
      /usr/local/go/src/testing/testing.go:1123 +0x202

Goroutine 334 (running) created at:
  testing.(*T).Run()
      /usr/local/go/src/testing/testing.go:1168 +0x5bb
  github.com/cockroachdb/cockroach/pkg/ccl/backupccl.TestSplitAndScatterProcessor()
      /go/src/github.com/cockroachdb/cockroach/pkg/ccl/backupccl/split_and_scatter_processor_test.go:213 +0x2d14
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).Start()
      /go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:295 +0x2dc
  github.com/cockroachdb/cockroach/pkg/server.(*Server).Start()
      /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:1079 +0x50
  github.com/cockroachdb/cockroach/pkg/server.(*TestServer).Start()
      /go/src/github.com/cockroachdb/cockroach/pkg/server/testserver.go:461 +0x12c
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).startServer()
      /go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:465 +0x140
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).Start()
      /go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:295 +0x2dc
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.StartTestCluster()
      /go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:175 +0x10a
  github.com/cockroachdb/cockroach/pkg/ccl/backupccl.TestSplitAndScatterProcessor()
      /go/src/github.com/cockroachdb/cockroach/pkg/ccl/backupccl/split_and_scatter_processor_test.go:60 +0x137
  testing.tRunner()
      /usr/local/go/src/testing/testing.go:1123 +0x202
==================
I210223 06:28:23.851724 586666 ccl/backupccl/split_and_scatter_processor.go:322  [-] 674  processing a chunk
I210223 06:28:23.852033 586666 ccl/backupccl/split_and_scatter_processor.go:324  [-] 675  processing a span ["a","b")
I210223 06:28:23.852507 586666 ccl/backupccl/split_and_scatter_processor.go:324  [-] 676  processing a span ["c","d")
I210223 06:28:23.853059 586666 ccl/backupccl/split_and_scatter_processor.go:324  [-] 677  processing a span ["e","f")
I210223 06:28:23.853573 586666 ccl/backupccl/split_and_scatter_processor.go:324  [-] 678  processing a span ["g","h")
I210223 06:28:23.854057 586666 ccl/backupccl/split_and_scatter_processor.go:324  [-] 679  processing a span ["i","j")
I210223 06:28:23.854528 586666 ccl/backupccl/split_and_scatter_processor.go:324  [-] 680  processing a span ["k","l")
I210223 06:28:23.854802 586666 ccl/backupccl/split_and_scatter_processor.go:324  [-] 681  processing a span ["m","n")
    testing.go:1038: race detected during execution of test
    --- FAIL: TestSplitAndScatterProcessor/4-streams/1-chunks (0.01s)

More

Parameters:

  • TAGS=
  • GOFLAGS=-race -parallel=4
make stressrace TESTS=TestSplitAndScatterProcessor PKG=./pkg/ccl/backupccl TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@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 23, 2021
@pbardea
Copy link
Contributor

pbardea commented Feb 23, 2021

Fixed by #60958.

@pbardea pbardea closed this as completed Mar 3, 2021
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.
Projects
None yet
Development

No branches or pull requests

2 participants