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

Remove redundant check in check_is_chunk_order_violated_by_merge #7783

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

svenklemm
Copy link
Member

@svenklemm svenklemm commented Mar 2, 2025

Remove redundant check in check_is_chunk_order_violated_by_merge

We never hit this check and this is verified earlier, additionally
the logic for the check was wrong and should have been or instead
of and.
@svenklemm svenklemm force-pushed the remove_redundant_check branch from 4315707 to d3ff379 Compare March 2, 2025 09:53
@svenklemm svenklemm changed the title remove redundant check Remove redundant check in check_is_chunk_order_violated_by_merge Mar 2, 2025
Copy link

codecov bot commented Mar 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.89%. Comparing base (59f50f2) to head (d3ff379).
Report is 799 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7783      +/-   ##
==========================================
+ Coverage   80.06%   81.89%   +1.82%     
==========================================
  Files         190      247      +57     
  Lines       37181    45425    +8244     
  Branches     9450    11352    +1902     
==========================================
+ Hits        29770    37202    +7432     
- Misses       2997     3755     +758     
- Partials     4414     4468      +54     

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

@svenklemm svenklemm requested a review from antekresic March 3, 2025 09:37
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.

1 participant