-
Notifications
You must be signed in to change notification settings - Fork 708
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
Bump Kibana memory only for 8.1.x in e2e tests. #7836
Conversation
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
buildkite test this -f p=gke,s=8.1.3 -m t=TestFleetMode,t=TestAPMKibanaAssociation,t=TestAgentVersionUpgradeToLatest8x,t=TestFleetAgentWithoutTLS |
transient error in our e2e test run. Will retry once the cleanup is complete. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not very objective 🙃 but LGTM.
buildkite test this -f p=gke,s=8.1.3 -m t=TestFleetMode,t=TestAPMKibanaAssociation,t=TestAgentVersionUpgradeToLatest8x,t=TestFleetAgentWithoutTLS |
Signed-off-by: Michael Montgomery <mmontg1@gmail.com> (cherry picked from commit 1883b74)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
We are seeing nightly e2e test failures with Kibana being OOM killed, which seems to be limited to Kibana 8.1.x. This increases the memory in the e2e tests for Kibana 8.1.x only to a level that we've found/tested that enables our e2e tests to pass again. This is what @thbkrkr suggested in #7819.
We suspect that the increased memory consumption is from moving to CgroupsV2.
There is a k8s bug and a runc fix