mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
It happened in the past that we screwed up the `preconditions` of the state machine test such that no more transitions were sampled that actually send packets. To protect against this, we use the newly introduced logs and grep for certain transitions. In the future, we can consider emitting a more structured output, like writing all testcases to a DB and run more complex queries against it to ensure that certain cases are covered.