-
Notifications
You must be signed in to change notification settings - Fork 107
Enhance test Webhost logs and fix 503s #1411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
bd6a7d4
add sanity check for testwebhost and refactor webhost log after test
YunchuWang cc3866a
reduce ut pipeline passing log
YunchuWang 3f35fdf
format
YunchuWang 2909fb4
format
YunchuWang 46f7750
update github action versions
YunchuWang 468aed0
codecov
YunchuWang 9628368
fix ut ppl
YunchuWang af04661
fix deprecated output flag
YunchuWang b6a469b
Revert "fix deprecated output flag"
YunchuWang 5b03b6f
fix output 2
YunchuWang 0a67e9d
Revert "fix output 2"
YunchuWang a3d600f
len check
YunchuWang d92bb16
enable host console log for ut pipeline
YunchuWang 29f7b3f
suppress passed ut log
YunchuWang ddcae61
reduce log
YunchuWang 6fba0ba
reduce log for e2e ppl
YunchuWang 6e231cf
upload webhost log to artifact
YunchuWang 67ea4fe
fix
YunchuWang 5d78f7f
archive logs for e2e ppl
YunchuWang 87d6c0e
revert format
YunchuWang ba43a23
add lang version to log filename
YunchuWang 25e655e
fix
YunchuWang 35a7904
always publish archive
YunchuWang abcc0e9
revert
YunchuWang a532712
upgrade eg ext version
YunchuWang d403d94
revert gitignore
YunchuWang 6e6603e
only publish log if failure
YunchuWang 87ddf99
feedback
YunchuWang 8c4b024
feedback
YunchuWang b18ae11
fix
YunchuWang 6a6a77e
fback
YunchuWang f6b3483
flake
YunchuWang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env bash | ||
python -m pytest -n auto --dist loadfile --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend/test_worker_process_count_functions.py tests/endtoend/test_threadpool_thread_count_functions.py | ||
python -m pytest -n auto --dist loadfile --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append --ignore=tests/endtoend/test_worker_process_count_functions.py --ignore=tests/endtoend/test_threadpool_thread_count_functions.py tests/endtoend | ||
python -m pytest -q -n auto --dist loadfile --reruns 4 --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend/test_worker_process_count_functions.py tests/endtoend/test_threadpool_thread_count_functions.py | ||
python -m pytest -q -n auto --dist loadfile --reruns 4 --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append --ignore=tests/endtoend/test_worker_process_count_functions.py --ignore=tests/endtoend/test_threadpool_thread_count_functions.py tests/endtoend |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.