summaryrefslogtreecommitdiffstats
path: root/tests/include
Commit message (Collapse)AuthorAgeFilesLines
* Fully implemented Query concept and adjusted queries to use itDouglas Rumbaugh2024-02-071-3/+4
|
* Set up tombstone deletes properlyDouglas Rumbaugh2024-02-052-13/+20
|
* TrieSpline + testsDouglas Rumbaugh2024-01-301-6/+6
|
* Added RangeCount queryDouglas Rumbaugh2024-01-221-0/+155
|
* Multiple concurrency bug fixesDouglas Rumbaugh2024-01-173-36/+51
| | | | | | | | A poorly organized commit with fixes for a variety of bugs that were causing missing records. The core problems all appear to be fixed, though there is an outstanding problem with tombstones not being completely canceled. A very small number are appearing in the wrong order during the static structure test.
* Concurrency testing and bug fixesDouglas B. Rumbaugh2024-01-151-0/+379
|
* Initial pass at unit test refactoringDouglas Rumbaugh2024-01-124-0/+936
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).