test(parallels): tolerate old updater stale chunk recovery · openclaw/openclaw@a579094
steipete
·
2026-04-29
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1955,7 +1955,7 @@ run_fresh_main_lane() {
|
1955 | 1955 | local snapshot_id="$1" |
1956 | 1956 | local host_ip="$2" |
1957 | 1957 | phase_run "fresh.restore-snapshot" "$TIMEOUT_SNAPSHOT_S" restore_snapshot "$snapshot_id" |
1958 | | - phase_run "fresh.reset-state" "$TIMEOUT_VERIFY_S" reset_openclaw_user_state |
| 1958 | + phase_run "fresh.reset-state" "$TIMEOUT_ONBOARD_S" reset_openclaw_user_state |
1959 | 1959 | phase_run "fresh.install-main" "$(install_main_timeout)" install_main_tgz "$host_ip" "openclaw-main-fresh.tgz" |
1960 | 1960 | FRESH_MAIN_VERSION="$(extract_last_version "$(phase_log_path fresh.install-main)")" |
1961 | 1961 | phase_run "fresh.verify-main-version" "$TIMEOUT_VERIFY_S" verify_target_version |
@@ -1983,7 +1983,7 @@ run_upgrade_lane() {
|
1983 | 1983 | local snapshot_id="$1" |
1984 | 1984 | local host_ip="$2" |
1985 | 1985 | phase_run "upgrade.restore-snapshot" "$TIMEOUT_SNAPSHOT_S" restore_snapshot "$snapshot_id" |
1986 | | - phase_run "upgrade.reset-state" "$TIMEOUT_VERIFY_S" reset_openclaw_user_state |
| 1986 | + phase_run "upgrade.reset-state" "$TIMEOUT_ONBOARD_S" reset_openclaw_user_state |
1987 | 1987 | phase_run "upgrade.install-latest" "$TIMEOUT_INSTALL_SITE_S" install_latest_release |
1988 | 1988 | LATEST_INSTALLED_VERSION="$(extract_last_version "$(phase_log_path upgrade.install-latest)")" |
1989 | 1989 | phase_run "upgrade.verify-latest-version" "$TIMEOUT_VERIFY_S" verify_version_contains "$INSTALL_VERSION" |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。