-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
test: Add tests for Parse.Query.includeAll for circular and self-referencing pointers
#9936
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
base: alpha
Are you sure you want to change the base?
Conversation
Parse.Query.includeAllParse.Query.includeAll for circular and self-referencing pointers
|
🚀 Thanks for opening this pull request! |
1 similar comment
|
🚀 Thanks for opening this pull request! |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
📝 WalkthroughWalkthroughTwo new test cases were added to validate Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (8)📓 Common learnings📚 Learning: 2025-04-30T19:31:35.344ZApplied to files:
📚 Learning: 2025-05-04T20:41:05.147ZApplied to files:
📚 Learning: 2025-05-09T09:59:06.289ZApplied to files:
📚 Learning: 2025-05-09T09:59:06.289ZApplied to files:
📚 Learning: 2025-08-27T12:33:06.237ZApplied to files:
📚 Learning: 2025-08-26T14:06:31.853ZApplied to files:
📚 Learning: 2025-10-16T19:27:05.311ZApplied to files:
🧬 Code graph analysis (1)spec/ParseQuery.spec.js (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (15)
🔇 Additional comments (3)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ast-grep (0.40.0)spec/ParseQuery.spec.jsThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## alpha #9936 +/- ##
==========================================
+ Coverage 93.06% 93.08% +0.02%
==========================================
Files 187 187
Lines 15253 15253
Branches 177 177
==========================================
+ Hits 14195 14199 +4
+ Misses 1046 1042 -4
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Pull Request
Issue
Missing tests for circular and self-referencing pointers when using
Parse.Query.includeAll.Approach
Add tests.
Summary by CodeRabbit