migtools / mig-e2e

End to end tests for OCP Migration
Apache License 2.0
0 stars 11 forks source link

Remove the execution triggered and blocked in max-ns testcase #52

Closed sergiordlr closed 4 years ago

sergiordlr commented 4 years ago

A build is triggered and blocked with a critical condition in max-ns testcase.

Once the limit is restored to its original value, this build stops being blocked, and is immediately executed. Thus, the next testcase is running with this run in the background, and can fail because of a timeout.

This PR deletes the blocked execution before restoring the original namespaces limit.