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

Reduce runtime of t/04-scheduler.t #5315

Merged
merged 1 commit into from Sep 28, 2023
Merged

Conversation

perlpunk
Copy link
Contributor

I'm now reusing jobs and also reduced the number of workers. This reduced the runtime a bit from 2.07 to 1.84.

Considering that the test before only had one worker and two jobs, and that we want to test code which deals with multiple workers and jobs, I think the increase to before the original pull request is legitimate.

Issue: https://progress.opensuse.org/issues/129619

I'm now reusing jobs and also reduced the number of workers. This reduced the
runtime a bit from 2.07 to 1.84.

Considering that the test before only had one worker and two jobs, and that we
want to test code which deals with multiple workers and jobs, I think the
increase to before the original pull request is legitimate.

Issue: https://progress.opensuse.org/issues/129619
@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (9b05715) 98.32% compared to head (843d933) 98.32%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5315   +/-   ##
=======================================
  Coverage   98.32%   98.32%           
=======================================
  Files         389      389           
  Lines       37285    37285           
=======================================
  Hits        36659    36659           
  Misses        626      626           
Files Coverage Δ
t/04-scheduler.t 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mergify mergify bot merged commit cd5ebc7 into os-autoinst:master Sep 28, 2023
36 checks passed
@perlpunk perlpunk deleted the test-runtime branch October 2, 2023 08:30
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.

None yet

3 participants