Skip to content

roachtest: cdc/ledger/rangefeed=true failed #39018

@cockroach-teamcity

Description

@cockroach-teamcity

SHA: https://github.com/cockroachdb/cockroach/commits/1ad0ecc8cbddf82c9fedb5a5c5e533e72a657ff7

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=cdc/ledger/rangefeed=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=1399000&tab=buildLog

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190722-1399000/cdc/ledger/rangefeed=true/run_1
	cluster.go:1726,cdc.go:767,cdc.go:150,cluster.go:2069,errgroup.go:57: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1563776264-11-n4cpu16:4 -- ./workload run ledger --mix=balance=0,withdrawal=50,deposit=50,reversal=0 {pgurl:1-3} --duration=30m returned:
		stderr:
		
		stdout:
		 0.0 withdrawal
		  22m33s        0            0.0          689.3      0.0      0.0      0.0      0.0 deposit
		  22m33s        0            0.0          689.3      0.0      0.0      0.0      0.0 withdrawal
		  22m34s        0            1.0          688.8   7784.6   7784.6   7784.6   7784.6 deposit
		  22m34s        0            0.0          688.8      0.0      0.0      0.0      0.0 withdrawal
		  22m35s        0           10.0          688.3    486.5   9663.7   9663.7   9663.7 deposit
		  22m35s        0            7.0          688.3   9126.8   9663.7   9663.7   9663.7 withdrawal
		  22m36s        0          198.0          687.9     14.7    125.8    503.3    570.4 deposit
		  22m36s        0          188.0          688.0     14.2     56.6    113.2    570.4 withdrawal
		  22m37s        0          321.0          687.7     14.7     24.1     33.6     58.7 deposit
		  22m37s        0          315.0          687.7     14.2     24.1     27.3     30.4 withdrawal
		Error: error in withdrawal: driver: bad connection
		Error:  exit status 1
		: exit status 1
	cluster.go:2090,cdc.go:224,cdc.go:566,test_runner.go:691: Goexit() was called

Metadata

Metadata

Assignees

Labels

C-test-failureBroken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions