Closed as not planned
Description
CI has been improved with the last few PRs, but there are still sources of flakyness.
Floodgates are open here: #3189
This ticket is to list them all, and get to the bottom of it and fix them all.
Feel free to add here any transient failure you see in the comments, with a copy of the logs and a link to the failing build (first failure in the run ONLY).
Fixed by #3192:
- TestCreateWithMACAddress - fails regularly - no idea -
container_create_linux_test.go:121: assertion failed: res.ExitCode is not 0: Command should have succeeded%!(EXTRA string=time="2024-07-05T16:36:12Z" level=fatal msg="container \"e06fb05e3174c1be8afedfc8d58981cdf90f14507b5d7040e6e6f2448823b7ca\" in namespace \"nerdctl-test\": not found" )
see https://github.com/containerd/nerdctl/actions/runs/9811180349/job/27092899863?pr=3178 - TestExecEnv on windows -
container_exec_test.go:79: assertion failed: res.ExitCode is not exitCode: time="2024-07-05T16:54:47Z" level=fatal msg="container \"30bbda4628649e094fee7f172c3aa7c16b1ddb032685f46bc297c9126fa9cefd\" in namespace \"nerdctl-test\": not found"
- looks strangely similar - not sure what is going on here - is there some concurrent prune happening? https://github.com/containerd/nerdctl/actions/runs/9811363482/job/27093391801?pr=3181 - TestRunUserGID
2024-07-05T17:26:39Z" level=fatal msg="container \"d5eddc278faf40a910638e34c9186d5d1b4027c77be4e08f38192850bb194190\" in namespace \"nerdctl-test\": not found
(https://github.com/containerd/nerdctl/actions/runs/9811583654/job/27093967186?pr=3178)