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

Avoid calling is_running unnecessarily in kill #6110

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

Martchus
Copy link
Contributor

The stop function does the same check internally so it isn't required.

Related ticket: https://progress.opensuse.org/issues/170209

The `stop` function does the same check internally so it isn't required.

Related ticket: https://progress.opensuse.org/issues/170209
@Martchus
Copy link
Contributor Author

Note that this doesn't fix the related issue. For this we need openSUSE/Mojo-IOLoop-ReadWriteProcess#61.

Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.98%. Comparing base (83f2e29) to head (03a9219).
Report is 8 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6110      +/-   ##
==========================================
- Coverage   98.98%   98.98%   -0.01%     
==========================================
  Files         396      396              
  Lines       39558    39556       -2     
==========================================
- Hits        39158    39156       -2     
  Misses        400      400              

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

@mergify mergify bot merged commit 1b1680b into os-autoinst:master Jan 14, 2025
46 checks passed
@Martchus Martchus deleted the improve-kill branch January 14, 2025 11:13
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