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

RxNodeComponent should set exceptions on the context #326

Merged

Conversation

dagardner-nv
Copy link
Contributor

Description

This allows any thrown exceptions to be handled by the runner.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@dagardner-nv dagardner-nv added bug Something isn't working non-breaking Non-breaking change 3 - Ready for Review labels May 9, 2023
@dagardner-nv dagardner-nv requested a review from a team as a code owner May 9, 2023 23:34
Copy link
Contributor

@mdemoret-nv mdemoret-nv left a 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

cpp/mrc/include/mrc/node/rx_node.hpp Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented May 9, 2023

Codecov Report

Merging #326 (c13d2ba) into branch-23.07 (4375b8a) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@               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     
Flag Coverage Δ
cpp 69.03% <0.00%> (-0.05%) ⬇️
py 42.23% <ø> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
cpp/mrc/include/mrc/node/rx_node.hpp 80.43% <0.00%> (-3.66%) ⬇️

... and 4 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4375b8a...c13d2ba. Read the comment docs.

@mdemoret-nv
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit 59a9474 into nv-morpheus:branch-23.07 May 10, 2023
rapids-bot bot pushed a commit that referenced this pull request May 10, 2023
rapids-bot bot pushed a commit to nv-morpheus/Morpheus that referenced this pull request May 15, 2023
)

* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants