-
Notifications
You must be signed in to change notification settings - Fork 141
chore: setup rivet-engine api tests #3540
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
PR Review: Setup rivet-engine API testsSummaryThis PR reorganizes the rivet-engine test suite by:
Overall, this is a solid refactoring that improves test maintainability. Below are specific findings: Code Quality & Best PracticesPositive Highlights
Issues & Recommendations1. Missing Derives on Path StructsLocation:
2. Inconsistent Reference Usage in URL BuildingLocation: In serde_html_form::to_string(&query)? // No referenceIn &serde_html_form::to_string(&query)? // Extra referenceIssue: The peer.rs file uses Recommendation: Remove the unnecessary 3. Different Error Context MessagesLocation:
Ok(response.json().await.context("failed to parse response")?)
Ok(response.json().await?) // No contextRecommendation: Add Potential Bugs1. Cursor-based Pagination Logic Issue
|
More templates
@rivetkit/cloudflare-workers
@rivetkit/db
@rivetkit/framework-base
@rivetkit/next-js
@rivetkit/react
rivetkit
@rivetkit/sql-loader
@rivetkit/engine-runner
@rivetkit/engine-runner-protocol
commit: |
4aa8775 to
ebaa134
Compare
cc6695a to
11133d8
Compare
ebaa134 to
681064f
Compare
681064f to
ccf9736
Compare
Merge activity
|

No description provided.