-
Notifications
You must be signed in to change notification settings - Fork 72
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
[BUG] pod_memory_hog spec test failing in github actions when PR merged to main
#1973
Comments
There is a Litmus Chaos error happening. Before trying to debug we are upgrading Litmus which requires some updates in code integration to the tools and litmus test cases. This issue is blocking #1949 |
Need a new issue to handle constraints in pods, dynamically reading the constraint and telling Litmus to not use more than about 95% of the constraint. If it uses 100% it will cause kubernetes to kill the pod which causes a failure. That is a different type of test. |
Spec bug can be fixed with hardcoding to lower than 80% of coredns. This is not ideal though |
Describe the bug
pod_memory_hog continues to fail in github actions:
To Reproduce
Merges to
main
reproduce the errors.Expected behavior
Should pass and not fail.
The text was updated successfully, but these errors were encountered: