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-batch2/sets/parts-start-kill-2 failed #37971

Closed cockroach-teamcity closed 5 years ago

cockroach-teamcity commented 5 years ago

SHA: https://github.com/cockroachdb/cockroach/commits/4aa32dcaf0622d1f9450cdcf3111c7be828cd8cd

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=jepsen-batch2/sets/parts-start-kill-2 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

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

The test failed on branch=master, cloud=gce:
    jepsen.go:254,jepsen.go:324,test.go:1251: exit status 1
tbg commented 5 years ago

The stack trace points at this line:

https://github.com/cockroachdb/cockroach/blob/aa9a11f6f6c834e9f7bf51b997e460823e584afd/pkg/cmd/roachtest/jepsen.go#L248-L255

test.log reports this test as happily passing, though:

--- PASS: jepsen-batch2/sets/start-kill-2 (427.50s)