github-actions[bot] opened a new pull request, #71887:
URL: https://github.com/apache/airflow/pull/71887

   * Fail loudly when a UI dev server dies in breeze dev mode
   
   Follow-up to #71241. The dev-mode hook discarded the Popen handles of
   the two Vite dev servers, so a server dying later (e.g. losing a port
   race) went unnoticed. Worse, on macOS the SIGCHLD from the dead child
   woke signal.pause(), so the script fell off its end and reported
   success - the supervisor itself silently disappeared, orphaning the
   surviving server and leaving the browser on a blank page with no error
   anywhere.
   
   * Name the pnpm stub's orphan self-destruct timeout in tests
   (cherry picked from commit 435b35ac07bf6b6b6ccf8b0cdf497086a8334518)
   
   Co-authored-by: Andrew Chang <[email protected]>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to