Skip to content
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

Use uuid4 to generate slave client_id #895

Merged
merged 1 commit into from
Sep 28, 2018
Merged

Conversation

mattbailey
Copy link
Contributor

Fixes #894

Current implementation collides easily in environments with large number of slave processes on the same host starting at the same time.

Fixes locustio#894 

Current implementation collides easily in environments with large number of slave processes on the same host starting at the same time.
@codecov
Copy link

codecov bot commented Sep 27, 2018

Codecov Report

Merging #895 into master will not change coverage.
The diff coverage is 50%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #895   +/-   ##
=======================================
  Coverage   66.55%   66.55%           
=======================================
  Files          14       14           
  Lines        1438     1438           
  Branches      226      226           
=======================================
  Hits          957      957           
  Misses        430      430           
  Partials       51       51
Impacted Files Coverage Δ
locust/runners.py 51.31% <50%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3686171...918f6d0. Read the comment docs.

@cgoldberg
Copy link
Member

@mattbailey thanks for contributing to Locust!
👍

@cgoldberg cgoldberg merged commit ba01b0b into locustio:master Sep 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants