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: indexes/2/nodes=6/multi-region failed #37761

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

roachtest: indexes/2/nodes=6/multi-region failed #37761

cockroach-teamcity opened this issue May 23, 2019 · 0 comments · Fixed by #37769
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/bf87ee9d6d5d75cb0ce3bc814fc28f9d16b8ce9d

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=indexes/2/nodes=6/multi-region PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

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

The test failed on branch=release-2.1, cloud=gce:
	cluster.go:1516,indexes.go:66,cluster.go:1854,errgroup.go:57: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1303735-indexes-2-nodes-6-multi-region:1 -- ./cockroach sql --insecure -e "ALTER TABLE indexes.indexes
								                       CONFIGURE ZONE USING
								                       constraints = COPY FROM PARENT,
								                       lease_preferences = '[[+zone=us-west1-b]]'" returned:
		stderr:
		
		stdout:
		Error: pq: syntax error at or near "from"
		DETAIL: source SQL:
		ALTER TABLE indexes.indexes
								                       CONFIGURE ZONE USING
								                       constraints = COPY FROM PARENT,
		                                                ^
		Failed running "sql"
		Error:  ssh verbose log retained in /root/.roachprod/debug/ssh_35.233.147.126_2019-05-23T08:12:45Z: exit status 1
		: exit status 1
	cluster.go:1875,indexes.go:77,test.go:1251: Goexit() was called

@cockroach-teamcity cockroach-teamcity added this to the 19.2 milestone May 23, 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 23, 2019
nvanbenschoten added a commit to nvanbenschoten/cockroach that referenced this issue May 23, 2019
Fixes cockroachdb#37761.

The tests use the `CONFIGURE ZONE USING ... COPY FROM PARENT` syntax,
so they require at least version 19.1.0.

Release note: None
@nvanbenschoten nvanbenschoten self-assigned this May 23, 2019
craig bot pushed a commit that referenced this issue May 24, 2019
37769: roachtest: set min version for indexes tests r=nvanbenschoten a=nvanbenschoten

Fixes #37761.

The tests use the `CONFIGURE ZONE USING ... COPY FROM PARENT` syntax,
so they require at least version 19.1.0.

Release note: None

Co-authored-by: Nathan VanBenschoten <nvanbenschoten@gmail.com>
@craig craig bot closed this as completed in #37769 May 24, 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.

2 participants