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: clearrange/checks=true failed #33414

Closed
cockroach-teamcity opened this issue Dec 31, 2018 · 2 comments
Closed

roachtest: clearrange/checks=true failed #33414

cockroach-teamcity opened this issue Dec 31, 2018 · 2 comments
Assignees
Labels
C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

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

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

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

The test failed on release-2.1:
	test.go:1101: test timed out (1h30m0s)
	test.go:703,clearrange.go:55,clearrange.go:34: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1074018-clearrange-checks-true:4 -- mkdir -p {store-dir} && gsutil -m -q cp -r gs://cockroach-fixtures/workload/bank/version=1.0.0,payload-bytes=10240,ranges=0,rows=65104166,seed=4/stores=10,bin-version=2.0-8/4/* {store-dir} returned:
		stderr:
		
		stdout:
		: signal: killed

@cockroach-teamcity cockroach-teamcity added this to the 2.2 milestone Dec 31, 2018
@cockroach-teamcity cockroach-teamcity added C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Dec 31, 2018
@cockroach-teamcity
Copy link
Member Author

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

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

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

The test failed on master:
	test.go:1101: test timed out (1h30m0s)
	test.go:703,clearrange.go:55,clearrange.go:34: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1075204-clearrange-checks-true:8 -- mkdir -p {store-dir} && gsutil -m -q cp -r gs://cockroach-fixtures/workload/bank/version=1.0.0,payload-bytes=10240,ranges=0,rows=65104166,seed=4/stores=10,bin-version=2.0-8/8/* {store-dir} returned:
		stderr:
		
		stdout:
		: signal: killed

@cockroach-teamcity
Copy link
Member Author

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

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

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

The test failed on master:
	test.go:1101: test timed out (1h30m0s)
	test.go:703,clearrange.go:55,clearrange.go:34: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1075912-clearrange-checks-true:8 -- mkdir -p {store-dir} && gsutil -m -q cp -r gs://cockroach-fixtures/workload/bank/version=1.0.0,payload-bytes=10240,ranges=0,rows=65104166,seed=4/stores=10,bin-version=2.0-8/8/* {store-dir} returned:
		stderr:
		
		stdout:
		: signal: killed

tbg added a commit to tbg/cockroach that referenced this issue Jan 2, 2019
It keeps timing out, so we'd like to see how far it gets.

Closes cockroachdb#33414.

Release note: None
@tbg tbg closed this as completed Jan 2, 2019
craig bot pushed a commit that referenced this issue Jan 2, 2019
33424: roachtest: drop -q from gsutil r=nvanbenschoten a=tbg

It keeps timing out, so we'd like to see how far it gets.

Closes #33414.

Release note: None

Co-authored-by: Tobias Schottdorf <[email protected]>
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-robot Originated from a bot.
Projects
None yet
Development

No branches or pull requests

3 participants