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

cherry-pick: PENG-2678 Fixed issue with handle_errors_async #694

Conversation

fschuch
Copy link
Member

@fschuch fschuch commented Jan 30, 2025

The implementation of handle_errors_async() that was embedded in the
jobbergate-agent was not compatible with a recent update to py-buzz
version 4.1.

This change removes the embedded implementation in favor of using the
upstream implementation of the same that is now a part of py-buzz
version 5.0.

Original Commit: 0948b69

Copy link

codecov bot commented Jan 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.65%. Comparing base (d794e87) to head (1a1c521).
Report is 1 commits behind head on release/5.4.

Additional details and impacted files
@@               Coverage Diff               @@
##           release/5.4     #694      +/-   ##
===============================================
+ Coverage        92.58%   92.65%   +0.06%     
===============================================
  Files               85       85              
  Lines             4493     4466      -27     
===============================================
- Hits              4160     4138      -22     
+ Misses             333      328       -5     
Flag Coverage Δ
agent 93.39% <ø> (+0.54%) ⬆️
api 95.33% <ø> (ø)
cli 88.62% <ø> (ø)
core 96.31% <ø> (ø)

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.

@fschuch fschuch requested a review from dusktreader January 30, 2025 22:28
@dusktreader
Copy link
Member

Please remember to add the Original Commit footer in the commit message (see standards doc for commit messages).

The implementation of `handle_errors_async()` that was embedded in the
`jobbergate-agent` was not compatible with a recent update to `py-buzz`
version `4.1`.

This change removes the embedded implementation in favor of using the
upstream implementation of the same that is now a part of `py-buzz`
version `5.0`.

Original Commit: 0948b69
@fschuch fschuch force-pushed the cherry-pick/PENG-2678--fix-agent-issue-with-handle_errors_async branch from f94adda to 1a1c521 Compare January 31, 2025 11:17
@fschuch
Copy link
Member Author

fschuch commented Jan 31, 2025

Please remember to add the Original Commit footer in the commit message (see standards doc for commit messages).

Good catch, I got it now.

@fschuch fschuch merged commit 371a853 into release/5.4 Jan 31, 2025
13 checks passed
@fschuch fschuch deleted the cherry-pick/PENG-2678--fix-agent-issue-with-handle_errors_async branch January 31, 2025 19:54
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.

2 participants