Commit 835c983
committed
Restore --debug for PHPUnit run under Turso
Removing --debug in commit ce22919 caused PHPUnit to crash mid-run
(at ~504/596 tests, ~84% complete) instead of completing the suite
and segfaulting only during shutdown's GC. Per-test --debug logging
forces I/O flushes that prevent Turso state from accumulating to
the point where the in-process VM faults.
Keep the stdout-summary fallback added in ce22919: PHPUnit's JUnit
flush still races Turso's shutdown SIGSEGV, so the harness needs
to derive pass/fail from stdout when the XML is empty.1 parent ba6b01b commit 835c983
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1751 | 1751 | | |
1752 | 1752 | | |
1753 | 1753 | | |
| 1754 | + | |
| 1755 | + | |
| 1756 | + | |
1754 | 1757 | | |
1755 | 1758 | | |
| 1759 | + | |
1756 | 1760 | | |
1757 | 1761 | | |
1758 | 1762 | | |
| |||
0 commit comments