-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: tpccbench/nodes=3/cpu=16 failed #37393
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/8abb47a1c9795c1463183bc44e776b054bece682
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=16 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1279687&tab=buildLog
The test failed on branch=master, cloud=aws:
cluster.go:1833,tpcc.go:853,tpcc.go:554,test.go:1251: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1279687-tpccbench-nodes-3-cpu-16:4 -- ./workload fixtures import tpcc --warehouses=2500 --split --scatter --checks=false {pgurl:1} returned:
stderr:
stdout:
0x1 fp=0xc0009577e0 sp=0xc0009577d8 pc=0x466f61
created by runtime.(*timersBucket).addtimerLocked
/usr/local/go/src/runtime/time.go:170 +0x114
goroutine 899 [timer goroutine (idle)]:
runtime.gopark(0x15ed1a8, 0x28cb0c0, 0x3906e301414, 0x1)
/usr/local/go/src/runtime/proc.go:302 +0xeb fp=0xc000a3e728 sp=0xc000a3e708 pc=0x438f8b
runtime.goparkunlock(0x28cb0c0, 0xc0009a1414, 0x1)
/usr/local/go/src/runtime/proc.go:308 +0x53 fp=0xc000a3e758 sp=0xc000a3e728 pc=0x439033
runtime.timerproc(0x28cb0c0)
/usr/local/go/src/runtime/time.go:280 +0x288 fp=0xc000a3e7d8 sp=0xc000a3e758 pc=0x456168
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1333 +0x1 fp=0xc000a3e7e0 sp=0xc000a3e7d8 pc=0x466f61
created by runtime.(*timersBucket).addtimerLocked
/usr/local/go/src/runtime/time.go:170 +0x114
bash: line 1: 4273 Aborted (core dumped) bash -c "./workload fixtures import tpcc --warehouses=2500 --split --scatter --checks=false 'postgres://root@10.12.41.186:26257?sslmode=disable'"
Error: exit status 134
: 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.