-
Notifications
You must be signed in to change notification settings - Fork 105
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
Feature/update locust and endpoints #3698
Conversation
locustfile.py
Outdated
else: | ||
return [] | ||
|
||
# @locust.task |
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.
Should these be commented out?
Codecov Report
@@ Coverage Diff @@
## develop #3698 +/- ##
========================================
Coverage 88.26% 88.26%
========================================
Files 76 76
Lines 6559 6559
========================================
Hits 5789 5789
Misses 770 770 Continue to review full report at Codecov.
|
@@ -384,6 +403,14 @@ def load_schedule_a_problematic(self): | |||
"schedules/schedule_a/", name="load_schedule_a_problematic", params=params | |||
) | |||
|
|||
# @locust.task |
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.
@qqss88 did you want this to be commented out? I don't think locust
will run this test if it's not defined as a task.
Summary (required)
update locust file and endpoints walk file
Include a summary of proposed changes.
How to test the changes locally
python endpoints_walk.py
note: the added endpoints walk will fail until the update is deployed.
Impacted areas of the application
List general components of the application that this PR will affect:
api testing
Related PRs
List related PRs against other branches: