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: misc fixes #37032

Merged
merged 3 commits into from
Apr 24, 2019
Merged

roachtest: misc fixes #37032

merged 3 commits into from
Apr 24, 2019

Conversation

tbg
Copy link
Member

@tbg tbg commented Apr 23, 2019

roachtest: run backup test on 19.1 and upwards only

Fixes #36978.

roachtest: really skip version-upgrade on 2.1 (via hack)

The hack is necessary since subtests silently ignore the MinVersion field.

See #36752.

acceptance: add debugging to acceptance/cli/node-status

Closes #36596.

Release note: None

tbg added 3 commits April 23, 2019 13:29
The hack is necessary since subtests silently ignore the MinVersion
field.

See cockroachdb#36752.

Release note: None
@tbg tbg requested a review from petermattis April 23, 2019 15:06
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@petermattis petermattis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1, 1 of 1 files at r2.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @petermattis and @tbg)


pkg/cmd/roachtest/acceptance.go, line 34 at r2 (raw file):

		fn   func(ctx context.Context, t *test, c *cluster)
		skip string
		// roachtest needs to be taught about MinVersion for subtests.

Add TODO(bobvawter). I don't think this is particularly difficult to do.


pkg/cmd/roachtest/backup.go, line 33 at r3 (raw file):

		Name:       fmt.Sprintf("backup2TB/%s", backup2TBSpec),
		Cluster:    backup2TBSpec,
		MinVersion: "v19.1.0",

I looked in #36978, but didn't see a reason this test can only run on 19.1. What obvious thing am I missing?

Copy link
Member Author

@tbg tbg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TFTR, I'll follow up on the backup test on 2.1.

bors r=petermattis

Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @danhhz and @petermattis)


pkg/cmd/roachtest/acceptance.go, line 34 at r2 (raw file):

Previously, petermattis (Peter Mattis) wrote…

Add TODO(bobvawter). I don't think this is particularly difficult to do.

The issue is assigned to him. I mention there to remove this hack.


pkg/cmd/roachtest/backup.go, line 33 at r3 (raw file):

Previously, petermattis (Peter Mattis) wrote…

I looked in #36978, but didn't see a reason this test can only run on 19.1. What obvious thing am I missing?

pq: unsupported storage scheme: "experimental-workload"

@danhhz I searched Slack for the incantation to use the csv server, but found nothing that I didn't think I'd have to tinker with, mind reminding me of the right thing to do here so that we can keep this test on 2.1?

@craig
Copy link
Contributor

craig bot commented Apr 24, 2019

Build failed

@tbg
Copy link
Member Author

tbg commented Apr 24, 2019

bors r=petermattis

OOM in TestVet

Using #37061 to track.

@craig
Copy link
Contributor

craig bot commented Apr 24, 2019

Build failed

@tbg
Copy link
Member Author

tbg commented Apr 24, 2019

#37066

bors r=petermattis

@craig
Copy link
Contributor

craig bot commented Apr 24, 2019

Build failed

@tbg
Copy link
Member Author

tbg commented Apr 24, 2019

Sigh... another new one, #37073

Will this PR find all the flakes? Let's find out

bors r=petermattis

craig bot pushed a commit that referenced this pull request Apr 24, 2019
37032: roachtest: misc fixes r=petermattis a=tbg

roachtest: run backup test on 19.1 and upwards only

Fixes #36978.

roachtest: really skip version-upgrade on 2.1 (via hack)

The hack is necessary since subtests silently ignore the MinVersion field.

See #36752.

acceptance: add debugging to acceptance/cli/node-status

Closes #36596.

Release note: None

Co-authored-by: Tobias Schottdorf <tobias.schottdorf@gmail.com>
@craig
Copy link
Contributor

craig bot commented Apr 24, 2019

Build succeeded

@craig craig bot merged commit 11ce273 into cockroachdb:master Apr 24, 2019
Copy link
Contributor

@danhhz danhhz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @petermattis)


pkg/cmd/roachtest/backup.go, line 33 at r3 (raw file):

Previously, tbg (Tobias Grieger) wrote…

pq: unsupported storage scheme: "experimental-workload"

@danhhz I searched Slack for the incantation to use the csv server, but found nothing that I didn't think I'd have to tinker with, mind reminding me of the right thing to do here so that we can keep this test on 2.1?

I went to write this up, but it looks like the --csv-server arg was only ever hooked up to fixtures make and not to fixtures import. 🤦‍♂️ PR incoming

Once that's merged, this should work:

roachprod run cluster -- "./workload csv-server --port=8081 &> logs/workload-csv-server.log < /dev/null &"
roachprod run cluster:1 -- "./workload fixtures import tpcc --csv-server=http://localhost:8081"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

roachtest: backup2TB/n10cpu4 failed roachtest: acceptance/cli/node-status failed
4 participants