Commit 6032d3e
authored
test(c): add embedding and multi-connection tests, refactor memory checks (#22)
* test(c): add embedding and multi-connection tests, refactor memory checks
Introduces new test cases for embedding generation, context switching, sampler roundtrip, document ingestion, error recovery, and concurrent/multi-role connections. Refactors memory leak checks into a reusable helper and adds a --test argument to run a single test by name. Improves test coverage for extension lifecycle, error handling, and resource cleanup.
* test: add memory leak check to LLM context size tests
Appends a call to assert_sqlite_memory_clean in three test cleanup sections to ensure no memory leaks occur after LLM context size error tests.1 parent 7a15ddb commit 6032d3e
1 file changed
+449
-25
lines changed
0 commit comments