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

expand raptor example #3121

Merged
merged 5 commits into from
Feb 1, 2024
Merged

expand raptor example #3121

merged 5 commits into from
Feb 1, 2024

Conversation

andre-merzky
Copy link
Member

now terminates on worker failures

now terminates on worker failures
Copy link

codecov bot commented Jan 26, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 44.53%. Comparing base (fc66a40) to head (49692bd).
Report is 1247 commits behind head on devel.

Files with missing lines Patch % Lines
src/radical/pilot/raptor/master.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #3121      +/-   ##
==========================================
+ Coverage   44.51%   44.53%   +0.02%     
==========================================
  Files          96       96              
  Lines       10543    10542       -1     
==========================================
+ Hits         4693     4695       +2     
+ Misses       5850     5847       -3     

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

@andre-merzky
Copy link
Member Author

ping @AymenFJA : can you please review the PR independent of applying this in Parsl?

@@ -175,6 +175,7 @@ def __init__(self, proxy_url: Optional[str ] = None,
self._tmgrs = dict() # map IDs to tmgr instances
self._cmgr = None # only primary sessions have a cmgr
self._rm = None # resource manager (agent_0 sessions)
self._hb = None # heartbeat monitor

# this session is either living in the client applicatio or lives in the
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo here: applicatio --> application

Copy link
Contributor

@AymenFJA AymenFJA left a comment

Choose a reason for hiding this comment

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

@andre-merzky I left one small comment. Other than that I think it looks good. Thanks.

…bertools/radical.pilot into fix/raptor_worker_termination
@andre-merzky andre-merzky merged commit f20a4fc into devel Feb 1, 2024
26 checks passed
@andre-merzky andre-merzky deleted the fix/raptor_worker_termination branch February 1, 2024 15:37
@andre-merzky
Copy link
Member Author

Thanks @AymenFJA

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.

3 participants