You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crates/registry-bregctl/tests/dev_lifecycle.rs uses three fixed ports (BReg on 8094 among them), so two concurrent runs collide. Pick free ports the way the supervisor does.
The 120 s child deadline and the 45 s readiness deadlines in crates/registry-bregctl/src/dev/mod.rs are stated neither in products/breg/DEV.md nor in the CLI reference.
The pinned postgres:17.11 digest lives only in dev/mod.rs. State it in products/breg/DEV.md and the reference page so an operator can check what the supervisor pulls.
crates/registry-bregctl/tests/dev_lifecycle.rsuses three fixed ports (BReg on 8094 among them), so two concurrent runs collide. Pick free ports the way the supervisor does.crates/registry-bregctl/src/dev/mod.rsare stated neither inproducts/breg/DEV.mdnor in the CLI reference.verify_outputsafter a partial start did not.postgres:17.11digest lives only indev/mod.rs. State it inproducts/breg/DEV.mdand the reference page so an operator can check what the supervisor pulls.Origin: review of PR #865.