test: Storage + Arcade e2e load test suite#244
Open
sambabbage wants to merge 2 commits into
Open
Conversation
Adds StorageE2E.man.test.ts with 8 tests across 3 suites covering read TPS (sequential/parallel/BRC-100/multi-user), write TPS (sequential/single-user-parallel/multi-user), and SSE throughput (sequential delivery, concurrent ingestion, ceiling escalation via noSend + Arcade postBeef pattern). Also adds e2e/storage/README.md documenting env vars, pre-funding, run commands, and observed baselines from initial mainnet validation (10/10 proofs delivered, 7.2 tx/s broadcast, 0.60 tx/s sequential write). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ef25758 to
342cae7
Compare
|
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 now provides a production-safe, evidence-producing E2E test for the actual Storage → Arcade → Monitor → Storage lifecycle.
STORAGE_E2E_TARGET_URL; there is no hidden second Storage backend.STORAGE_E2E_ALLOW_MAINNET=truegate.sendWith.listActionsstatus to becompleted.TaskArcadeSSEnow persistsProvenTxReq.notified=trueafter successful SSE proof ingestion and recognizesSEEN_MULTIPLE_NODESas a normal accepted state.Production validation
Run
20260712032443againsthttps://storage.babbage.systemson 2026-07-12, using the upgraded production Storage and Monitor:completedin Storage.proven_tx_reqs, 29proven_txsat height 957487, and 29 completed transaction rows.notifiedflag; that regression is fixed in this PR and covered by a focused assertion.listOutputsp95, one identity / three identitiesVerification
ts-standardon the changed TypeScript filesTaskArcadeSSEtests: 24/24main(29d614b7844a9ed113edc47462f7ed56ef03c534)See
e2e/storage/README.mdfor the bounded run command and environment variables.