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

[c++] Improve exception-handling for query futures #2789

Merged
merged 2 commits into from
Jul 11, 2024

Conversation

johnkerl
Copy link
Member

@johnkerl johnkerl commented Jul 11, 2024

Issue and/or context: Split out from PR #2785 for issue #2407. This change is makes a unit-test case pass on that PR. For this PR, it's sufficient to observe that existing unit tests all still pass.

Copy link

codecov bot commented Jul 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.02%. Comparing base (b6b1cd4) to head (7d99dc5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2789      +/-   ##
==========================================
+ Coverage   89.87%   90.02%   +0.15%     
==========================================
  Files          37       37              
  Lines        3940     3940              
==========================================
+ Hits         3541     3547       +6     
+ Misses        399      393       -6     
Flag Coverage Δ
python 90.02% <ø> (+0.15%) ⬆️

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

Components Coverage Δ
python_api 90.02% <ø> (+0.15%) ⬆️
libtiledbsoma ∅ <ø> (∅)

@johnkerl johnkerl requested a review from nguyenv July 11, 2024 19:54
@johnkerl johnkerl marked this pull request as ready for review July 11, 2024 19:54
Copy link
Member

@nguyenv nguyenv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@johnkerl johnkerl merged commit 0634b54 into main Jul 11, 2024
14 of 15 checks passed
@johnkerl johnkerl deleted the kerl/query-future-exc branch July 11, 2024 20:27
github-actions bot pushed a commit that referenced this pull request Jul 11, 2024
* [c++] Improve exception-handling for query futures

* why did this break now
johnkerl added a commit that referenced this pull request Jul 11, 2024
* [c++] Improve exception-handling for query futures

* why did this break now

Co-authored-by: John Kerl <kerl.john.r@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants