mirror of https://github.com/dapr/quickstarts.git
Patching tests to pass (C# timing, Python uvicorn) (#933)
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
This commit is contained in:
parent
dcd97eeeeb
commit
7ee9b29981
|
|
@ -99,6 +99,7 @@ jobs:
|
|||
echo "PATH=$PATH:$HOME/.local/bin" >> $GITHUB_ENV
|
||||
pip3 install setuptools wheel
|
||||
pip3 install mechanical-markdown
|
||||
pip3 install fastapi uvicorn
|
||||
- name: Validate building blocks with Python
|
||||
run: |
|
||||
variants=("http" "sdk")
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ name: Run multi app run template
|
|||
expected_stdout_lines:
|
||||
- 'Started Dapr with app id "order-processor-http"'
|
||||
- 'Started Dapr with app id "checkout-http"'
|
||||
- '== APP - checkout-http == Published data: Order { OrderId = 10 }'
|
||||
- '== APP - order-processor-http == Subscriber received : 10'
|
||||
- '== APP - checkout-http == Published data: Order { OrderId = 2 }'
|
||||
- '== APP - order-processor-http == Subscriber received : 2'
|
||||
expected_stderr_lines:
|
||||
output_match_mode: substring
|
||||
match_order: none
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ name: Run multi app run template
|
|||
expected_stdout_lines:
|
||||
- 'Started Dapr with app id "order-processor"'
|
||||
- 'Started Dapr with app id "checkout-sdk"'
|
||||
- 'Published data: Order { OrderId = 10 }'
|
||||
- 'Subscriber received : Order { OrderId = 10 }'
|
||||
- 'Published data: Order { OrderId = 2 }'
|
||||
- 'Subscriber received : Order { OrderId = 2 }'
|
||||
expected_stderr_lines:
|
||||
output_match_mode: substring
|
||||
match_order: none
|
||||
|
|
|
|||
Loading…
Reference in New Issue