From: Wolfgang Bumiller <w.bumiller@proxmox.com>
To: Filip Schauer <f.schauer@proxmox.com>
Cc: pve-devel@lists.proxmox.com
Subject: applied-series: [PATCH proxmox v2 0/2] oci: tests: refactor to drop static test tarballs
Date: Thu, 10 Sep 2026 16:20:18 +0200 [thread overview]
Message-ID: <3e6l3adayq6qgp7ka6exe33rnydfktiir2cgb47ikvlk2f6o7b@she5u4jrhdab> (raw)
In-Reply-To: <20260720095030.64797-1-f.schauer@proxmox.com>
applied series and amended the commit message, thanks
On Mon, Jul 20, 2026 at 11:50:18AM +0200, Filip Schauer wrote:
> Refactor the OCI tests to generate OCI images on the fly instead of
> relying on pre-built tar files checked into the repository.
>
> Changed since v1:
> * re-format with style edition 2024
> This fixes a merge conflict starting with:
> f3305009a212 "tree-wide re-format with style edition 2024"
>
> Filip Schauer (2):
> oci: tests: return Result from tests to avoid unwrap calls
> oci: tests: generate OCI test images on the fly
>
> proxmox-oci/Cargo.toml | 2 +
> proxmox-oci/tests/extract_replace.rs | 73 +++++---
> proxmox-oci/tests/extract_whiteouts.rs | 123 ++++++++-----
> proxmox-oci/tests/helper/mod.rs | 3 +
> .../tests/helper/oci_tar_image_builder.rs | 171 ++++++++++++++++++
> .../oci_test_replace_dir_with_file.tar | Bin 8704 -> 0 bytes
> .../oci_image_data/oci_test_replace_file.tar | Bin 8704 -> 0 bytes
> .../oci_test_replace_file_with_dir.tar | Bin 8704 -> 0 bytes
> .../oci_test_whiteout_current_directory.tar | Bin 8704 -> 0 bytes
> .../oci_test_whiteout_dead_symlink_parent.tar | Bin 8704 -> 0 bytes
> .../oci_test_whiteout_root_breakout.tar | Bin 7168 -> 0 bytes
> ...oci_test_whiteout_root_parent_breakout.tar | Bin 7168 -> 0 bytes
> .../oci_test_whiteout_symlink.tar | Bin 8704 -> 0 bytes
> 13 files changed, 297 insertions(+), 75 deletions(-)
> create mode 100644 proxmox-oci/tests/helper/mod.rs
> create mode 100644 proxmox-oci/tests/helper/oci_tar_image_builder.rs
> delete mode 100644 proxmox-oci/tests/oci_image_data/oci_test_replace_dir_with_file.tar
> delete mode 100644 proxmox-oci/tests/oci_image_data/oci_test_replace_file.tar
> delete mode 100644 proxmox-oci/tests/oci_image_data/oci_test_replace_file_with_dir.tar
> delete mode 100644 proxmox-oci/tests/oci_image_data/oci_test_whiteout_current_directory.tar
> delete mode 100644 proxmox-oci/tests/oci_image_data/oci_test_whiteout_dead_symlink_parent.tar
> delete mode 100644 proxmox-oci/tests/oci_image_data/oci_test_whiteout_root_breakout.tar
> delete mode 100644 proxmox-oci/tests/oci_image_data/oci_test_whiteout_root_parent_breakout.tar
> delete mode 100644 proxmox-oci/tests/oci_image_data/oci_test_whiteout_symlink.tar
>
> --
> 2.47.3
prev parent reply other threads:[~2026-09-10 14:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-20 9:50 [PATCH proxmox v2 0/2] oci: tests: refactor to drop static test tarballs Filip Schauer
2026-07-20 9:50 ` [PATCH proxmox v2 1/2] oci: tests: return Result from tests to avoid unwrap calls Filip Schauer
2026-07-20 9:50 ` [PATCH proxmox v2 2/2] oci: tests: generate OCI test images on the fly Filip Schauer
2026-09-02 9:07 ` Filip Schauer
2026-09-10 14:20 ` Wolfgang Bumiller [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3e6l3adayq6qgp7ka6exe33rnydfktiir2cgb47ikvlk2f6o7b@she5u4jrhdab \
--to=w.bumiller@proxmox.com \
--cc=f.schauer@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.