oasysai / oasysdb

Hybrid vector database with flexible SQL storage engine & multi-index support.
https://docs.oasysdb.com/
Apache License 2.0
343 stars 12 forks source link

chore: simplify oasysdb test suites #80

Closed edwinkys closed 4 months ago

edwinkys commented 4 months ago

Purpose

This PR uses single-threaded tests to simplify testing OasysDB persistence. Previously, due to using multi-threaded test, test creators has to essentially create an ID for their test to ensure that different test opens a different database file.

Testing