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
Fix deletion handling in NEG tests and service creation latency
- Handle nil DeletionTimestamp gracefully by using current time when
objects are deleted immediately without a deletion timestamp
- Add explicit wait for ingress deletion in NEG test configuration
to ensure all ingresses are fully removed before test completion
- Remove incorrect warning logs that were preventing proper deletion
tracking when DeletionTimestamp was nil
These changes improve the reliability of NEG tests by properly
tracking deletion phases even when Kubernetes performs immediate
deletions, and ensuring proper cleanup sequencing.
0 commit comments