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
Description Currently all PRs are failing, i.e.:
The watcher-enqueue E2E Tests are failing with the following
watcher-enqueue
• [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
The text was updated successfully, but these errors were encountered:
nesmabadr
Successfully merging a pull request may close this issue.
Description
Currently all PRs are failing, i.e.:
The
watcher-enqueue
E2E Tests are failing with the followingIt looks like, some bug has been introduced which needs to be resolved
Acceptance Criteria
The text was updated successfully, but these errors were encountered: