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

Replace TaskSequence and @seq_task with SequentialTaskSet #1310

Merged
merged 3 commits into from
Apr 6, 2020

Conversation

heyman
Copy link
Member

@heyman heyman commented Apr 5, 2020

Replace TaskSequence and @seq_task with SequentialTaskSet class that executes tasks in order of declaration.

@heyman heyman linked an issue Apr 5, 2020 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Apr 5, 2020

Codecov Report

Merging #1310 into master will decrease coverage by 0.22%.
The diff coverage is 85.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1310      +/-   ##
==========================================
- Coverage   80.21%   79.99%   -0.23%     
==========================================
  Files          23       24       +1     
  Lines        2138     2149      +11     
  Branches      322      327       +5     
==========================================
+ Hits         1715     1719       +4     
- Misses        344      346       +2     
- Partials       79       84       +5     
Impacted Files Coverage Δ
locust/core.py 97.69% <ø> (-1.02%) ⬇️
locust/sequential_taskset.py 85.18% <85.18%> (ø)
locust/runners.py 76.21% <0.00%> (-0.23%) ⬇️

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 13d7c3a...223680f. Read the comment docs.

(Replace TaskSequence and @seq_task with SequentialTaskSet class that executes tasks in order of declaration)
@heyman heyman merged commit 1209c61 into master Apr 6, 2020
@heyman heyman deleted the sequential-taskset branch April 14, 2020 09:54
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.

Remove @seq_task and instead add a SequentialTaskSet class
1 participant