test: Category B 5.6/5.7 store recovery journeys - #480
Merged
Conversation
Wipe store/tx.head/ between Query lives so the reindex analog hits Store::open rebuild, then drop the TxTable happy-path twin. Keep empty-head, truncated-head, and v1 fuse refuse guts. Co-authored-by: Cursor <cursoragent@cursor.com>
confirm_wire_run of an archived height-1 body must not grow Class A; re-entry must not move tip. That lived as a standalone multi-node test; it belongs on the unified wire journey next to the 2..=4 batch. Co-authored-by: Cursor <cursoragent@cursor.com>
direct_indexes_then_sh_bulk_at_tip now deletes SH shards, reopens, and rematerializes. Drop the four-shard unsorted happy path; keep pack-order and done-lag guts. Co-authored-by: Cursor <cursoragent@cursor.com>
4 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
#479 merged. This slice finishes two remaining Category B items:
unified_wire_pipeline_multi_block_to_tipnow archives height 1 ahead of tip,confirm_wire_runmust not re-append, and re-entry must not move tip. Deleted standaloneconfirm_wire_idempotent_when_class_a_already_present. Keepalready_archived_schema13_pin_identity_tip_followand leftover-identity guts.analog_reconstruct_after_lost_headwipestx.head/and reopens (operator reindex).direct_indexes_then_sh_bulk_at_tipwipes SH shards, reopens, rematerializes, history still works. Deletedmissing_tx_head_rebuilds_from_bodies_on_openandunsorted_materialize_four_shards_from_class_a_no_catalog_runs. Keep empty-head / truncated-head / v1 fuse refuse and unsorted pack/lag guts.Test plan
analog_reconstruct_after_lost_headunified_wire_pipeline_multi_block_to_tipdirect_indexes_then_sh_bulk_at_tipmissing_tx_head_with_no_bodies/ unsorted pack + lag unitsfmt,deny,clippy,ast-grep,test,windows,macos,multinode,coverage)Made with Cursor