-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: cdc/tpcc-1000/rangefeed=true failed #34853
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/10f8010fa5778e740c057905e2d7664b5fd5d647
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=1135549&tab=buildLog
The test failed on master:
cluster.go:1226,cdc.go:612,cdc.go:124,cluster.go:1564,errgroup.go:57: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1135549-cdc-tpcc-1000-rangefeed-true:4 -- ./workload run tpcc --warehouses=1000 --duration=120m --tolerate-errors {pgurl:1-3} returned:
stderr:
stdout:
0.0 0.0 newOrder
38s 688 0.0 22.4 0.0 0.0 0.0 0.0 orderStatus
38s 688 0.0 197.1 0.0 0.0 0.0 0.0 payment
38s 688 0.0 20.4 0.0 0.0 0.0 0.0 stockLevel
E190213 08:12:19.560089 1 workload/cli/run.go:402 error in payment: dial tcp 10.142.0.98:26257: connect: connection refused
39s 909 0.0 19.5 0.0 0.0 0.0 0.0 delivery
39s 909 0.0 138.4 0.0 0.0 0.0 0.0 newOrder
39s 909 0.0 21.9 0.0 0.0 0.0 0.0 orderStatus
39s 909 0.0 192.1 0.0 0.0 0.0 0.0 payment
39s 909 0.0 19.9 0.0 0.0 0.0 0.0 stockLevel
E190213 08:12:20.560203 1 workload/cli/run.go:402 error in payment: dial tcp 10.142.0.98:26257: connect: connection refused
: signal: killed
cluster.go:1585,cdc.go:212,cdc.go:367,test.go:1212: unexpected node event: 3: dead
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.