pytest xdist abruptly exits with exit code 0 on self-hosted k8s runner #131566
Replies: 1 comment
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
We're seeing this strange issue where pytest xdist will abruptly exit with code 0 on Github Actions (self-hosted on k8s), which causes the CI run to be marked as success even though not all the tests ran.
Our workflow definition looks like this:
I've tried enabling a variety of debug / logging flags but I nothing ever gets printed before the exit. The lack of any output is making this difficult to debug. Has anyone seen this before?
We've seen it exit at multiple points in the test run and the behavior is always the same -- nothing gets printed, and it returns with exit code 0.
Beta Was this translation helpful? Give feedback.
All reactions