chore(cysql): add postgresql property index plan regression tests - BED-8505#93
Conversation
|
Warning Review limit reached
More reviews will be available in 54 minutes and 35 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
WalkthroughThis PR adds comprehensive PostgreSQL property index plan regression testing. Documentation defines the index-match contract; unit tests validate that specific string predicates translate to index-compatible SQL; and a manual integration test verifies query plans actually use configured B-tree and GIN trigram indexes when executing Cypher predicates on node properties. ChangesPostgreSQL Property Index Plan Testing
🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested Labels
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Description
Add property index regression tests to cover translation changes that may change query forms where index matching is essential.
Resolves: BED-8505
Type of Change
Testing
make test_allwithCONNECTION_STRINGset)Driver Impact
drivers/pg)drivers/neo4j)Checklist
go.mod/go.sumare up to date if dependencies changedSummary by CodeRabbit
Documentation
CONTAINS,STARTS WITH, andENDS WITHpatterns.Tests