Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
system tests: address COPY-hardlink flake
Possible cause: on Debian, maybe because of fuse-overlayfs(??), we sometimes see unexpected inode numbers. This PR tightens the test logic, so it runs one 'stat' command in only one podman invocation, then cross-checks multiple lines of output. I don't know if this will really fix the flake, but even if it doesn't, it will at least give us much more useful diagnostic output than before. And, as long as I'm in here, clean up test, remove duplication, make error messages distinct (hence more useful), and comment. Fixes: #17979 Signed-off-by: Ed Santiago <[email protected]>
- Loading branch information