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:
Paul Yuknewicz 2023-06-02 00:32:19 -07:00
parent aaf07a6f93
commit 16e0d798bc
4 changed files with 5 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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