jepsen-io / jepsen

A framework for distributed systems verification, with fault injection
6.78k stars 714 forks source link

checker/unhandled exceptions always returning valid? true #592

Closed as51340 closed 2 weeks ago

as51340 commented 4 months ago

Hi, skimming through the code I see that checker/unhandled-exceptions always returns true even if exceptions exist, is that intended?

aphyr commented 4 months ago

Yes; unhandled exceptions at the client/invoke layer do not represent bugs in the system itself. This checker helps the test author refine their error handing to improve discrimination between info and fail results.On May 28, 2024 03:51, Andi @.***> wrote: I see that checker/unhandled-exceptions always returns true even if exceptions exist, is that intended?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>