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

apply cb lock #3234

Merged
merged 2 commits into from
Oct 1, 2024
Merged

apply cb lock #3234

merged 2 commits into from
Oct 1, 2024

Conversation

andre-merzky
Copy link
Member

This fixes #3227

Copy link

codecov bot commented Sep 30, 2024

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.

Project coverage is 43.51%. Comparing base (8e829d3) to head (46ceaa2).
Report is 3 commits behind head on devel.

Files with missing lines Patch % Lines
src/radical/pilot/pilot.py 0.00% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #3234      +/-   ##
==========================================
- Coverage   43.52%   43.51%   -0.01%     
==========================================
  Files          96       96              
  Lines       10967    10968       +1     
==========================================
  Hits         4773     4773              
- Misses       6194     6195       +1     
Flag Coverage Δ
43.51% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@@ -252,17 +252,18 @@ def _update(self, pilot_dict):

# invoke pilot specific callbacks
# FIXME: this iteration needs to be thread-locked!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am assuming the line with self._cb_lock did fix the FIXME above it? If so then let's remove the FIXME

@andre-merzky andre-merzky merged commit 7300a35 into devel Oct 1, 2024
28 checks passed
@andre-merzky andre-merzky deleted the fix/pilot_updates branch October 1, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error during the pilot update procedure
2 participants