-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: cdc/tpcc-1000/rangefeed=true failed #37810
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/fc7e48295cd05f94fd2883498d96d91ad538e559
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=cdc/tpcc-1000/rangefeed=true PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1308263&tab=buildLog
The test failed on branch=master, cloud=gce:
cluster.go:1516,cdc.go:747,cdc.go:135,cluster.go:1854,errgroup.go:57: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1308263-cdc-tpcc-1000-rangefeed-true:4 -- ./workload run tpcc --warehouses=1000 --duration=120m --tolerate-errors {pgurl:1-3} returned:
stderr:
stdout:
l
1m32s 60 19.0 9.0 18253.6 34359.7 38654.7 38654.7 delivery
1m32s 60 159.0 76.6 27917.3 77309.4 77309.4 77309.4 newOrder
1m32s 60 14.0 9.4 19327.4 24696.1 34359.7 34359.7 orderStatus
1m32s 60 150.0 90.1 24696.1 45097.2 73014.4 77309.4 payment
1m32s 60 7.0 9.4 19327.4 33286.0 33286.0 33286.0 stockLevel
_elapsed___errors__ops/sec(inst)___ops/sec(cum)__p50(ms)__p95(ms)__p99(ms)_pMax(ms)
1m33s 60 9.0 9.0 19327.4 34359.7 34359.7 34359.7 delivery
1m33s 60 172.9 77.6 24696.1 62277.0 77309.4 77309.4 newOrder
1m33s 60 25.0 9.6 20401.1 38654.7 40802.2 40802.2 orderStatus
1m33s 60 158.9 90.9 24696.1 49392.1 57982.1 64424.5 payment
1m33s 60 18.0 9.5 20401.1 31138.5 31138.5 31138.5 stockLevel
: signal: killed
cluster.go:1875,cdc.go:223,cdc.go:475,test.go:1251: unexpected status: failed
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.