containers / qm

QM is a containerized environment for running Functional Safety qm (Quality Management) software
https://github.com/containers/qm
GNU General Public License v2.0
20 stars 20 forks source link

tests: Disable oom_score_adj on prepare_test #472

Closed telemaco closed 3 weeks ago

telemaco commented 3 weeks ago

The prepare_test fuction overrides the OOMScoreAdjust value. That should be performed if necessary through systemd drop-in files.

Yarboa commented 3 weeks ago

It seems that in disk test, OOMScoreAdjust=1000 is working while the default https://github.com/containers/qm/blob/main/qm.container#L13 is not triggering oom_killer

this tests is failing https://github.com/containers/qm/blob/main/tests/ffi/disk/test.sh

Machine crash, I would like to review scoring mechanism