mirror of https://github.com/dapr/quickstarts.git
Testing for orderid2 and subscriptionid, but not unsubscripe or terminate. sleep now can be 15.
Updating Python and C# where we have a need. Can consider more langs. Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
This commit is contained in:
parent
aaf07a6f93
commit
16e0d798bc
|
@ -39,12 +39,10 @@ name: Run order-processor service
|
|||
expected_stdout_lines:
|
||||
- '== APP == Configuration for orderId2: {"orderId2":{"value":"102"}}'
|
||||
- '== APP == App subscribed to config changes with subscription id:'
|
||||
- '== APP == App unsubscribed from config updates'
|
||||
- "Exited App successfully"
|
||||
expected_stderr_lines:
|
||||
output_match_mode: substring
|
||||
match_order: none
|
||||
sleep: 120
|
||||
sleep: 15
|
||||
-->
|
||||
|
||||
```bash
|
||||
|
|
|
@ -37,12 +37,10 @@ name: Run order-processor service
|
|||
expected_stdout_lines:
|
||||
- '== APP == Configuration for orderId2: {"Value":"102","Version":"","Metadata":{}}'
|
||||
- '== APP == App subscribed to config changes with subscription id:'
|
||||
- '== APP == App unsubscribed from config changes'
|
||||
- "Exited App successfully"
|
||||
expected_stderr_lines:
|
||||
output_match_mode: substring
|
||||
match_order: none
|
||||
sleep: 120
|
||||
sleep: 15
|
||||
-->
|
||||
|
||||
```bash
|
||||
|
|
|
@ -50,12 +50,10 @@ name: Run order-processor service
|
|||
expected_stdout_lines:
|
||||
- "== APP == INFO:root:Configuration for orderId2: {'orderId2': {'value': '102'}}"
|
||||
- "== APP == INFO:root:App subscribed to config changes with subscription id:"
|
||||
- 'App unsubscribed from config changes'
|
||||
- "Exited App successfully"
|
||||
expected_stderr_lines:
|
||||
output_match_mode: substring
|
||||
match_order: none
|
||||
sleep: 120
|
||||
sleep: 15
|
||||
-->
|
||||
|
||||
```bash
|
||||
|
|
|
@ -48,11 +48,11 @@ pip3 install -r requirements.txt
|
|||
name: Run order-processor service
|
||||
expected_stdout_lines:
|
||||
- '== APP == Configuration for orderId2 : value: "102"'
|
||||
- "Exited App successfully"
|
||||
- '== APP == Subscription ID is'
|
||||
expected_stderr_lines:
|
||||
output_match_mode: substring
|
||||
match_order: none
|
||||
sleep: 120
|
||||
sleep: 15
|
||||
-->
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue