Commit 7bb7e62
committed
Add healthcheck to json_server and wait for it in test-rest
- Added Node.js-based healthcheck to json_server to verify it's ready
- Updated test-rest depends_on to wait for json_server health
- This ensures tests don't start before json_server is ready to respond
- Should fix race condition causing 'Cannot read properties of undefined' errors in CI1 parent 0498937 commit 7bb7e62
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
75 | 83 | | |
76 | 84 | | |
77 | 85 | | |
| |||
0 commit comments