We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Raising an InterruptLocust exception within a with statement when using catch_response=True will result in a request failure
The text was updated successfully, but these errors were encountered:
Fixed so that raising InterruptLocust(), as well as SubLocust.interru…
ed074f6
…pt(), works within catch_response + with statements. Fixes issue #4.
Merge pull request locustio#4 from cpennington/tablib-and-tabulate
c9377d2
Tablib and tabulate
Merge pull request locustio#4 from erlanggakrisnamukti/rizalfr/f_modi…
e16676e
…fy_param add timer to header of locust
# This is a combination of 12 commits.
46337f4
# This is the 1st commit message: locustio#1884 User distribution should happen when new workers comes in # This is the commit message locustio#2: locustio#1884 reformatting # This is the commit message locustio#3: locustio#1884 Make rebalance interval configurable # This is the commit message locustio#4: locustio#1884 Adding integration test for rebalanced # This is the commit message locustio#5: locustio#1884 revert change # This is the commit message locustio#6: locustio#1886 Simplify solution # This is the commit message locustio#7: locustio#1886 adding missing dependency # This is the commit message locustio#8: locustio#1884 Adding back enable rebalancing option # This is the commit message locustio#9: locustio#1884 adding extra comment the test # This is the commit message locustio#10: locustio#1884 renaming as suggested # This is the commit message locustio#11: locustio#1884 update help description # This is the commit message locustio#12: locustio#1884 handling of missing workers to rebalance
heyman
No branches or pull requests
Raising an InterruptLocust exception within a with statement when using catch_response=True will result in a request failure
The text was updated successfully, but these errors were encountered: