-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: schemachange/index/tpcc/w=100 failed #36024
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/dfa23c01e4ea39b19ca8b2e5c8a4e7cf9b9445f4
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=100 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1189954&tab=buildLog
The test failed on master:
test.go:1202: test timed out (30m0s)
cluster.go:1267,tpcc.go:142,schemachange.go:310,test.go:1214: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1189954-schemachange-index-tpcc-w-100:5 -- ./workload check tpcc --warehouses=100 {pgurl:1} returned:
stderr:
stdout:
I190321 13:44:27.112085 1 workload/tpcc/tpcc.go:292 check 3.3.2.1 took 9.626722644s
I190321 13:45:00.489455 1 workload/tpcc/tpcc.go:292 check 3.3.2.2 took 33.377279093s
I190321 13:45:11.828237 1 workload/tpcc/tpcc.go:292 check 3.3.2.3 took 11.338718794s
I190321 13:47:44.111289 1 workload/tpcc/tpcc.go:292 check 3.3.2.4 took 2m32.282972385s
I190321 13:47:50.255716 1 workload/tpcc/tpcc.go:292 check 3.3.2.5 took 6.144344078s
I190321 13:48:12.868170 1 workload/tpcc/tpcc.go:292 check 3.3.2.7 took 22.612378595s
I190321 13:48:15.409456 1 workload/tpcc/tpcc.go:292 check 3.3.2.8 took 2.541209195s
: signal: killed
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.