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

DM-47475: Fix crash in some find_first queries in the new query system. #1115

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

andy-slac
Copy link
Contributor

Find-first follow-up queries caused crash in some conditions in QG builder due to a missing postprocessing parameter. The fix is one-liner, and this patch adds a unit test which reproduces the crash with more than one run collection.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes
  • (if changing dimensions.yaml) make a copy of dimensions.yaml in configs/old_dimensions

Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.41%. Comparing base (1de58f9) to head (b2784ec).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1115   +/-   ##
=======================================
  Coverage   89.41%   89.41%           
=======================================
  Files         363      363           
  Lines       48423    48440   +17     
  Branches     5879     5879           
=======================================
+ Hits        43296    43315   +19     
+ Misses       3717     3716    -1     
+ Partials     1410     1409    -1     

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

Find-first follow-up queries caused crash in some conditions in
QG builder due to a missing postprocessing parameter. The fix is
one-liner, and this patch adds a unit test which reproduces the crash
with more than one run collection.
@andy-slac andy-slac merged commit 615b2ba into main Nov 11, 2024
19 checks passed
@andy-slac andy-slac deleted the tickets/DM-47475 branch November 11, 2024 18:14
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