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
We need to mock the execution of the Scout container to test failure modes. Test cases to generate:
Create $M$ containers that exit successfully after $N$ seconds ($M \approx 5$ and $N \approx 30$). Check that the polling thread handles completion and that containers are cleaned up.
Create $M$ containers that never exit ($M \approx 5$), call shutdown after 30 seconds. Check that shutdown kills and removes containers.
Create $M$ containers that terminate with an error after $N$ seconds ($M \approx 5$ and $N \approx 30$). Check that the polling thread handles errors correctly and that containers are cleaned up.
The text was updated successfully, but these errors were encountered:
cunha
changed the title
Mock container execution to test failures
Mock container execution to test failure modes
May 21, 2023
We need to mock the execution of the Scout container to test failure modes. Test cases to generate:
shutdown
after 30 seconds. Check thatshutdown
kills and removes containers.The text was updated successfully, but these errors were encountered: