Skip to content

Conversation

@TallJimbo
Copy link
Member

@TallJimbo TallJimbo commented Dec 19, 2025

Checklist

  • ran Jenkins
  • ran and inspected package-docs build
  • added a release note for user-visible changes to doc/changes

@codecov
Copy link

codecov bot commented Dec 19, 2025

Codecov Report

❌ Patch coverage is 94.03255% with 33 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.96%. Comparing base (b7b1fac) to head (fad802b).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
python/lsst/pipe/base/quantum_graph/_provenance.py 93.28% 10 Missing and 8 partials ⚠️
python/lsst/pipe/base/quantum_graph/formatter.py 86.53% 4 Missing and 3 partials ⚠️
python/lsst/pipe/base/quantum_graph_executor.py 88.46% 3 Missing ⚠️
...thon/lsst/pipe/base/separable_pipeline_executor.py 77.77% 1 Missing and 1 partial ⚠️
python/lsst/pipe/base/mp_graph_executor.py 96.77% 0 Missing and 1 partial ⚠️
.../pipe/base/quantum_graph/aggregator/_supervisor.py 83.33% 0 Missing and 1 partial ⚠️
...lsst/pipe/base/quantum_graph/aggregator/_writer.py 95.65% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #537      +/-   ##
==========================================
- Coverage   88.96%   88.96%   -0.01%     
==========================================
  Files         151      153       +2     
  Lines       20840    20992     +152     
  Branches     2463     2481      +18     
==========================================
+ Hits        18541    18675     +134     
- Misses       1720     1731      +11     
- Partials      579      586       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This can already do basic partial reads and log/metadata fetches via
components.  Future versions will need to be usable with the log and
task metadata storage classes as well.

Tests will be added after we make some tests that actually write
provenance QGs.
This means the outputs_put get stuffed into the metadata that's then
stuffed into the 'extra' section of the log records, but that's enough
for the provenance system to get it.
This should prevent more existence checks in aggregate-graph.
This was a missed opportunity on DM-53174.
All logic/behavior should be identical; this just separates the code
that actually writes a provenance QG from the subprocess communication
code that runs it in the BPS/QBB-focused aggregator tool.
This does not change any logic/behavior (except for one log message).
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