The debugger tests are flaky and cause CI to fail.
Running debugger tests just by themselves, works.
Solution:
- Add error handlers for all streams read (this will swallow exceptions when stream dies unexpectedly, without throwing a global error, which could be whats happening occasionally in unit tests - don't know)
- Run debugger tests first, ignoring other tests
- Then run the standard tests
- Finally run multi-root tests
The debugger tests are flaky and cause CI to fail.
Running debugger tests just by themselves, works.
Solution: