mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 15:02:56 +00:00
There's currently no way to just start/stop broker from `neon_local`. This PR * adds a sub-command * uses that sub-command from the test suite instead of the pre-existing Python `subprocess` based approach. Found this useful during investigation https://github.com/neondatabase/cloud/issues/16886.