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
• [FAILED] [60.008 seconds] Resources Resource Delete Option Tests [It] delete the nginx resource from the maestro api [e2e-tests-resources] /home/runner/work/maestro/maestro/test/e2e/pkg/resources_test.go:109 [FAILED] Timed out after 60.000s. Unexpected error: <*errors.StatusError | 0xc000868c80>: deployments.apps "nginx" not found { ErrStatus: { TypeMeta: {Kind: "", APIVersion: ""}, ListMeta: { SelfLink: "", ResourceVersion: "", Continue: "", RemainingItemCount: nil, }, Status: "Failure", Message: "deployments.apps \"nginx\" not found", Reason: "NotFound", Details: {Name: "nginx", Group: "apps", Kind: "deployments", UID: "", Causes: nil, RetryAfterSeconds: 0}, Code: 404, }, } occurred In [It] at: /home/runner/work/maestro/maestro/test/e2e/pkg/resources_test.go:136 @ 06/11/24 08:16:17.353
The text was updated successfully, but these errors were encountered:
the replicas is 2 which is not desired since the updateStrategy is createOnly. the replicas should remain 1.
• [FAILED] [60.009 seconds] Resources Resource Update Strategy Tests [It] delete the nginx resource [e2e-tests-resources] /home/runner/work/maestro/maestro/test/e2e/pkg/resources_test.go:200 [FAILED] Timed out after 60.001s. Unexpected error: <*errors.errorString | 0xc00090b510>: nginx deployment still exists { s: "nginx deployment still exists", } occurred In [It] at: /home/runner/work/maestro/maestro/test/e2e/pkg/resources_test.go:217 @ 06/07/24 09:38:02.353 ------------------------------
Sorry, something went wrong.
it should be fixed in #126.
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: