You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#19: Fix race conditions and conflicts when running async tests with multiple workers:
- Replace basic uniqid() with PID + microtime for unique temp files
- Ensure each worker gets isolated temporary files and directories
- Maintain cross-platform compatibility (Windows + Unix)
- Preserve existing API - no breaking changes to test files
This resolves "Server did not output startup message" failures when tests
run in parallel with -j option.
0 commit comments