-
Notifications
You must be signed in to change notification settings - Fork 107
chore: Updating lc image to flex #1795
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
base: dev
Are you sure you want to change the base?
Conversation
|
|
||
| sleep(2) | ||
| logs = ctrl.get_container_logs() | ||
| self.assertRegex( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we keep this assert but change the regex so it works for all python versions? For example, both proxy and afw log "Finished prioritize_customer_dependencies" - we could check for this log instead
| _MESH_IMAGE_URL = "https://mcr.microsoft.com/v2/azure-functions/mesh/tags/list" | ||
| _MESH_IMAGE_URL = ( | ||
| "https://mcr.microsoft.com/v2/azure-functions/bookworm/" | ||
| "flexconsumption/tags/list" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this also work for 3.14 in the future?
…into gaaguiar/flex_tests
…-python-worker into gaaguiar/flex_tests
Description
Fixes #
Pull Request Checklist
Host-Worker Contract
Worker Execution Logic
If yes, please answer the following:
Python Version Coverage
Programming Model Compatibility (for Python 3.13+)