-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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: unskip kv/restart/nodes=12 #98271
Conversation
7991141
to
9a74732
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this 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, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @smg260)
pkg/cmd/roachtest/tests/kv.go
line 920 at r1 (raw file):
r.Add(registry.TestSpec{ Name: "kv/restart/nodes=12", // This test is expensive (104vcpu), we run it weekly.
White space character might be off here and tripping the linter. Nothing a quick bin/crlfmt
won't fix.
Could we also fix the PR/issue reference in the commit? |
9a74732
to
faaa0d9
Compare
Created an issue for unskipping. Linked. |
faaa0d9
to
5d40807
Compare
I meant this line in the commit message:
The PR referenced there is not the right one, is it? It's a documentation change from 2016. |
Ah I see - nice find. I'll update. |
Previously, the `kv/restart/nodes=12` roachtest was unable to pass and was skipped. Following the changes introduced for cockroachdb#96521, the test now passes. This commit enables the `kv/restart/nodes=12` roachtest as a weekly test. resolves: cockroachdb#98296 Release note: None
5d40807
to
b3d3e64
Compare
bors r=andrewbaptist |
Build succeeded: |
Previously, the
kv/restart/nodes=12
roachtest was unable to pass andwas skipped. Following the changes introduced for #96521, the test now
passes.
This commit enables the
kv/restart/nodes=12
roachtest as a weeklytest.
resolves: #98296
Release note: None