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
Tests should pass or fail in a timely and consistent manner
Current Behavior
This particular test seems to hang sometimes and run properly other times
Possible Solution
These are usually really hard to track down
Context
This happens often when running the full environment unit tests in pcds-envs which kills the suite after 10 minutes.
I tried applying pytest-timeout to this test today but it seems unable to interrupt it. I wanted to apply a 20 second timeout so that the pcds-envs full environment unit test could rerun the test quickly if it was hanging as a band-aid measure but it's not working properly.
Your Environment
pcds-5.5.1
The text was updated successfully, but these errors were encountered:
Expected Behavior
Tests should pass or fail in a timely and consistent manner
Current Behavior
This particular test seems to hang sometimes and run properly other times
Possible Solution
These are usually really hard to track down
Context
This happens often when running the full environment unit tests in pcds-envs which kills the suite after 10 minutes.
I tried applying pytest-timeout to this test today but it seems unable to interrupt it. I wanted to apply a 20 second timeout so that the pcds-envs full environment unit test could rerun the test quickly if it was hanging as a band-aid measure but it's not working properly.
Your Environment
pcds-5.5.1
The text was updated successfully, but these errors were encountered: