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

Track the relevant scheduled product when a job is obsoleted #6134

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

Martchus
Copy link
Contributor

  • Add the ID of the new scheduled product that is obsoleting jobs as reason so we know whether a job has been canceled due when scheduling a product and by which
  • Improve and extend test code, e.g. fix wrong 'two jobs cancelled …' when it should be 'three …'
  • See https://progress.opensuse.org/issues/174583

Copy link

codecov bot commented Jan 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.99%. Comparing base (278bac1) to head (543ae13).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6134   +/-   ##
=======================================
  Coverage   98.99%   98.99%           
=======================================
  Files         396      396           
  Lines       39628    39637    +9     
=======================================
+ Hits        39228    39237    +9     
  Misses        400      400           

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

t/05-scheduler-cancel.t Show resolved Hide resolved
t/05-scheduler-cancel.t Outdated Show resolved Hide resolved
t/05-scheduler-cancel.t Outdated Show resolved Hide resolved
* Add the ID of the new scheduled product that is obsoleting jobs as reason
  so we know whether a job has been canceled due when scheduling a product
  and by which
* Improve and extend test code, e.g. fix wrong 'two jobs cancelled …' when
  it should be 'three …'
* See https://progress.opensuse.org/issues/174583
@mergify mergify bot merged commit af4b5f2 into os-autoinst:master Jan 24, 2025
46 checks passed
@Martchus Martchus deleted the track-cancellation branch January 24, 2025 14:27
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.

3 participants