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
After upgrading to prefect 3.1.5 from 3.0.3, we have noticed that the ephemeral server is failing to start fairly often in our CI (1 out of 3 or 5 times on average)
When the issue happen, all tests fail with the following error message.
RuntimeError: Timed out while attempting to connect to ephemeral Prefect API server.
Bug summary
After upgrading to prefect 3.1.5 from 3.0.3, we have noticed that the ephemeral server is failing to start fairly often in our CI (1 out of 3 or 5 times on average)
When the issue happen, all tests fail with the following error message.
Here is how the fixture is defined
The issue happens often in CI but it's been hard to reproduce it locally, not sure if this is related but in our CI we are using
pytest-xdist
to runhere is an example of a failed run in Github Action
https://github.com/opsmill/infrahub/actions/runs/12347503261/job/34454717567
The same job test was working reliably in 3.0.3
Version info
List of pytest plugins we are using
The text was updated successfully, but these errors were encountered: