Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test): Show full Zebra test panic details in CI logs (#4942)
* Handle test failure regexes using Result::Err, rather than panicking * Add output logs to test context, and add tests for that * Let empty test child logs be read again (and produce empty output) * Ignore missing test children when killing with ignore_exited * Fix a clippy lint * Rename `line` to `line_result` for clarity * Revert a redundant context_from() on kill() * Only ignore "no such process" kill() errors in sync_until() tests * Log the command timeout when an acceptance test fails * fix clippy Co-authored-by: Alfredo Garcia <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information