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

Release runner in case of errors #2520

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

MrSerth
Copy link
Member

@MrSerth MrSerth commented Sep 10, 2024

Previously, a runner was not released in case of an Runner::Error. Especially when a runner was not found (i.e., when executing an arbitrary command), a Runner::Error::RunnerNotFound exception was thrown. Then, the automatic request for a new runner failed, since the previous runner was still in use.

Previously, a runner was not released in case of an `Runner::Error`. Especially when a runner was not found (i.e., when executing an arbitrary command), a `Runner::Error::RunnerNotFound` exception was thrown. Then, the automatic request for a new runner failed, since the previous runner was still in use.
@MrSerth MrSerth added bug ruby Pull requests that update Ruby code labels Sep 10, 2024
@MrSerth MrSerth self-assigned this Sep 10, 2024
Copy link

codecov bot commented Sep 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.40%. Comparing base (bebfa9d) to head (91fc7fb).
Report is 13 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2520      +/-   ##
==========================================
+ Coverage   69.37%   69.40%   +0.03%     
==========================================
  Files         199      199              
  Lines        6347     6347              
==========================================
+ Hits         4403     4405       +2     
+ Misses       1944     1942       -2     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant