mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
This patch adds diagnostic data and additional logging to catch the root cause for issue #1303: - Exactly when and why cleanup is called - Whether the cd /tmp command succeeds - The actual tar exit code (not just 255 from SSH) - Whether cleanup happens before tar completes (race condition) - The full collection.log showing the sequence of events Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
:testgroup: == Miscellaneous Tests Tests verifying system utilities and operational features: - Operational datastore query for all configuration - Support data collection with work-dir and GPG encryption include::operational_all/Readme.adoc[] <<< include::support_collect/Readme.adoc[]