Closed agentpoyo closed 2 months ago
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
Issue seems to be fixed with #1987. Continuation and further improvement of "pod_memory_hog" test is described in #1989
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.