Honor staged edge gateway update windows

This commit is contained in:
Jeppe Bundgaard
2026-06-30 17:23:04 +02:00
parent b0ea771e6a
commit eefe5630f4
2 changed files with 37 additions and 1 deletions
@@ -88,6 +88,9 @@ it('builds the installer around the compose stack artifacts and management polli
expect($launcherSource)->toContain('ensure_stack_env');
expect($launcherSource)->toContain('REDIS_PASSWORD');
expect($launcherSource)->toContain('chmod 0600 "$ENV_FILE"');
expect($launcherSource)->toContain('staged_update_value()');
expect($launcherSource)->toContain('window="$(staged_update_value update_window \'\')"');
expect($launcherSource)->toContain('Staged update already applied; nothing to reconcile');
expect($launcherSource)->toContain('AUTO_UPDATER_BASE_IMAGE="$auto_updater_base_image"');
expect($launcherSource)->toContain('COMPOSE_PROJECT_NAME="$compose_project_name" compose_cmd -f "$COMPOSE_FILE" ps || true');
expect($launcherSource)->toContain('COMPOSE_PROJECT_NAME="$compose_project_name" compose_cmd -f "$COMPOSE_FILE" logs --tail=80 || true');