Skip to content

roachtest: clearrange/checks=true failed #43044

@cockroach-teamcity

Description

@cockroach-teamcity

SHA: https://github.com/cockroachdb/cockroach/commits/9ca6d845aa87e6f2d629b06b884df2498f203d4f

Parameters:

To repro, try:

# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=clearrange/checks=true PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1631719&tab=artifacts#/clearrange/checks=true

The test failed on branch=release-19.1, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20191207-1631719/clearrange/checks=true/run_1
	cluster.go:1783,clearrange.go:46,clearrange.go:32,test_runner.go:697: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1631719-1575702375-25-n10cpu4:1 -- ./cockroach workload fixtures import bank --payload-bytes=10240 --ranges=10 --rows=65104166 --seed=4 --db=bigbank returned:
		stderr:
		
		stdout:
		I191207 08:09:37.444235 1 ccl/workloadccl/cliccl/fixtures.go:324  starting import of 1 tables
		I191207 09:48:02.758671 24 ccl/workloadccl/fixture.go:516  imported bank (1h38m25s, 0 rows, 0 index entries, 0 B)
		Error: importing fixture: importing table bank: dial tcp 127.0.0.1:26257: connect: connection refused
		Error:  exit status 1
		: exit status 1

Metadata

Metadata

Assignees

Labels

C-test-failureBroken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.branch-masterFailures and bugs on the master branch.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions