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: prevent integration test's timeout functions from hiding failures (#968)
* fix: prevent integration test's timeout functions from hiding failures
timeout_and_delete_endpoint_by_name has an incorrect indentation for
its return statement. This caused any tests using it to swallow
failures.
This commit will correct the error and adds unit tests to the
function to catch similar issues in the future.
This commit will also prevent timeout from initiating resource deletion
retries despite initial resource deletion success.
0 commit comments