-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: tpccbench/nodes=3/cpu=4 failed #38600
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/ca1ef4d4f8296b213c0b2b140f16e4a97931e6e7
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=tpccbench/nodes=3/cpu=4 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1368144&tab=buildLog
The test failed on branch=master, cloud=gce:
cluster.go:1870,tpcc.go:830,tpcc.go:553,test.go:1249: error running tpcc load generator: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1368144-tpccbench-nodes-3-cpu-4:4 -- ./workload run tpcc --warehouses=1000 --active-warehouses=475 --tolerate-errors --ramp=5m0s --duration=10m0s {pgurl:1-3} --histograms=logs/warehouses=475/stats.json returned:
stderr:
stdout:
0 6.0 7.2 1342.2 6442.5 6442.5 6442.5 stockLevel
2m34s 0 7.0 7.0 2415.9 10737.4 10737.4 10737.4 delivery
2m34s 0 66.2 64.7 5100.3 15569.3 22548.6 26843.5 newOrder
2m34s 0 10.0 7.3 2415.9 8053.1 8053.1 8053.1 orderStatus
2m34s 0 66.2 70.3 6174.0 45097.2 49392.1 57982.1 payment
2m34s 0 8.0 7.2 838.9 7784.6 7784.6 7784.6 stockLevel
2m35s 0 9.0 7.0 3892.3 11274.3 11274.3 11274.3 delivery
2m35s 0 79.1 64.8 5368.7 18253.6 22548.6 26843.5 newOrder
2m35s 0 9.0 7.4 872.4 9663.7 9663.7 9663.7 orderStatus
2m35s 0 84.1 70.4 4563.4 30064.8 33286.0 103079.2 payment
2m35s 0 8.0 7.2 2818.6 6979.3 6979.3 6979.3 stockLevel
: signal: interrupt
cluster.go:1587,cluster.go:1606,cluster.go:1710,cluster.go:1093,context.go:122,cluster.go:1090,panic.go:406,test.go:783,test.go:769,cluster.go:1870,tpcc.go:830,tpcc.go:553,test.go:1249: context canceled
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.