Fix the unittests cause by applying oom_score_adj (0) to the user containers.

This commit is contained in:
Dawn Chen
2015-06-15 14:38:45 -07:00
parent f6f9372d1a
commit 14f78b74cc
2 changed files with 10 additions and 10 deletions

View File

@@ -484,7 +484,7 @@ func TestSyncPodsWithTerminationLog(t *testing.T) {
// Create pod infra container.
"create", "start", "inspect_container",
// Create container.
"create", "start",
"create", "start", "inspect_container",
// Get pod status.
"list", "inspect_container", "inspect_container",
// Get pods for deleting orphaned volumes.