Commit 58b9468
docs(stormtest): document Windows reload-churn limitations + pathing (#512)
Reads/writes concurrency is platform-agnostic and works on Windows, but
reload churn (SS_RELOAD=1, the default) currently does not. Against a
plugin-managed server the harness wedges past CALL_TIMEOUT when the server
is killed mid-reload under load (#513); the documented "run the server
externally" mitigation also fails on Windows because serve-this-worktree is
bash-only and a hand-started --reload server gets killed by the reload (#514).
The editor itself survives reloads. Also documents the POSIX->Windows
invocation differences (venv path, $TMPDIR -> %TEMP%). Resilience tracked
in #509.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 5fe08b8 commit 58b9468
2 files changed
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| 291 | + | |
| 292 | + | |
291 | 293 | | |
292 | 294 | | |
293 | 295 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
66 | 103 | | |
67 | 104 | | |
68 | 105 | | |
| |||
0 commit comments