-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: cdc/crdb-chaos/rangefeed=true failed #35816
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/04ef15974085e14f758b20c552a84052eac9fa2b
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/crdb-chaos/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=1180753&tab=buildLog
The test failed on master:
cluster.go:1267,cdc.go:625,cdc.go:125,cluster.go:1605,errgroup.go:57: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1180753-cdc-crdb-chaos-rangefeed-true:4 -- ./workload run tpcc --warehouses=100 --duration=30m --tolerate-errors {pgurl:1-3} returned:
stderr:
stdout:
1.8 0.0 0.0 0.0 0.0 delivery
3m21s 585 0.0 17.4 0.0 0.0 0.0 0.0 newOrder
3m21s 585 0.0 1.7 0.0 0.0 0.0 0.0 orderStatus
3m21s 585 0.0 18.9 0.0 0.0 0.0 0.0 payment
3m21s 585 0.0 2.0 0.0 0.0 0.0 0.0 stockLevel
E190316 06:21:18.754959 1 workload/cli/run.go:420 error in payment: dial tcp 10.142.0.129:26257: connect: connection refused
3m22s 607 0.0 1.8 0.0 0.0 0.0 0.0 delivery
3m22s 607 0.0 17.3 0.0 0.0 0.0 0.0 newOrder
3m22s 607 0.0 1.7 0.0 0.0 0.0 0.0 orderStatus
3m22s 607 0.0 18.8 0.0 0.0 0.0 0.0 payment
3m22s 607 0.0 2.0 0.0 0.0 0.0 0.0 stockLevel
: signal: killed
cluster.go:1626,cdc.go:213,cdc.go:433,test.go:1214: unexpected node event: 2: 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.