projectcontour / integration-tester

Integration Tester for Kubernetes
Other
3 stars 5 forks source link

Improve object deletion. #7

Closed jpeach closed 4 years ago

jpeach commented 4 years ago

Previously, we would delete tracked objects, but made no representations about when the deletion would be completed. Update DeleteAll to keep deleting everything until we receive API server confirmation that the objects we are tracking are all gone.

This improves test isolation since we have better guarantees that objects don't leak between runs.

Signed-off-by: James Peach jpeach@vmware.com

jpeach commented 4 years ago

/cc @shyaamsn