-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: backup2TB/n10cpu4 failed #37384
Copy link
Copy link
Closed
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.Originated from a bot.
Milestone
Description
SHA: https://github.com/cockroachdb/cockroach/commits/d554884a4e474cc06213230d5ba7d757a88e9e46
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=backup2TB/n10cpu4 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1279548&tab=buildLog
The test failed on branch=release-2.1, cloud=gce:
cluster.go:1474,backup.go:52,test.go:1251: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1279548-backup2tb-n10cpu4:1 -- ./workload fixtures import bank --db=bank --payload-bytes=10240 --ranges=0 --csv-server http://localhost:8081 --rows=65104166 --seed=1 {pgurl:1} returned:
stderr:
stdout:
I190508 00:04:03.136281 1 ccl/workloadccl/cliccl/fixtures.go:331 starting import of 1 tables
Error: importing fixture: importing table bank: dial tcp 10.128.15.206:26257: connect: connection refused
Error: exit status 1
: exit status 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.Originated from a bot.