feat: execute durable archive transfers

This commit is contained in:
2026-07-23 07:21:19 +00:00
parent 68db3ec4c5
commit 884aed9921
14 changed files with 1618 additions and 8 deletions
+3
View File
@@ -21,3 +21,6 @@ for node in "${E2E_NODES[@]}"; do
compose_node "$node" up -d --build
done
"$E2E_ROOT/scripts/wait-routes.sh"
if [[ "${E2E_RUN_TRANSFER:-0}" == "1" ]]; then
"$E2E_ROOT/scripts/archive-happy.sh"
fi