refactor(coprocessor): improves test coverage on host-listener#2119
Merged
mergify[bot] merged 8 commits intomainfrom Mar 26, 2026
Merged
refactor(coprocessor): improves test coverage on host-listener#2119mergify[bot] merged 8 commits intomainfrom
mergify[bot] merged 8 commits intomainfrom
Conversation
Changed Lines CoverageCoverage of added/modified lines: 97.0% Per-file breakdownDiff CoverageDiff: origin/main...HEAD, staged and unstaged changes
Summary
coprocessor/fhevm-engine/host-listener/src/database/ingest.rs |
🧪 CI InsightsHere's what we observed from your CI run for 4f4add6. 🟢 All jobs passed!But CI Insights is watching 👀 |
Eikix
reviewed
Mar 24, 2026
Eikix
reviewed
Mar 24, 2026
Eikix
reviewed
Mar 24, 2026
coprocessor/fhevm-engine/host-listener/src/database/dependence_chains.rs
Show resolved
Hide resolved
388c3ab to
f49b9c5
Compare
Eikix
reviewed
Mar 24, 2026
Contributor
Author
|
@mergify queue |
Merge Queue Status
This pull request spent 14 hours 49 minutes 28 seconds in the queue, including 13 hours 48 minutes 53 seconds running CI. Required conditions to merge
|
This was referenced Mar 25, 2026
51 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds unit tests on host-listener files:
reorgs
test_get_missing_ancestors_shallow_reorg— walk back to a known ancestortest_get_missing_ancestors_deep_reorg— walk back blocks through a long gaptest_get_missing_ancestors_beyond_max_depth— stop at max depth limittest_check_missing_ancestors_not_ready— skip reorg detection when history < configured blocksdependence chains
test_dependence_chains_empty_logs— empty input returns no chainstest_dependence_chains_across_blocks_false— past dependency ignored whenacross-blocksflag is offtest_dependence_chains_connex_two_past_chains_merge— two past chains merge in connex modeslow lane
classify_slow_disconnected_components_at_threshold_are_fast— exactly at-threshold chains are not slowclassify_slow_single_chain_at_boundary— slow lane condition is respectedpropagate_slow_lane_non_linear_dependency— non linear DAGhealth check
is_alive_after_blockchain_tick_update— alive after blockchain tickis_alive_after_timeout_tick_update— alive after timeout tickis_alive_after_database_tick_update— alive after database tickis_alive_after_all_ticks_update— alive after all ticksis_alive_at_creation— alive at creationCloses: https://github.com/zama-ai/fhevm-internal/issues/1155