We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think this happens because we delete the test catalog here:
operator-controller/test/e2e/install_test.go
Line 158 in f147e61
And then without waiting we re-create the catalog with the same name here:
Lines 173 to 175 in f147e61
Example is here:
[FAILED] Unexpected error: <*errors.StatusError | 0xc00032fc20>: object is being deleted: catalogs.catalogd.operatorframework.io "test-catalog" already exists { ErrStatus: { TypeMeta: {Kind: "", APIVersion: ""}, ListMeta: { SelfLink: "", ResourceVersion: "", Continue: "", RemainingItemCount: nil, }, Status: "Failure", Message: "object is being deleted: catalogs.catalogd.operatorframework.io \"test-catalog\" already exists", Reason: "AlreadyExists", Details: { Name: "test-catalog", Group: "catalogd.operatorframework.io", Kind: "catalogs", UID: "", Causes: nil, RetryAfterSeconds: 0, }, Code: 409, }, } occurred In [It] at: /home/runner/work/operator-controller/operator-controller/test/e2e/install_test.go:176 @ 11/10/23 15:56:52.44
The text was updated successfully, but these errors were encountered:
I think I either introduced it in #534 or - more likely - I unmasked it this PR: #534 addresses #512 which was in exact same area of code.
I'll look into this.
Sorry, something went wrong.
m1kola
Successfully merging a pull request may close this issue.
I think this happens because we delete the test catalog here:
operator-controller/test/e2e/install_test.go
Line 158 in f147e61
And then without waiting we re-create the catalog with the same name here:
operator-controller/test/e2e/install_test.go
Lines 173 to 175 in f147e61
Example is here:
The text was updated successfully, but these errors were encountered: