InodeEviction test tests that when some pods create many empty files, both in their container and in volumes, they are evicted before pods that act normally.

This commit is contained in:
David Ashpole
2016-11-23 11:46:47 -08:00
parent 305528d7fd
commit a232c15a45
3 changed files with 288 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ go_test(
"e2e_node_suite_test.go",
"garbage_collector_test.go",
"image_id_test.go",
"inode_eviction_test.go",
"kubelet_test.go",
"lifecycle_hook_test.go",
"log_path_test.go",