-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: ycsb/B/nodes=3 failed #37379
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/B/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-b-nodes-3:4 -- ./workload run ycsb --init --initial-rows=1000000 --splits=100 --workload=B --concurrency=64 --histograms=logs/stats.json --ramp=1m --duration=10m {pgurl:1-3} returned:
stderr:
stdout:
09, 0x1)
/usr/local/go/src/runtime/proc.go:302 +0xeb fp=0xc000dbddd8 sp=0xc000dbddb8 pc=0x438f8b
runtime.selectgo(0xc000dbdf68, 0xc000dbdf60, 0x2, 0xc000474038, 0xc000dbdf78)
/usr/local/go/src/runtime/select.go:313 +0xcc6 fp=0xc000dbdf38 sp=0xc000dbddd8 pc=0x448e66
database/sql.(*DB).connectionOpener(0xc00084a0c0, 0x19949e0, 0xc00287d940)
/usr/local/go/src/database/sql/sql.go:1001 +0xe8 fp=0xc000dbdfc8 sp=0xc000dbdf38 pc=0x4f88a8
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1333 +0x1 fp=0xc000dbdfd0 sp=0xc000dbdfc8 pc=0x466f61
created by database/sql.OpenDB
/usr/local/go/src/database/sql/sql.go:671 +0x15d
bash: line 1: 4172 Aborted (core dumped) bash -c "./workload run ycsb --init --initial-rows=1000000 --splits=100 --workload=B --concurrency=64 --histograms=logs/stats.json --ramp=1m --duration=10m 'postgres://root@10.12.35.142:26257?sslmode=disable' 'postgres://root@10.12.37.9:26257?sslmode=disable' 'postgres://root@10.12.42.192: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.