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 Test failing on all PRs #327

Closed
2 tasks done
jeremyharisch opened this issue Aug 9, 2024 · 0 comments · Fixed by #329
Closed
2 tasks done

E2E Test failing on all PRs #327

jeremyharisch opened this issue Aug 9, 2024 · 0 comments · Fixed by #329
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@jeremyharisch
Copy link
Contributor

jeremyharisch commented Aug 9, 2024

Description
Currently all PRs are failing, i.e.:

The watcher-enqueue E2E Tests are failing with the following

• [FAILED] [0.016 seconds]
Enqueue Event from Watcher Given SKR Cluster with TLS Secret [It] When Runtime Watcher spec field is changed to status
/home/runner/work/runtime-watcher/runtime-watcher/runtime-watcher/tests/e2e/watcher_enqueue_test.go:122

  [FAILED] Expected success, but got an error:
      <*fmt.wrapError | 0xc00051cf80>: 
      failed to get Kyma watchers.operator.kyma-project.io "klm-kyma-watcher" not found
      {
          msg: "failed to get Kyma watchers.operator.kyma-project.io \"klm-kyma-watcher\" not found",
          err: <*errors.StatusError | 0xc00072ab40>{
              ErrStatus: {
                  TypeMeta: {Kind: "", APIVersion: ""},
                  ListMeta: {
                      SelfLink: "",
                      ResourceVersion: "",
                      Continue: "",
                      RemainingItemCount: nil,
                  },
                  Status: "Failure",
                  Message: "watchers.operator.kyma-project.io \"klm-kyma-watcher\" not found",
                  Reason: "NotFound",
                  Details: {
                      Name: "klm-kyma-watcher",
                      Group: "operator.kyma-project.io",
                      Kind: "watchers",
                      UID: "",
                      Causes: nil,
                      RetryAfterSeconds: 0,
                  },
                  Code: 404,
              },
          },
      }
  In [It] at: /home/runner/work/runtime-watcher/runtime-watcher/runtime-watcher/tests/e2e/watcher_enqueue_test.go:124 @ 08/08/24 12:10:56.421
------------------------------

It looks like, some bug has been introduced which needs to be resolved

Acceptance Criteria

  • Fix bug
  • Merge all open dependabot PRs
@jeremyharisch jeremyharisch added the kind/bug Categorizes issue or PR as related to a bug. label Aug 9, 2024
@nesmabadr nesmabadr linked a pull request Aug 12, 2024 that will close this issue
@nesmabadr nesmabadr self-assigned this Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants