fix(sqlite): expose vfs runtime helpers#4888
fix(sqlite): expose vfs runtime helpers#4888NathanFlurry wants to merge 1 commit intomock-agentic-loop/serverless-configure-retryfrom
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
🚅 Deployed to the rivet-pr-4888 environment in rivet-frontend
|
Code ReviewOverviewThis PR does two things:
|
| Area | Finding |
|---|---|
| Correctness | block_on_runtime logic is sound for all current call sites |
| Robustness | Missing comment explaining why CurrentThread → block_on is safe |
| Style | Extra leading indentation on several changed lines |
| Tests | No tests for block_on_runtime across MT vs CT runtime scenarios |
| Metrics API | Clean, consistent with existing patterns |
The fix is small and targeted. The main ask is adding the inline comment on the CurrentThread arm and cleaning up the indentation before merging.

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: