scripts: confirm before restarting all Core pods at once#14305
Conversation
PR SummaryLow Risk Overview Tests stub the prompt for existing Core parallel cases, and add coverage for decline → abort and non-Core → no prompt. Reviewed by Cursor Bugbot for commit 526bd93. Bugbot is set up for automated code reviews on this repo. Configure here. |
ron-starkware
left a comment
There was a problem hiding this comment.
@ron-starkware reviewed 2 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on matanl-starkware).
94e05b2 to
dd039bc
Compare
1898d5c to
a042263
Compare
dd039bc to
70ef243
Compare
a042263 to
b82777d
Compare
70ef243 to
3e6576d
Compare
b82777d to
3833c63
Compare
2e2c13c to
70d97b5
Compare
3833c63 to
6d1e138
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 70d97b5. Configure here.
70d97b5 to
a10db9d
Compare
6d1e138 to
2248b90
Compare
a10db9d to
85e7e78
Compare
2248b90 to
22e9782
Compare
85e7e78 to
ab9529d
Compare
7fbf29b to
6879a40
Compare
5bca326 to
7f0a1c0
Compare
6879a40 to
6fcbcb6
Compare
7f0a1c0 to
eb60175
Compare
53882ed to
a53aaac
Compare
88d78e4 to
e800f90
Compare
a53aaac to
c7b1c92
Compare
Restarting every Core pod simultaneously brings all consensus validators down at once and can halt the chain. In the parallel (ALL_AT_ONCE) restart flow, prompt the user for an explicit y/n confirmation when the service is Core, and abort the restart if they decline. Non-Core services are unaffected. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
c7b1c92 to
79fef74
Compare
e800f90 to
526bd93
Compare
|
@ron-starkware — next 🙏 #14304 merged, so this rebased onto |


Restarting every Core pod simultaneously brings all consensus validators down at
once and can halt the chain. In the parallel (ALL_AT_ONCE) restart flow, prompt
the user for an explicit y/n confirmation when the service is Core, and abort the
restart if they decline. Non-Core services are unaffected.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com