mirror of https://github.com/dapr/quickstarts.git
C# pubsub test fixes (#581)
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
This commit is contained in:
parent
a5b8b58ed3
commit
05aadd9fde
|
@ -45,6 +45,7 @@ expected_stdout_lines:
|
||||||
- "Exited Dapr successfully"
|
- "Exited Dapr successfully"
|
||||||
- "Exited App successfully"
|
- "Exited App successfully"
|
||||||
expected_stderr_lines:
|
expected_stderr_lines:
|
||||||
|
working_dir: ./checkout
|
||||||
output_match_mode: substring
|
output_match_mode: substring
|
||||||
working_dir: ./checkout
|
working_dir: ./checkout
|
||||||
background: true
|
background: true
|
||||||
|
@ -52,7 +53,7 @@ sleep: 10
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dapr run --app-id checkout --components-path ../../../components/ -- dotnet run
|
dapr run --app-id checkout --components-path ../../../components/ -- dotnet run --project .
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- END_STEP -->
|
<!-- END_STEP -->
|
||||||
|
@ -87,6 +88,7 @@ expected_stdout_lines:
|
||||||
- "Exited Dapr successfully"
|
- "Exited Dapr successfully"
|
||||||
- "Exited App successfully"
|
- "Exited App successfully"
|
||||||
expected_stderr_lines:
|
expected_stderr_lines:
|
||||||
|
working_dir: ./order-processor
|
||||||
output_match_mode: substring
|
output_match_mode: substring
|
||||||
working_dir: ./order-processor
|
working_dir: ./order-processor
|
||||||
background: true
|
background: true
|
||||||
|
@ -95,7 +97,7 @@ sleep: 10
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dapr run --app-id order-processor --components-path ../../../components/ --app-port 7001 -- dotnet run
|
dapr run --app-id order-processor --components-path ../../../components/ --app-port 7001 -- dotnet run --project .
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- END_STEP -->
|
<!-- END_STEP -->
|
||||||
|
|
Loading…
Reference in New Issue