-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: tpcc/mixed-headroom/n5cpu16 failed #36983
Copy link
Copy link
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/df200cbf3f407dbf349aa601ff9036b4dff88e83
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=tpcc/mixed-headroom/n5cpu16 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1252822&tab=buildLog
The test failed on release-2.1:
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-1252822-tpcc-mixed-headroom-n5cpu16:5 -- ./workload run tpcc --warehouses=909 --histograms=logs/stats.json --ramp=5m0s --duration=2h0m0s {pgurl:1-4} returned:
stderr:
stdout:
60.8 79.7 96.5 117.4 newOrder
33s 0 19.0 17.0 11.5 17.8 19.9 19.9 orderStatus
33s 0 201.8 170.0 37.7 71.3 83.9 104.9 payment
33s 0 16.0 17.6 83.9 570.4 570.4 570.4 stockLevel
34s 0 22.0 16.1 75.5 121.6 142.6 142.6 delivery
34s 0 201.8 92.8 67.1 109.1 113.2 117.4 newOrder
34s 0 24.0 17.2 12.1 26.2 31.5 31.5 orderStatus
34s 0 205.8 171.0 39.8 67.1 79.7 92.3 payment
34s 0 19.0 17.6 92.3 520.1 570.4 570.4 stockLevel
Error: error in payment: select by customer idfail: ERROR: Expected "ROLLBACK TO SAVEPOINT COCKROACH_RESTART": current transaction is aborted, commands ignored until end of transaction block (SQLSTATE 25P02)
Error: exit status 1
: exit status 1
cluster.go:1688,tpcc.go:178,tpcc.go:267,test.go:1237: Goexit() was called
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.