Skip to content
New issue

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

e2e is flaky #120

Closed
clyang82 opened this issue Jun 11, 2024 · 2 comments
Closed

e2e is flaky #120

clyang82 opened this issue Jun 11, 2024 · 2 comments

Comments

@clyang82
Copy link
Contributor

• [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
@clyang82 clyang82 mentioned this issue Jun 11, 2024
@clyang82
Copy link
Contributor Author

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
------------------------------

@clyang82
Copy link
Contributor Author

it should be fixed in #126.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant