omnigraph/crates/omnigraph-cluster
aaltshuler 16759b28b9 fix(cluster): RAII-guard the callback failpoint
ScopedFailPoint::with_callback gives cfg_callback the same Drop-based cleanup
as cfg actions; a panic while the point is active no longer leaks the callback
into the process-global registry where it would fire under later tests
(greptile review, PR #167).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 02:36:24 +03:00
..
src fix(cluster): RAII-guard the callback failpoint 2026-06-10 02:36:24 +03:00
tests fix(cluster): RAII-guard the callback failpoint 2026-06-10 02:36:24 +03:00
Cargo.toml feat(cluster): failpoint infrastructure mirroring the engine 2026-06-10 02:12:59 +03:00