summaryrefslogtreecommitdiffstats
path: root/tests/include/dynamic_extension.h
Commit message (Collapse)AuthorAgeFilesLines
* Framework: Fixed a bug where tagged deletes didn't release the epochDouglas Rumbaugh2024-02-091-8/+10
|
* Cleaned up shard files (except VPTree)Douglas Rumbaugh2024-02-071-18/+18
| | | | | | Cleaned up shard implementations, fixed a few bugs, and set up some tests. There's still some work to be done in creating tests for the weighted sampling operations for the alias and aug btree shards.
* Initial pass at unit test refactoringDouglas Rumbaugh2024-01-121-0/+341
Restructured unit tests to be a bit more modular. I have some further plans to expand on this, particular for the query tests (including both shard and framework level test functions that can be injected at will).