Skip to content

Commit

Permalink
enabling tests
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Rocha <[email protected]>
  • Loading branch information
rochabr committed Jul 26, 2024
1 parent 0ff5461 commit a8b72b3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions jobs/go/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@ Open a new terminal window and run the multi app run template:
<!-- STEP
name: Run multi app run template (disabled)
expected_stdout_lines:
- '== APP - job-service == Starting droid: R2-D2'
- '== APP - job-service == Executing maintenance job: Oil Change'
- '== APP - job-service == Starting droid: C-3PO'
- '== APP - job-service == Executing maintenance job: Memory Wipe'
expected_stderr_lines:
output_match_mode: substring
match_order: none
background: true
sleep: 15
timeout_seconds: 30
sleep: 120
timeout_seconds: 180
-->
<!-- END_STEP -->

```bash
dapr run -f .
Expand All @@ -44,7 +47,6 @@ The terminal console output should look similar to this, where:
- The `R2-D2` job is being executed after 5 seconds.
- The `R2-D2` job is being executed after 10 seconds.


```text
== APP - job-service == dapr client initializing for: 127.0.0.1:6481
== APP - job-service == Registered job handler for: R2-D2
Expand Down Expand Up @@ -81,7 +83,7 @@ After 10 seconds, the terminal output should present the `C3-PO` job being proce
dapr stop -f .
```


<!-- END_STEP -->

## Run the Jobs APIs individually

Expand Down

0 comments on commit a8b72b3

Please sign in to comment.