-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: ycsb/F/nodes=3 failed #37382
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=ycsb/F/nodes=3 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1279552&tab=buildLog
The test failed on branch=release-2.1, cloud=aws:
cluster.go:1474,ycsb.go:41,cluster.go:1812,errgroup.go:57: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1279552-ycsb-f-nodes-3:4 -- ./workload run ycsb --init --initial-rows=1000000 --splits=100 --workload=F --concurrency=64 --histograms=logs/stats.json --ramp=1m --duration=10m {pgurl:1-3} returned:
stderr:
stdout:
0x1)
/usr/local/go/src/runtime/proc.go:302 +0xeb fp=0xc000613dc0 sp=0xc000613da0 pc=0x438f8b
runtime.selectgo(0xc000613f68, 0xc000613f48, 0x2, 0xc000613f68, 0xc000613f60)
/usr/local/go/src/runtime/select.go:313 +0xcc6 fp=0xc000613f20 sp=0xc000613dc0 pc=0x448e66
database/sql.(*DB).connectionResetter(0xc0008980c0, 0x19949e0, 0xc000ec15c0)
/usr/local/go/src/database/sql/sql.go:1014 +0xfb fp=0xc000613fc8 sp=0xc000613f20 pc=0x4f89db
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1333 +0x1 fp=0xc000613fd0 sp=0xc000613fc8 pc=0x466f61
created by database/sql.OpenDB
/usr/local/go/src/database/sql/sql.go:672 +0x193
bash: line 1: 3627 Aborted (core dumped) bash -c "./workload run ycsb --init --initial-rows=1000000 --splits=100 --workload=F --concurrency=64 --histograms=logs/stats.json --ramp=1m --duration=10m 'postgres://root@10.12.42.246:26257?sslmode=disable' 'postgres://root@10.12.42.183:26257?sslmode=disable' 'postgres://root@10.12.39.54:26257?sslmode=disable'"
Error: exit status 134
: exit status 1
cluster.go:1833,ycsb.go:44,ycsb.go:65,test.go:1251: 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.