-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: scrub/all-checks/tpcc/w=1000 failed #37017
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/46f8608c4fe2d94b771beb37bcee19136040fd74
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=scrub/all-checks/tpcc/w=1000 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1253450&tab=buildLog
The test failed on master:
scrub.go:83,cluster.go:1667,errgroup.go:57: pq: communication error: rpc error: code = Canceled desc = context canceled
cluster.go:1329,tpcc.go:168,cluster.go:1667,errgroup.go:57: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1253450-scrub-all-checks-tpcc-w-1000:5 -- ./workload run tpcc --warehouses=1000 --histograms=logs/stats.json --wait=false --tolerate-errors --ramp=5m0s --duration=2h0m0s {pgurl:1-4} returned:
stderr:
stdout:
4129 0.0 0.0 0.0 0.0 0.0 0.0 stockLevel
14m6s 4129 0.0 0.0 0.0 0.0 0.0 0.0 delivery
14m6s 4129 0.0 0.0 0.0 0.0 0.0 0.0 newOrder
14m6s 4129 0.0 0.2 0.0 0.0 0.0 0.0 orderStatus
14m6s 4129 0.0 0.1 0.0 0.0 0.0 0.0 payment
14m6s 4129 0.0 0.0 0.0 0.0 0.0 0.0 stockLevel
14m7s 4129 0.0 0.0 0.0 0.0 0.0 0.0 delivery
14m7s 4129 0.0 0.0 0.0 0.0 0.0 0.0 newOrder
14m7s 4129 0.0 0.2 0.0 0.0 0.0 0.0 orderStatus
14m7s 4129 0.0 0.1 0.0 0.0 0.0 0.0 payment
14m7s 4129 0.0 0.0 0.0 0.0 0.0 0.0 stockLevel
: signal: killed
cluster.go:1688,tpcc.go:178,scrub.go:58,test.go:1237: Goexit() was called
test.go:1225: test timed out (11h47m9.981301635s)
test.go:995,asm_amd64.s:523,panic.go:513,log.go:219,cluster.go:1020,context.go:89,cluster.go:1008,test.go:1191,asm_amd64.s:522,panic.go:397,test.go:785,test.go:771,cluster.go:1688,tpcc.go:178,scrub.go:58,test.go:1237: write /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190422-1253450/scrub/all-checks/tpcc/w=1000/test.log: file already closed
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.