Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roachtest: jepsen-batch1/bank/majority-ring failed #37375

Closed
cockroach-teamcity opened this issue May 8, 2019 · 0 comments · Fixed by #37430
Closed

roachtest: jepsen-batch1/bank/majority-ring failed #37375

cockroach-teamcity opened this issue May 8, 2019 · 0 comments · Fixed by #37430
Assignees
Labels
C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

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

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-batch1/bank/majority-ring PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

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

The test failed on branch=release-2.1, cloud=gce:
	cluster.go:1474,jepsen.go:102,jepsen.go:127,jepsen.go:312,test.go:1251: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1279548-jepsen-batch1:6 -- sh -c "sudo apt-get -qqy install openjdk-8-jre openjdk-8-jre-headless libjna-java gnuplot > /dev/null 2>&1" returned:
		stderr:
		
		stdout:
		Error:  exit status 100
		: exit status 1
	cluster.go:1474,jepsen.go:74,asm_amd64.s:522,panic.go:397,test.go:788,test.go:774,cluster.go:1474,jepsen.go:102,jepsen.go:127,jepsen.go:312,test.go:1251: test already failed

@cockroach-teamcity cockroach-teamcity added this to the 19.2 milestone May 8, 2019
@cockroach-teamcity cockroach-teamcity added C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. labels May 8, 2019
andreimatei added a commit to andreimatei/cockroach that referenced this issue May 9, 2019
Jepsen setup sometimes gets an exit code 100 from apt-get. This patch
skips the test instead of failing when that happens.
apt problems are tracked in cockroachdb#31944

Fixes cockroachdb#37375

Release note: None
craig bot pushed a commit that referenced this issue May 9, 2019
37430: roachtest: ignore apt errors in jepsen r=andreimatei a=andreimatei

Jepsen setup sometimes gets an exit code 100 from apt-get. This patch
skips the test instead of failing when that happens.
apt problems are tracked in #31944

Fixes #37375

Release note: None

Co-authored-by: Andrei Matei <[email protected]>
@craig craig bot closed this as completed in #37430 May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants