You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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 stressrace instead of stress and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
make stress TESTS=restore2TB/nodes=32 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-stderr=false -maxtime 20m -timeout 10m'
The test failed on master:
test.go:1002: test timed out (3h0m0s)
test.go:606,cluster.go:1098,restore.go:244,cluster.go:1420,errgroup.go:58: /home/agent/work/.go/bin/roachprod run teamcity-972821-restore2tb-nodes-32:1 -- ./cockroach sql --insecure -e "
RESTORE csv.bank FROM
'gs://cockroach-fixtures/workload/bank/version=1.0.0,payload-bytes=10240,ranges=0,rows=65104166,seed=1/bank'
WITH into_db = 'restore2tb'" returned:
stderr:
stdout:
: signal: killed
test.go:606,cluster.go:1441,restore.go:250: context canceled
The text was updated successfully, but these errors were encountered:
SHA: https://github.com/cockroachdb/cockroach/commits/310a04983cda8ab8d67cd401814341b9b7f8ce79
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=972821&tab=buildLog
The text was updated successfully, but these errors were encountered: