-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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: add support for subtests #25408
roachtest: add support for subtests #25408
Conversation
The first two commits are #25394. Feel free to review the whole kit and caboodle here. I haven't been able to successfully run this remotely due to current wifi conditions. |
19d699c
to
6610abb
Compare
PS
|
822247a
to
fb2a0b3
Compare
fb2a0b3
to
9da16de
Compare
Fixed a bunch of small bugs this morning. Seems to be working. At least, I can run |
9da16de
to
b07ff83
Compare
Review status: 0 of 6 files reviewed at latest revision, all discussions resolved. pkg/cmd/roachtest/jepsen.go, line 135 at r1 (raw file):
Comments from Reviewable |
…dresses Release note: None
See cockroachdb#23915 Release note: None
Subtests are run sequentially and share a single cluster. Fixes cockroachdb#23915 Release note: None
Release note: None
Release note: None
Release note: None
b07ff83
to
14beb2a
Compare
Review status: 0 of 6 files reviewed at latest revision, 1 unresolved discussion. pkg/cmd/roachtest/jepsen.go, line 135 at r1 (raw file): Previously, bdarnell (Ben Darnell) wrote…
I did need something similar for Comments from Reviewable |
bors r=bdarnell |
25408: roachtest: add support for subtests r=bdarnell a=petermattis Fixes #23915 Release note: None Co-authored-by: Peter Mattis <[email protected]>
Build succeeded |
Fixes #23915
Release note: None