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
The e2e tests used to fail due to CRDs not being deleted in a timely manner. The CRDs would be in a terminating state with a specific error message. Eventually, after a few minutes, the CRDs are deleted.
This is handled in our e2e's by a 5-minute timeout while checking for CRD deletion.
This was the interesting condition on the CRDs:
{Terminating True 2024-11-06 21:00:31 +0000 UTC InstanceDeletionFailed could not list instances: storage is (re)initializing}
The e2e tests used to fail due to CRDs not being deleted in a timely manner. The CRDs would be in a terminating state with a specific error message. Eventually, after a few minutes, the CRDs are deleted.
This is handled in our e2e's by a 5-minute timeout while checking for CRD deletion.
This was the interesting condition on the CRDs:
References to this error:
Originally posted by @tmshort in #1428 (comment)
The text was updated successfully, but these errors were encountered: