Commit 432d8d1
Poll for VIPM CLI readiness instead of trusting the installer's exit
Same install command, same env vars, two different outcomes across the last
two CI runs: one got past the Settings.ini load and hit the (now-fixed) git
error, the next regressed straight back to "Failed to load Settings.ini" -
with no code change to explain the difference. That's consistent with the
VIPM installer's main process exiting (satisfying Start-Process -Wait) before
a detached background step finishes writing the default Settings.ini, i.e. a
race, not a logic bug.
Replaces "trust the installer returned, then locate vipm.exe" with an actual
readiness check: after locating vipm.exe, poll `vipm --version` for up to 30s
(15 attempts, 2s apart) before running any real command against it.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent a85c532 commit 432d8d1
2 files changed
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
74 | 92 | | |
75 | 93 | | |
76 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
68 | 85 | | |
69 | 86 | | |
70 | 87 | | |
| |||
0 commit comments