• Yu-Ju Hong's avatar
    node e2e: improve the validate OOM score test for infra containers · 056e343e
    Yu-Ju Hong authored
    The test blindly checked all "pause" processes on the node, assuming
    they were all infra containers. This change takes a snapshot of all
    existing "pause" processes on the node, and exclude them in the
    validation. The test still relies on the fact that it runs exclusively
    on the node. If that assumption changes, we will need other methods to
    locate the PIDs of the infra containers.
    056e343e
container_manager_test.go 7.84 KB