-
Notifications
You must be signed in to change notification settings - Fork 723
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 failures on 8.9.0 #7079
Comments
pebrc
added
:ci
Things related to Continuous Integration, automation and releases
>test
Related to unit/integration/e2e tests
labels
Aug 4, 2023
TestFilebeatAutodiscoverRecipe passes when adding new RBAC permissions which are apparently new in 8.9.0 (I am not sure why we did not catch this in the snapshot builds) +- apiGroups: ["apps"]
+ resources:
+ - replicasets
+ verbs:
+ - get
+ - list
+ - watch
+- apiGroups: ["batch"]
+ resources:
+ - jobs
+ verbs:
+ - get
+ - list
+ - watch |
It's strange, we catched it partially, for |
Same for |
pebrc
added a commit
that referenced
this issue
Aug 5, 2023
pebrc
added a commit
to pebrc/cloud-on-k8s
that referenced
this issue
Aug 5, 2023
Fixes elastic#7079 This was first reported in elastic#6946 (comment) (cherry picked from commit d022e10)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TestFilebeatAutodiscoverRecipe,
TestKubernetesIntegrationRecipe
TestMetricbeatStackMonitoringRecipe.
The text was updated successfully, but these errors were encountered: