Skip to content

Feat: Memory adapter#860

Draft
Meldiron wants to merge 1 commit intomainfrom
feat-memory-adapter
Draft

Feat: Memory adapter#860
Meldiron wants to merge 1 commit intomainfrom
feat-memory-adapter

Conversation

@Meldiron
Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 20, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 11da88b9-7a28-4835-8aee-56529c159a81

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat-memory-adapter

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Comment on lines +18 to +29
/**
* Tests for the in-memory adapter. This suite intentionally sticks to the
* basic CRUD + query surface the adapter supports. Relationships, operators,
* spatial types, vectors, fulltext and regex are deliberately not implemented
* and are verified to throw.
*/
class MemoryTest extends TestCase
{
protected Database $database;
protected Authorization $authorization;

protected function setUp(): void
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You still use the standard test traits for Documents, Indexes, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants