Issue 20: local-cluster MCP integration test (depends on all MCP PRs)#45
Open
aeyakovenko wants to merge 311 commits intoanza-xyz:masterfrom
Open
Issue 20: local-cluster MCP integration test (depends on all MCP PRs)#45aeyakovenko wants to merge 311 commits intoanza-xyz:masterfrom
aeyakovenko wants to merge 311 commits intoanza-xyz:masterfrom
Conversation
# Conflicts: # ledger/src/shred/mcp_shred.rs # plan.md
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
This PR delivers Issue anza-xyz#20 (local-cluster MCP integration test) on top of the full MCP implementation stack.
It is intentionally integration-heavy and should be reviewed as depending on all MCP implementation PRs (#24 through #43).
Dependency stack
This PR depends on all prior MCP PRs:
What is included
test_local_cluster_mcp_produces_blockstore_artifacts):MCP_LOCAL_CLUSTER_STRICT=1enforces hard failure if MCP artifacts are absentValidation
Executed on this branch:
cargo test -p solana-core test_maybe_persist_reconstructed_execution_output_marks_empty_output -- --nocapturecargo test -p solana-core test_refresh_vote_gate_input_populates_slot_input_from_consensus_block -- --nocapturecargo test -p solana-turbine test_maybe_dispatch_mcp_shreds_removes_complete_slot_payload_state -- --nocapturecargo test --manifest-path local-cluster/Cargo.toml test_local_cluster_mcp_produces_blockstore_artifacts -- --nocaptureNotes
plan.mdremains the source of truth onmaster; no additional plan changes are required by this delta.