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/importccl: TestImportRowLimit failed #60980

Closed
cockroach-teamcity opened this issue Feb 23, 2021 · 1 comment · Fixed by #60958
Closed

ccl/importccl: TestImportRowLimit failed #60980

cockroach-teamcity opened this issue Feb 23, 2021 · 1 comment · Fixed by #60958
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/importccl).TestImportRowLimit failed on master@2572200f7612c6508a52735a6a18767cfb7cc09d:

      /go/src/github.com/cockroachdb/cockroach/pkg/ccl/importccl/import_processor.go:110 +0xf2
  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/importccl.(*readImportDataProcessor).Run()
      <autogenerated>:1 +0x57
  github.com/cockroachdb/cockroach/pkg/sql/flowinfra.(*FlowBase).Run()
      /go/src/github.com/cockroachdb/cockroach/pkg/sql/flowinfra/flow.go:382 +0x2c6
  github.com/cockroachdb/cockroach/pkg/sql/rowflow.(*rowBasedFlow).Run()
      <autogenerated>:1 +0x84
  github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).Run()
      /go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:367 +0x7a7
  github.com/cockroachdb/cockroach/pkg/sql.DistIngest.func6()
      /go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_plan_csv.go:332 +0x1b2
  github.com/cockroachdb/cockroach/pkg/util/ctxgroup.Group.GoCtx.func1()
      /go/src/github.com/cockroachdb/cockroach/pkg/util/ctxgroup/ctxgroup.go:166 +0x4e
  golang.org/x/sync/errgroup.(*Group).Go.func1()
      /go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x94

Goroutine 272 (running) created at:
  golang.org/x/sync/errgroup.(*Group).Go()
      /go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x73
  github.com/cockroachdb/cockroach/pkg/util/ctxgroup.Group.GoCtx()
      /go/src/github.com/cockroachdb/cockroach/pkg/util/ctxgroup/ctxgroup.go:165 +0xe4
  github.com/cockroachdb/cockroach/pkg/ccl/importccl.runImport()
      /go/src/github.com/cockroachdb/cockroach/pkg/ccl/importccl/read_import_base.go:114 +0x848
  github.com/cockroachdb/cockroach/pkg/ccl/importccl.(*readImportDataProcessor).Start.func1()
      /go/src/github.com/cockroachdb/cockroach/pkg/ccl/importccl/import_processor.go:107 +0x199

Goroutine 108 (running) created at:
  golang.org/x/sync/errgroup.(*Group).Go()
      /go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x73
  github.com/cockroachdb/cockroach/pkg/util/ctxgroup.Group.GoCtx()
      /go/src/github.com/cockroachdb/cockroach/pkg/util/ctxgroup/ctxgroup.go:165 +0xe4
  github.com/cockroachdb/cockroach/pkg/sql.DistIngest()
      /go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_plan_csv.go:328 +0x128d
  github.com/cockroachdb/cockroach/pkg/ccl/importccl.(*importResumer).Resume()
      /go/src/github.com/cockroachdb/cockroach/pkg/ccl/importccl/import_stmt.go:1632 +0xe38
  github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).stepThroughStateMachine.func1()
      /go/src/github.com/cockroachdb/cockroach/pkg/jobs/registry.go:1170 +0x141
  github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).stepThroughStateMachine()
      /go/src/github.com/cockroachdb/cockroach/pkg/jobs/registry.go:1171 +0xa85
  github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).runJob()
      /go/src/github.com/cockroachdb/cockroach/pkg/jobs/adopt.go:250 +0x43e
  github.com/cockroachdb/cockroach/pkg/jobs.(*StartableJob).Start.func3()
      /go/src/github.com/cockroachdb/cockroach/pkg/jobs/jobs.go:867 +0x25c
  github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask.func1()
      /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:351 +0x149
==================
    testing.go:1038: race detected during execution of test
    --- FAIL: TestImportRowLimit/pgdump_single_table_with_insert (1.03s)

More

Parameters:

  • TAGS=
  • GOFLAGS=-race -parallel=4
make stressrace TESTS=TestImportRowLimit PKG=./pkg/ccl/importccl 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

#60958

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

Successfully merging a pull request may close this issue.

2 participants