-
Notifications
You must be signed in to change notification settings - Fork 23
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
Issue:4044453:Replace the flask framework with aiohttp in PDR plugin #243
Conversation
bot:retest |
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.
looks fine. do we need the base class as wrapper?
plugins/pdr_deterministic_plugin/ufm_sim_web_service/api/base_aiohttp_api.py
Outdated
Show resolved
Hide resolved
Not necessary but more readable. I decided to define all common, API-specific independent functionality to base class. In addition, we can later move the base class to utils and reuse. |
bot:retest |
What
Replace the flask framework with aiohttp in PDR plugin
Why ?
#4044453
Testing ?
Automatic tests
Special triggers
Use the following phrases as comments to trigger different runs
bot:retest
rerun Jenkins CI (to rerun GitHub CI, use "Checks" tab on PR page and rerun all jobs)bot:upgrade
run additional update tests