fix: fix mechanical markdown steps

Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
mikeee 2024-07-26 20:32:40 +01:00
parent 8a13e63f5c
commit 6e89fad259
No known key found for this signature in database
GPG Key ID: ACED13988580D50E
8 changed files with 60 additions and 9 deletions

View File

@ -28,7 +28,7 @@ expected_stdout_lines:
expected_stderr_lines:
output_match_mode: substring
match_order: none
background: true
background: false
sleep: 60
timeout_seconds: 120
-->
@ -61,8 +61,15 @@ After 30 seconds, the terminal output should present the `C-3PO` job being proce
== APP - job-service == Executing maintenance job: Limb Calibration
```
<!-- END_STEP -->
2. Stop and clean up application processes
<!-- STEP
name: Stop multi-app run
sleep: 5
-->
```bash
dapr stop -f .
```
@ -149,4 +156,4 @@ Back at the `job-service` app terminal window, the output should be:
```text
ERRO[0249] Error getting job c-3po due to: rpc error: code = Unknown desc = job not found: app||default||job-service||c-3po instance=diagrid.local scope=dapr.api type=log ver=1.14.0-rc.2
```
```

View File

@ -27,7 +27,7 @@ Open a new terminal window and run the multi app run template:
expected_stderr_lines:
output_match_mode: substring
match_order: none
background: true
background: false
sleep: 120
timeout_seconds: 180
-->
@ -78,7 +78,13 @@ After 10 seconds, the terminal output should present the `C3-PO` job being proce
== APP - job-service == Executing maintenance job: Memory Wipe
```
<!-- END_STEP -->
2. Stop and clean up application processes
<!-- STEP
name: Stop multi-app run
sleep: 5
-->
```bash
dapr stop -f .

View File

@ -26,7 +26,7 @@ expected_stdout_lines:
expected_stderr_lines:
output_match_mode: substring
match_order: none
background: true
background: false
sleep: 30
timeout_seconds: 60
-->
@ -59,9 +59,15 @@ The terminal console output should look similar to this:
== APP - checkout-http == Published data: {"orderId":10}
== APP - order-processor-http == Subscriber received: {"orderId":10}
```
<!-- END_STEP -->
2. Stop and clean up application processes
<!-- STEP
name: Stop multi-app run
sleep: 5
-->
```bash
dapr stop -f .
```

View File

@ -26,7 +26,7 @@ expected_stdout_lines:
expected_stderr_lines:
output_match_mode: substring
match_order: none
background: true
background: false
sleep: 30
timeout_seconds: 60
-->
@ -59,8 +59,14 @@ The terminal console output should look similar to this:
== APP - checkout-sdk == Published data: {"orderId":10}
== APP - order-processor == Subscriber received: map[orderId:10]
```
<!-- END_STEP -->
2. Stop and clean up application processes
<!-- STEP
name: Stop multi-app run
sleep: 5
-->
```bash
dapr stop -f .

View File

@ -23,7 +23,7 @@ expected_stdout_lines:
expected_stderr_lines:
output_match_mode: substring
match_order: none
background: true
background: false
sleep: 30
timeout_seconds: 60
-->
@ -56,9 +56,15 @@ The terminal console output should look similar to this:
== APP - checkout-http == Published data: {"orderId":10}
== APP - order-processor == Subscriber received: {"orderId":10}
```
<!-- END_STEP -->
3. Stop and clean up application processes
<!-- STEP
name: Stop multi-app run
sleep: 5
-->
```bash
dapr stop -f .
```

View File

@ -25,7 +25,7 @@ expected_stdout_lines:
expected_stderr_lines:
output_match_mode: substring
match_order: none
background: true
background: false
sleep: 15
-->
@ -33,7 +33,13 @@ sleep: 15
dapr run -f .
```
<!-- END_STEP -->
2. Stop and cleanup application process
<!-- STEP
name: Stop multi-app run
sleep: 5
-->
```bash
dapr stop -f .

View File

@ -25,7 +25,7 @@ expected_stdout_lines:
expected_stderr_lines:
output_match_mode: substring
match_order: none
background: true
background: false
sleep: 15
-->
@ -33,8 +33,15 @@ sleep: 15
dapr run -f .
```
<!-- END_STEP -->
2. Stop and cleanup application process
<!-- STEP
name: Stop multi-app run
sleep: 5
-->
```bash
dapr stop -f .
```

View File

@ -32,7 +32,7 @@ expected_stdout_lines:
- "There are now 90 cars left in stock"
- "Workflow completed - result: COMPLETED"
output_match_mode: substring
background: true
background: false
timeout_seconds: 120
sleep: 30
-->
@ -70,10 +70,17 @@ dapr run -f .
4. Stop Dapr workflow with CTRL-C or:
<!-- END_STEP -->
<!-- STEP
name: Stop multi-app run
sleep: 5
-->
```sh
dapr stop -f .
```
<!-- END_STEP -->
### View workflow output with Zipkin