The GitHub Actions job "Required Checks" on 
texera.git/fix/reconfiguration-spec-flaky has failed.
Run started by GitHub user Ma77Ball (triggered by Ma77Ball).

Head commit for run:
a0cef707800333db70b84de57f6af27c735231dd / Matthew Ball <[email protected]>
fix slow python startup time

The test that keeps failing: it starts a workflow,
  pauses it, swaps some code, then resumes it. To
  pause, it asks each worker "please pause" and waits
  5 seconds for a reply.

  The problem: some workers run Python. Starting
  Python is slow (it has to boot the interpreter and
  load libraries). If a worker is still busy starting
  up Python, it can't reply "paused" within 5 seconds
  → the test gives up → CI fails. The test that uses
  two Python workers is slowest to start, so it fails
  most.

Report URL: https://github.com/apache/texera/actions/runs/28537914385

With regards,
GitHub Actions via GitBox

Reply via email to