-
Notifications
You must be signed in to change notification settings - Fork 28
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
RxNodeComponent should set exceptions on the context #326
RxNodeComponent should set exceptions on the context #326
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have a bug here
Co-authored-by: Michael Demoret <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-23.07 #326 +/- ##
================================================
- Coverage 73.24% 73.21% -0.04%
================================================
Files 390 390
Lines 13380 13382 +2
Branches 1009 1010 +1
================================================
- Hits 9800 9797 -3
- Misses 3580 3585 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
/merge |
Followup to #326 Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #327
) * Allows the `MonitorStage` to be placed immediately after stages such as `MultiFileSource` which emits `fsspec.core.OpenFiles` instead of message types. * Adds more tests for `MonitorStage`, some of these test that when the stage does raise a `NotImplementedError` that the pipeline halts propperly which was ultimately fixed in MRC PRs nv-morpheus/MRC#326 and nv-morpheus/MRC#327 fixes #941 Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #942
Description
This allows any thrown exceptions to be handled by the runner.
Checklist