Commit 590dc21
committed
review: CodeRabbit fixes — MD040 fence + curl timeouts on smoke
Two CodeRabbit follow-ups on PR #34:
* tests/web-ui-qa-checklist.md: the fenced block describing the
/api/generate-pdf probe was missing a language hint and tripped
markdownlint MD040. Tagged as `text`.
* tests/web-ui-smoke.sh: every curl call now goes through
CURL_FLAGS=(--silent --show-error --connect-timeout 2 --max-time 5)
so a stalled socket can't hang the script indefinitely. The boot-wait
loop also redirects stderr to /dev/null because connection-refused
during the polling phase is expected; if the wait times out, the
final fall-through check re-runs with stderr visible so the failure
reason is preserved.
Verified: bash tests/web-ui-smoke.sh — 11/11 pass, no noise on stdout.1 parent 7baff7d commit 590dc21
2 files changed
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | | - | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
29 | | - | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
39 | | - | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
61 | | - | |
| 66 | + | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| |||
0 commit comments