summaryrefslogtreecommitdiffstats
path: root/tests/wirs_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added the parameter argument to query merge routineDouglas Rumbaugh2023-07-171-1/+1
| | | | | This is necessary for KNN, but it unused for all currently implemented query types.
* Adjusted tests to account for new sampling interfaceDouglas B. Rumbaugh2023-06-091-0/+5
|
* Interface adjustmentsDouglas Rumbaugh2023-06-071-1/+1
| | | | | | Layout and Delete Policies are now specified via template parameters, and rejection sampling has been removed as an argument to the mutable buffer constructor.
* Test refactoring: pulled record stripping function to testing.hDouglas Rumbaugh2023-06-051-11/+0
|
* Added point-lookup tests for WIRS and WSSDouglas Rumbaugh2023-06-051-0/+50
|
* WSS tests + bugfixesDouglas Rumbaugh2023-06-051-9/+17
|
* Framework-level query testing + fixesDouglas Rumbaugh2023-05-291-3/+7
|
* WIRS Query tests + fixesDouglas Rumbaugh2023-05-291-80/+127
|
* Adjusted the way that Wrapping records works to clean up interfacesDouglas Rumbaugh2023-05-291-15/+15
|
* Tests and bugfixes for frameworkDouglas Rumbaugh2023-05-291-46/+32
|
* Started implementing shard interface (not finished yet)Douglas Rumbaugh2023-05-171-2/+3
|
* Removed unncessary tagging paramter from shards and levelsDouglas Rumbaugh2023-05-171-11/+11
|
* Record format generalizationDouglas Rumbaugh2023-05-151-22/+22
| | | | | Currently, tombstone counting is bugged. But the rest of it appears to be working.
* Ported over IRS with unit testsDouglas Rumbaugh2023-05-091-7/+7
|
* Header updateDouglas Rumbaugh2023-05-091-0/+11
|
* Dynamic Extension unit tests + bugfixesDouglas Rumbaugh2023-05-091-61/+61
|
* WIRS Shard testing and bugfixesDouglas Rumbaugh2023-05-091-0/+293