forked from locustio/locust
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sync with LocusIO Repo #1
Merged
Merged
Conversation
This file contains 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
* More robust RPC error handling on msg from worker * Use dedicated exceptions, fewer nested try blocks * Fix test_zmqrpc.py * Undo function split since added new exceptions * Fix more tests * Fix some tests * Fix typo * Fix scoping of variables * Add tests for RPC/ZMQ changes * flake and black fixes * Remove debug print line Co-authored-by: Ryan Warner <[email protected]>
…FastHttpUser-unit-tests Remove timeout parameter from FastHttpUser unit tests
…aster is not up yet
…o-avoid-workers-giving-up-too-soon-if-master-is-not-up-yet Increase CONNECT_RETRY_COUNT to avoid workers giving up too soon if master is not up yet
* Escape user supplied data in html report (#2126) authored-by: Tom Herrmann <[email protected]>
MD5 is old, insecure, and can create problems for people using this package when they are trying to pass some compliance requirements (for example, FIPS).
Replace the MD5 usage by SHA256
Fix escaping for exceptions in normal web ui (related to #2126)
fix: Fix typo at user/wait_time.py
Test Report: Implement table sorting
Small documentation correction
The connection timeout and number of attempts are hardcoded, so a failure will take very long These log lines will allow to troubleshoot issues with the connection to master
Log an error for every failed attempt to connect to master
Minor edits to the documentation
…instead of User.tasks
….task-is-set-instead-of-User.tasks Better error message when User.task is set instead of User.tasks
style: add a report favicon
…update Fix for Flask 2.2.0 breaking changes
…hich was removed in #2148)
…, so CHANGELOG.md is incomplete)
fix: Ensure new test starts with specified number of users after previous test has been stopped
chore: Remove misleading docstring in test
danigoland
added a commit
that referenced
this pull request
Aug 9, 2022
This reverts commit b7b5284.
danigoland
added a commit
that referenced
this pull request
Aug 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.