cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.07k stars 3.8k forks source link

roachtest: jepsen/2/monotonic/start-kill-2 failed on master #29059

Closed cockroach-teamcity closed 6 years ago

cockroach-teamcity commented 6 years ago

SHA: https://github.com/cockroachdb/cockroach/commits/a6e5d24201c45b49415d95be9b04d9d0a523e44c

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 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=jepsen/2/monotonic/start-kill-2 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-stderr=false -maxtime 20m -timeout 10m'

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=859524&tab=buildLog

    test.go:494,cluster.go:822,cluster.go:684,jepsen.go:64,jepsen.go:125,jepsen.go:285: /home/agent/work/.go/bin/roachprod run teamcity-859524-jepsen-2:6 -- bash -e -c '
        if ! test -d /mnt/data1/jepsen; then
          git clone -b tc-nightly --depth 1 https://github.com/cockroachdb/jepsen /mnt/data1/jepsen
        else
          cd /mnt/data1/jepsen
          git fetch origin
          git checkout origin/tc-nightly
        fi
        ': exit status 1
tbg commented 6 years ago

Error: ssh: handshake failed: EOF