More E2E tests

This commit is contained in:
2026-03-19 02:03:41 +01:00
parent f70d50933d
commit 9947635855
4 changed files with 550 additions and 27 deletions

View File

@@ -115,7 +115,7 @@ wait_for_health() {
return
fi
sleep 0.1
sleep 0.2
done
echo "${label} did not become healthy on port ${port}" >&2
@@ -224,4 +224,8 @@ start_node \
wait_for_health "$NODE_B_PORT" "Node B"
run_runner verify-resume
run_runner filter-selectivity
run_runner sync-stop-restart
run_runner bidirectional-sync
printf 'node-sync-e2e local run completed\nlogs: %s\n' "$LOG_DIR"