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

Release an RxNodeComponent edge on error #327

Merged

Conversation

dagardner-nv
Copy link
Contributor

Description

Followup to #326

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 requested a review from a team as a code owner May 10, 2023 16:15
@dagardner-nv dagardner-nv added bug Something isn't working non-breaking Non-breaking change labels May 10, 2023
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.

Approved. But I think we should add tests to check for this on node component

@codecov
Copy link

codecov bot commented May 10, 2023

Codecov Report

Merging #327 (3e8dd53) into branch-23.07 (59a9474) will decrease coverage by 0.02%.
The diff coverage is n/a.

❗ Current head 3e8dd53 differs from pull request most recent head 027ee50. Consider uploading reports for the commit 027ee50 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff                @@
##           branch-23.07     #327      +/-   ##
================================================
- Coverage         73.21%   73.19%   -0.02%     
================================================
  Files               390      390              
  Lines             13382    13383       +1     
  Branches           1009     1010       +1     
================================================
- Hits               9797     9796       -1     
- Misses             3585     3587       +2     
Flag Coverage Δ
cpp 69.16% <ø> (+0.13%) ⬆️
py 42.23% <ø> (ø)

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 93.47% <ø> (+13.04%) ⬆️

... and 1 file 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 59a9474...027ee50. Read the comment docs.

@dagardner-nv
Copy link
Contributor Author

/merge

@dagardner-nv
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 7b0d9fa into nv-morpheus:branch-23.07 May 10, 2023
@dagardner-nv dagardner-nv deleted the david-caught-exceptions branch May 10, 2023 21:19
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