align docker and podman implementations#3761
Conversation
eee7623 to
c68fdd9
Compare
c68fdd9 to
1951240
Compare
|
This will probably conflict with #3760 - happy to rebase if that patch goes in first |
|
/cc @haircommander - easiest reviewed per-commit; this aligns the code more between the two packages to make it easier to keep them in sync where possible.
|
|
Some failures; not sure if related or flaky; let me see if I can find; |
|
Ah, I see other PRs fail as well, and from the So it's possible that some parts of the tests doesn't handle that correctly; at least I notice the list of storage-drivers, which doesn't include cadvisor/integration/tests/api/docker_test.go Lines 350 to 355 in 387e703 |
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
use more generic names to start aligning the implementations for easier maintenance. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
It's more idiomatic, and aligns with the docker implementation for the same. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Align the code between the implementations for easier comparison; mostly renaming some vars, changing order, and syncing comments. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1951240 to
afc6074
Compare
|
@dims rebased 😄 |
zfsFilesystemandzfsParentbeing swapped. #3765taken from #3757 - see individual commits for details