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

Fix bug where AsyncioRunnable hangs if process_one throws and the source is not emitting new values #523

Open
wants to merge 9 commits into
base: branch-25.02
Choose a base branch
from

Merge branch 'branch-25.02' of github.com:nv-morpheus/MRC into david-…

467c07b
Select commit
Loading
Failed to load commit list.
Open

Fix bug where AsyncioRunnable hangs if process_one throws and the source is not emitting new values #523

Merge branch 'branch-25.02' of github.com:nv-morpheus/MRC into david-…
467c07b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 7, 2025 in 0s

74.00% (+19.65%) compared to 7d5e48f

View this Pull Request on Codecov

74.00% (+19.65%) compared to 7d5e48f

Details

Codecov Report

Attention: Patch coverage is 19.23077% with 42 lines in your changes missing coverage. Please review.

Project coverage is 74.00%. Comparing base (7d5e48f) to head (467c07b).

Files with missing lines Patch % Lines
python/mrc/_pymrc/include/pymrc/node.hpp 0.00% 26 Missing ⚠️
cpp/mrc/include/mrc/edge/edge_readable.hpp 0.00% 12 Missing ⚠️
cpp/mrc/include/mrc/node/sink_properties.hpp 0.00% 2 Missing ⚠️
cpp/mrc/include/mrc/node/source_properties.hpp 0.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                @@
##           branch-25.02     #523       +/-   ##
=================================================
+ Coverage         54.34%   74.00%   +19.65%     
=================================================
  Files               372      407       +35     
  Lines             12553    15101     +2548     
  Branches           1104     1198       +94     
=================================================
+ Hits               6822    11175     +4353     
+ Misses             5731     3926     -1805     
Files with missing lines Coverage Δ
cpp/mrc/include/mrc/edge/edge_channel.hpp 86.36% <100.00%> (+1.36%) ⬆️
...thon/mrc/_pymrc/include/pymrc/asyncio_runnable.hpp 95.58% <100.00%> (+0.35%) ⬆️
cpp/mrc/include/mrc/node/sink_properties.hpp 72.72% <0.00%> (-4.70%) ⬇️
cpp/mrc/include/mrc/node/source_properties.hpp 49.25% <0.00%> (-1.52%) ⬇️
cpp/mrc/include/mrc/edge/edge_readable.hpp 62.22% <0.00%> (-22.63%) ⬇️
python/mrc/_pymrc/include/pymrc/node.hpp 40.00% <0.00%> (-21.23%) ⬇️

... and 168 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 7d5e48f...467c07b. Read the comment docs.