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: acceptance/cli/node-status failed on master #29458

Closed
cockroach-teamcity opened this issue Sep 1, 2018 · 2 comments
Closed

roachtest: acceptance/cli/node-status failed on master #29458

cockroach-teamcity opened this issue Sep 1, 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/f18466169337ddc4476613a0c324432854062d59

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=acceptance/cli/node-status PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-stderr=false -maxtime 20m -timeout 10m'

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

	test.go:494,cluster.go:748,cli.go:26: /home/agent/work/.go/bin/roachprod put teamcity-876542-acceptance:1-3 /home/agent/work/.go/src/github.com/cockroachdb/cockroach/cockroach.linux-2.6.32-gnu-amd64 ./cockroach returned:
		stderr:
		
		stdout:
		y-876542-acceptance: putting (dist) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/cockroach.linux-2.6.32-gnu-amd64 ./cockroach
		..
		   1: ~ scp -r -C -i /root/.ssh/google_compute_engine -o StrictHostKeyChecking=no /home/agent/work/.go/src/github.com/cockroachdb/cockroach/cockroach.linux-2.6.32-gnu-amd64 [email protected]:./cockroach
		scp: ./cockroach: Text file busy
		: exit status 1
		   2: ~ scp -r -C -i /root/.ssh/google_compute_engine -o StrictHostKeyChecking=no /home/agent/work/.go/src/github.com/cockroachdb/cockroach/cockroach.linux-2.6.32-gnu-amd64 [email protected]:./cockroach
		scp: ./cockroach: Text file busy
		: exit status 1
		   3: ~ scp -r -C -i /root/.ssh/google_compute_engine -o StrictHostKeyChecking=no /home/agent/work/.go/src/github.com/cockroachdb/cockroach/cockroach.linux-2.6.32-gnu-amd64 [email protected]:./cockroach
		scp: ./cockroach: Text file busy
		: exit status 1
		2018/09/01 05:31:53 put /home/agent/work/.go/src/github.com/cockroachdb/cockroach/cockroach.linux-2.6.32-gnu-amd64 failed
		: exit status 1

@cockroach-teamcity cockroach-teamcity added this to the 2.1 milestone Sep 1, 2018
@cockroach-teamcity cockroach-teamcity added C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Sep 1, 2018
@petermattis
Copy link
Collaborator

Oops, I need to wipe before putting the binaries when sharing a cluster between tests.

petermattis added a commit to petermattis/cockroach that referenced this issue Sep 1, 2018
Centralize wiping of the cluster before running acceptance tests. For
tests which share a cluster, we need to wipe the old state before
putting new binaries.

Fixes cockroachdb#29458

Release note: None
@petermattis
Copy link
Collaborator

Fixed by #29449.

petermattis added a commit to petermattis/cockroach that referenced this issue Sep 5, 2018
Centralize wiping of the cluster before running acceptance tests. For
tests which share a cluster, we need to wipe the old state before
putting new binaries.

Fixes cockroachdb#29458

Release note: None
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

2 participants