containerd/integration
Danny Canter 3c1e7ffb80 Integration: Alter TestContainerPids for Windows
The point of this test is to see that we successfully can get all of
the pids running in the container and they match the number expected,
but for Windows this concept is a bit different. Windows containers
essentially go through the usermode boot phase of the operating system,
and have quite a few processes and system services running outside of
the "init" process you specify. Because of this, there's not a great
way to say "there should only be N processes running" like we can ensure
for Linux. So, on Windows check that we're at least greater than one.

Signed-off-by: Danny Canter <danny@dcantah.dev>
2023-10-12 01:04:17 -07:00
..
client Integration: Alter TestContainerPids for Windows 2023-10-12 01:04:17 -07:00
cri-api/pkg/apis Add container event support to containerd 2022-12-08 19:30:39 +00:00
failpoint/cmd *: add runc-fp as runc wrapper to inject failpoint 2023-10-02 17:44:41 +00:00
images Update go-toml to v2 2023-09-22 15:35:12 -07:00
remote error strings should not be capitalized 2023-02-15 14:30:36 +08:00
addition_gids_test.go oci: fix additional GIDs 2023-02-10 15:53:00 +09:00
build_local_containerd_helper_test_linux.go Remove runtime v1 2023-03-15 09:18:14 -07:00
build_local_containerd_helper_test.go Add warning for plugin configs with unknown fields 2023-09-25 16:09:15 -07:00
container_event_test.go Move PLEG event generation back to sbserver to avoid missing pod sandbox status 2023-02-11 01:34:33 +00:00
container_exec_test.go integration: add testcase to drain exec IO in time 2023-03-03 11:59:07 +08:00
container_log_test.go replace strings.Split(N) for strings.Cut() or alternatives 2022-11-07 10:02:25 +01:00
container_restart_test.go Fix command line parsing for image list 2022-07-25 14:19:40 -07:00
container_stats_test.go Fix some assertions for integ tests 2023-10-02 17:14:27 +00:00
container_stop_test.go Fix some assertions for integ tests 2023-10-02 17:14:27 +00:00
container_update_resources_test.go Fix Memory Limit test 2023-01-17 13:07:28 -05:00
container_volume_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
container_without_image_ref_test.go Fix some assertions for integ tests 2023-10-02 17:14:27 +00:00
containerd_image_test.go Fix some assertions for integ tests 2023-10-02 17:14:27 +00:00
duplicate_name_test.go Fix command line parsing for image list 2022-07-25 14:19:40 -07:00
image_load_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
image_pull_timeout_test.go Fix some assertions for integ tests 2023-10-02 17:14:27 +00:00
imagefs_info_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
issue7496_linux_test.go integration: add case to reproduce #7496 2023-08-11 17:41:04 +08:00
issue7496_shutdown_linux_test.go integration: add ShouldRetryShutdown case based on #7496 2023-08-11 17:43:51 +08:00
main_test.go Move to use github.com/containerd/log 2023-09-22 07:53:23 -07:00
no_metadata_test.go Merge pull request #5619 from mikebrow/cri-add-v1-proxy-alpha 2021-07-09 14:07:24 -04:00
nri_test.go nri: update mock plugin handlers 2023-09-12 17:51:27 -07:00
pod_dualstack_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
pod_hostname_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
pod_userns_linux_test.go pkg/process: Only use idmap mounts if runc supports it 2023-09-13 16:44:54 +02:00
restart_test.go CRI: Fix no CNI info for pod sandbox on restart 2022-12-20 13:20:27 -08:00
runtime_handler_test.go integration: Enables TestRuntimeHandler for Windows 2021-10-07 18:20:59 -07:00
sandbox_clean_remove_test.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
sandbox_clean_remove_windows_test.go replace mcr.microsoft.com registry to ghcr.io/containerd registry 2023-08-06 21:14:07 +08:00
sandbox_run_rollback_test.go Fix some assertions for integ tests 2023-10-02 17:14:27 +00:00
shim_dial_unix_test.go Remove runtime v1 2023-03-15 09:18:14 -07:00
truncindex_test.go Fix some assertions for integ tests 2023-10-02 17:14:27 +00:00
volume_copy_up_test.go cri: Don't use rel path for image volumes 2023-07-31 12:33:54 +02:00
volume_copy_up_unix_test.go TestVolumeOwnership: compare GID, not group name 2023-01-04 02:20:42 +09:00
volume_copy_up_windows_test.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
windows_device_test.go chore: use go fix to cleanup old +build buildtag 2022-12-29 14:25:14 +08:00
windows_hostprocess_test.go Fix argsEscaped tests 2023-04-07 13:25:03 -07:00
windows_rootfs_size_test.go Cleanup build constraints 2022-12-08 09:36:20 -08:00