Commit 0d4f51f
committed
Display an error message at start of test:sequential if json2capnp is not running
This will display that error message:
================================================================================
ERROR: json2capnp service is not running!
================================================================================
The sequential tests require the json2capnp rust server to be started.
To start the service, run the following commands:
cd services/json2capnp
cargo run 2000 ../../projects/test/test_cache/test
Or in a single command from the project root:
(cd services/json2capnp && cargo run 2000 ../../projects/test/test_cache/test)
Expected service location: localhost:2000
================================================================================1 parent 5660ee9 commit 0d4f51f
File tree
2 files changed
+4
-1
lines changed- packages/transition-backend
- src/api
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| |||
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| 158 | + | |
157 | 159 | | |
158 | 160 | | |
159 | 161 | | |
| |||
0 commit comments