test(kitchen-sink): add sqlite memory soak harness#4910
test(kitchen-sink): add sqlite memory soak harness#4910NathanFlurry wants to merge 1 commit intosqlite-soak/runtime-diagnosticsfrom
Conversation
|
🚅 Deployed to the rivet-pr-4910 environment in rivet-frontend
|
e602008 to
6728e22
Compare
b6516dd to
fc4d9c4
Compare
PR Review: test(kitchen-sink): add sqlite memory soak harnessOverviewThis PR adds a SQLite memory soak test harness for the kitchen-sink example, consisting of:
Overall this is solid exploratory tooling. The structured JSONL event log + offline renderer is a clean design. A few issues worth addressing before relying on results from this harness: IssuesCorrectness
Reliability
Code Quality
Positive Notes
SummaryThe two most impactful fixes are the sleep verification reliability (log-scraping vs. status API) and the unbounded drain on failure — both directly caused run failures documented in the notes. The |
fc4d9c4 to
534a0e9
Compare
6728e22 to
3066210
Compare
534a0e9 to
1d7905a
Compare
3066210 to
134c537
Compare
1d7905a to
0e3a03e
Compare
|
Landed in main via stack-merge fast-forward push. Commits are in main; closing to match. |

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: