-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: import/tpch/nodes=32 failed #35493
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.
Description
SHA: https://github.com/cockroachdb/cockroach/commits/f55596ea8c2bca016d036ec9399b80c17e7cfe93
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=import/tpch/nodes=32 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1165148&tab=buildLog
The test failed on release-2.1:
test.go:1202: test timed out (3h0m0s)
cluster.go:1603,import.go:150,test.go:1214: context canceled
test.go:978,asm_amd64.s:523,panic.go:513,log.go:219,test.go:1160,asm_amd64.s:522,panic.go:397,test.go:774,test.go:760,cluster.go:1603,import.go:150,test.go:1214: write /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190307-1165148/import/tpch/nodes=32/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.