-
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
cmd: add the ability to specify localities in allocsim #12516
Conversation
Review status: 0 of 3 files reviewed at latest revision, 7 unresolved discussions, some commit checks failed. pkg/cmd/allocsim/main.go, line 196 at r1 (raw file):
Seems more natural to append to
pkg/cmd/allocsim/main.go, line 296 at r1 (raw file):
Somewhat confusing to have This might be better as pkg/cmd/allocsim/main.go, line 299 at r1 (raw file):
Broken sentence: pkg/cmd/allocsim/main.go, line 328 at r1 (raw file):
The third argument can be pkg/cmd/internal/localcluster/localcluster.go, line 117 at r1 (raw file):
It is subtle that this works (and you should definitely understand why it is subtle). You should be making a copy of
pkg/cmd/internal/localcluster/localcluster.go, line 120 at r1 (raw file):
See other comment about changing the type of
pkg/cmd/internal/localcluster/localcluster.go, line 393 at r1 (raw file):
Did you mean to leave this in? The command line is already printed in Also Comments from Reviewable |
313f78d
to
a96297f
Compare
Review status: 0 of 3 files reviewed at latest revision, 7 unresolved discussions, some commit checks failed. pkg/cmd/allocsim/main.go, line 196 at r1 (raw file): Previously, petermattis (Peter Mattis) wrote…
Done. pkg/cmd/allocsim/main.go, line 296 at r1 (raw file): Previously, petermattis (Peter Mattis) wrote…
Done. pkg/cmd/allocsim/main.go, line 299 at r1 (raw file): Previously, petermattis (Peter Mattis) wrote…
Just removed the comment entirely. pkg/cmd/allocsim/main.go, line 328 at r1 (raw file): Previously, petermattis (Peter Mattis) wrote…
Done. pkg/cmd/internal/localcluster/localcluster.go, line 117 at r1 (raw file): Previously, petermattis (Peter Mattis) wrote…
Indeed. It was bugging me. pkg/cmd/internal/localcluster/localcluster.go, line 120 at r1 (raw file): Previously, petermattis (Peter Mattis) wrote…
Done. pkg/cmd/internal/localcluster/localcluster.go, line 393 at r1 (raw file): Previously, petermattis (Peter Mattis) wrote…
nope, left in from testing. Removed. Comments from Reviewable |
Review status: 0 of 3 files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. Comments from Reviewable |
This change is