-
Notifications
You must be signed in to change notification settings - Fork 146
[Graphite MQ] Draft PR GROUP:spec_e15a2a (PRs 3803, 3834, 3833, 3839) #3842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Graphite MQ] Draft PR GROUP:spec_e15a2a (PRs 3803, 3834, 3833, 3839) #3842
Conversation
…runner has started (#3834)
|
This PR was not deployed automatically as @graphite-app[bot] does not have access to the Railway project. In order to get automatic PR deploys, please add @graphite-app[bot] to your workspace on Railway. |
PR Review: Merge Queue #3842 (PRs #3803, #3834, #3833, #3839)This merge queue contains 4 interdependent PRs with significant architectural changes. Overall the code quality is good, but there are several breaking changes and test coverage gaps that need attention. 🔴 Critical Issues1. BREAKING: Environment Variable RenamingAll
Required Action:
Code Issue: Function naming inconsistency in export const getRivetkitInspectorToken = (): string | undefined =>
getEnvUniversal("RIVET_INSPECTOR_TOKEN");
export const getRivetkitInspectorDisable = (): boolean =>
getEnvUniversal("RIVET_INSPECTOR_DISABLE") === "1";Functions still use export const getRivetInspectorToken = (): string | undefined =>
export const getRivetInspectorDisable = (): boolean =>2. Test Coverage Completely DisabledThe Cloudflare Workers driver tests have been completely commented out:
Risk: Major changes to serverless startup, Cloudflare Workers integration, and manager/engine initialization have zero test coverage. This is a significant regression risk. Required Action:
3. Engine Startup Resource ConsumptionIn Concerns:
Recommendations:
|
This draft PR was created by the Graphite merge queue.
Trunk will be fast forwarded to the HEAD of this PR when CI passes, and the original PRs will be closed.
The following PRs are included in this draft PR: