containerd/integration
lifupan 47fc645682 Integration test task.Delete fix
task.Delete() will try to kill the task before delete it,
but once the task is killed, the TaskExit event will also
tigger another task.Delete() which would conflict with this
test task.Delete(). To avoid this conflict, kill the task instead
of Delete it, and let TaskExit trigger task.Delete().

Signed-off-by: lifupan <lifupan@gmail.com>
2019-05-08 12:28:22 +08:00
..
images Fix empty volume ownership. 2018-06-11 08:40:35 +00:00
addition_gids_test.go Update test based on new PullImage CRI. 2019-02-26 12:43:54 -08:00
container_log_test.go Update test based on new PullImage CRI. 2019-02-26 12:43:54 -08:00
container_stats_test.go Update test based on new CRI. 2018-10-05 11:01:20 -07:00
container_stop_test.go Do not SIGKILL container if container stop is cancelled. 2019-03-27 00:49:41 -07:00
container_update_resources_test.go fix integration test 2018-11-08 17:53:47 -06:00
container_without_image_ref_test.go Update test based on new PullImage CRI. 2019-02-26 12:43:54 -08:00
containerd_image_test.go Update test based on new PullImage CRI. 2019-02-26 12:43:54 -08:00
duplicate_name_test.go Update test based on new CRI. 2018-10-05 11:01:20 -07:00
image_load_test.go test: Fix compile error with go1.10.2 2018-10-08 11:43:53 -07:00
imagefs_info_test.go Update test based on new PullImage CRI. 2019-02-26 12:43:54 -08:00
no_metadata_test.go Move no metadata test 2019-01-09 00:12:53 -08:00
pod_hostname_test.go Do not assume there is no duplicated elements in arrays. 2019-03-28 13:05:55 -07:00
restart_test.go Update test based on new PullImage CRI. 2019-02-26 12:43:54 -08:00
runtime_handler_test.go Add RuntimeHandler into PodSandbox and PodSandboxStatus 2019-02-27 16:49:35 -08:00
sandbox_clean_remove_test.go Integration test task.Delete fix 2019-05-08 12:28:22 +08:00
test_utils.go Add test for shared pid multi-process container stop. 2019-01-04 13:16:29 -08:00
truncindex_test.go Update test based on new PullImage CRI. 2019-02-26 12:43:54 -08:00
volume_copy_up_test.go Update test based on new PullImage CRI. 2019-02-26 12:43:54 -08:00