-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: schemachange/index/tpcc/w=1000 failed #36094
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/5a746073c3f8ede851f37dd895cf1a91d6dcc3cf
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=schemachange/index/tpcc/w=1000 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1195714&tab=buildLog
The test failed on master:
cluster.go:1267,tpcc.go:130,cluster.go:1605,errgroup.go:57: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1195714-schemachange-index-tpcc-w-1000:5 -- ./workload run tpcc --warehouses=1000 --histograms=logs/stats.json --wait=false --tolerate-errors --ramp=5m0s --duration=2h0m0s {pgurl:1-4} returned:
stderr:
stdout:
0.0 0.0 0.0 0.0 0.0 delivery
11m35s 61978 0.0 0.0 0.0 0.0 0.0 0.0 newOrder
11m35s 61978 0.0 0.0 0.0 0.0 0.0 0.0 orderStatus
11m35s 61978 0.0 0.0 0.0 0.0 0.0 0.0 payment
11m35s 61978 0.0 0.0 0.0 0.0 0.0 0.0 stockLevel
E190324 14:19:33.328096 1 workload/cli/run.go:420 error in delivery: dial tcp 10.142.0.78:26257: connect: connection refused
11m36s 91193 0.0 0.0 0.0 0.0 0.0 0.0 delivery
11m36s 91193 0.0 0.0 0.0 0.0 0.0 0.0 newOrder
11m36s 91193 0.0 0.0 0.0 0.0 0.0 0.0 orderStatus
11m36s 91193 0.0 0.0 0.0 0.0 0.0 0.0 payment
11m36s 91193 0.0 0.0 0.0 0.0 0.0 0.0 stockLevel
: signal: killed
test.go:1202: test timed out (6h0m0s)
schemachange.go:446,schemachange.go:314,cluster.go:1605,errgroup.go:57: pq: server is not accepting clients
cluster.go:1626,tpcc.go:140,schemachange.go:310,test.go:1214: unexpected node event: 2: dead
test.go:978,asm_amd64.s:523,panic.go:513,log.go:219,cluster.go:926,context.go:90,cluster.go:916,test.go:1159,asm_amd64.s:522,panic.go:397,test.go:774,test.go:760,cluster.go:1626,tpcc.go:140,schemachange.go:310,test.go:1214: write /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190324-1195714/schemachange/index/tpcc/w=1000/test.log: file already closed
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.