Skip to content

Update README install instructions#2

Merged
cap10morgan merged 1 commit into
mainfrom
docs/update-readme-install
Feb 18, 2026
Merged

Update README install instructions#2
cap10morgan merged 1 commit into
mainfrom
docs/update-readme-install

Conversation

@cap10morgan
Copy link
Copy Markdown
Contributor

This seemed out of date now

@cap10morgan cap10morgan requested a review from a team February 18, 2026 16:54
@cap10morgan cap10morgan merged commit 222411f into main Feb 18, 2026
@cap10morgan cap10morgan deleted the docs/update-readme-install branch February 18, 2026 17:23
kriszyp added a commit that referenced this pull request May 19, 2026
The shared `fixture/` Location source produces 7,500-byte blobs, which fall
under Harper's FILE_STORAGE_THRESHOLD (8192 bytes) and are stored inline in
the record. With no file write, the receiver's createWriteStream is never
called and the fault injector has nothing to intercept — assertion #2
("Blob save failed line appeared") failed even though the injector loaded
correctly (banner present in B's log twice).

Add a dedicated `fixture-large-blob-source/` with a `LargeLocation` table
whose `sourcedFrom` produces 50 KB streamed blobs — comfortably above the
threshold, guaranteed to take the file-backed write path on the receiver.
Switch the test to deploy/hit this fixture.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

3 participants