Files
foxhunt/crates
jgrusewski 5a321ffa1d fix(trading_engine): tolerate AlreadyReg in metrics initialization test
Prometheus registry.register() returns AlreadyReg when another test
thread triggers the lazy_static counters first. Both Ok and AlreadyReg
are valid — only hard errors indicate a real problem.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 11:50:14 +01:00
..