containerd/integration
Akihiro Suda 0f163d6960
TestVolumeOwnership: compare GID, not group name
The name of the GID 65534 differs across distros.
("nogroup" on Debian derivatives, "nobody" on Red Hat derivatives)

Fix the following test failure:
```
=== RUN   TestVolumeOwnership
    volume_copy_up_test.go:103: Create a sandbox
    main_test.go:667: Pull test image "ghcr.io/containerd/volume-ownership:2.1"
    volume_copy_up_test.go:108: Create a container with volume-ownership test image
    volume_copy_up_test.go:117: Start the container
    volume_copy_up_test.go:125: Check ownership of test directory inside container
    volume_copy_up_test.go:146: Check ownership of test directory on the host
    volume_copy_up_test.go:153:
        	Error Trace:	/root/go/src/github.com/containerd/containerd/volume_copy_up_test.go:153
        	Error:      	Not equal:
        	            	expected: "nobody:nogroup\n"
        	            	actual  : "nobody:nobody\n"

        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,2 +1,2 @@
        	            	-nobody:nogroup
        	            	+nobody:nobody

        	Test:       	TestVolumeOwnership
--- FAIL: TestVolumeOwnership (3.45s)
```

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2023-01-04 02:20:42 +09:00
..
client chore: use go fix to cleanup old +build buildtag 2022-12-29 14:25:14 +08:00
cri-api/pkg/apis Add container event support to containerd 2022-12-08 19:30:39 +00:00
failpoint/cmd Run gofmt 1.19 2022-08-04 18:18:33 -07:00
images integration/images: switch away from Docker Hub to avoid rate limit 2023-01-02 05:49:30 +09:00
remote chore: use go fix to cleanup old +build buildtag 2022-12-29 14:25:14 +08:00
addition_gids_test.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
build_local_containerd_helper_test_linux.go Add sandbox store plugin type 2022-12-20 23:05:14 -08:00
build_local_containerd_helper_test.go Use logtest if possible to clean up logs 2022-10-17 16:27:23 +00:00
container_event_test.go integration: increase timeout in container_event_test.go 2022-12-09 15:26:49 +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 container_stats_test.go: avoid checking snapshot size 2023-01-04 02:20:41 +09:00
container_stop_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
container_update_resources_test.go Fix TestUpdateContainerResources_Memory* on cgroup v2 hosts 2023-01-02 13:15:38 +09: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 Use image lists in client tests 2022-07-25 10:47:00 -07:00
containerd_image_test.go ContainerStatus to return container resources 2022-08-24 19:08:06 +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 integration: add first NRI integration tests. 2022-11-28 21:51:25 +02:00
imagefs_info_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
main_test.go Add integration tests for CRI userns 2022-12-27 22:01:12 -03: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 integration: add first NRI integration tests. 2022-11-28 21:51:25 +02: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 Add integration tests for CRI userns 2022-12-27 22:01:12 -03: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 Cleanup build constraints 2022-12-08 09:36:20 -08:00
sandbox_run_rollback_test.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
shim_dial_unix_test.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
truncindex_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
volume_copy_up_test.go TestVolumeOwnership: compare GID, not group name 2023-01-04 02:20:42 +09: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 Cleanup build constraints 2022-12-08 09:36:20 -08:00
windows_rootfs_size_test.go Cleanup build constraints 2022-12-08 09:36:20 -08:00