projectcontour / integration-tester

Integration Tester for Kubernetes
Other
3 stars 5 forks source link

Sync the informer cache on each test. #9

Closed jpeach closed 4 years ago

jpeach commented 4 years ago

This change should have been made a long time ago. On test start up, sync the informer caches right before we start to run any checks. This ensures that cluster precondition checks are reliable.

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