-
Notifications
You must be signed in to change notification settings - Fork 2.1k
fix: pin better sqlite for exists bug #29001
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
WalkthroughAdds a functional test suite for issue Changes
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
📜 Recent review detailsConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (2)**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
packages/client/tests/functional/**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (2)📚 Learning: 2025-12-12T14:18:10.759ZApplied to files:
📚 Learning: 2026-01-05T16:15:18.374ZApplied to files:
🧬 Code graph analysis (1)packages/client/tests/functional/issues/28968-sqlite-exists-duplicate/tests.ts (1)
⏰ 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). (1000)
🔇 Additional comments (1)
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
🤖 Fix all issues with AI Agents
In
@packages/client/tests/functional/issues/28968-sqlite-exists-duplicate/tests.ts:
- Line 38: The test metadata contains a typo in the reason string; update the
string value assigned to reason in the test (the object literal shown in
tests.ts) from 'this test is for a SQlite implementation bug' to 'this test is
for a SQLite implementation bug' so the product name is correctly capitalized
(change "SQlite" to "SQLite").
- Around line 36-39: The test currently contradicts the test matrix by including
an optOut block that excludes 'sqlite' even though the matrix restricts the run
to SQLite; remove the optOut configuration block from the tests.ts file (the
entire optOut: { from: [...] , reason: ... } object) so the matrix-controlled
SQLite-only run can execute, or alternatively if you must keep optOut, edit the
optOut.from array to remove 'sqlite' (leaving other providers if intended) —
prefer deleting the optOut block to match the _matrix.ts SQLite-only intent.
packages/client/tests/functional/issues/28968-sqlite-exists-duplicate/tests.ts
Show resolved
Hide resolved
packages/client/tests/functional/issues/28968-sqlite-exists-duplicate/tests.ts
Outdated
Show resolved
Hide resolved
size-limit report 📦
|
CodSpeed Performance ReportMerging #29001 will improve performance by 49.72%Comparing Summary
Benchmarks breakdown
|
TML-1760
Summary by CodeRabbit
Chores
Tests
✏️ Tip: You can customize this high-level summary in your review settings.