-
Notifications
You must be signed in to change notification settings - Fork 124
fix: wrong column selected on expand=effectiveVolumes #1014
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
WalkthroughA test was added to verify paginated account queries with point-in-time effective volumes, and the SQL expression in the account resource handler was updated to use Changes
Sequence Diagram(s)sequenceDiagram
participant Test as Test Runner
participant Handler as accountsResourceHandler
participant DB as Database
Test->>Handler: Query accounts with PIT and expand "effectiveVolumes"
Handler->>DB: Execute SQL selecting post_commit_effective_volumes
DB-->>Handler: Return account(s) with effective volumes at PIT
Handler-->>Test: Return result for assertion
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (2)
🔇 Additional comments (2)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1014 +/- ##
==========================================
+ Coverage 82.80% 82.91% +0.10%
==========================================
Files 145 145
Lines 8240 8240
==========================================
+ Hits 6823 6832 +9
+ Misses 1088 1082 -6
+ Partials 329 326 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.