summaryrefslogtreecommitdiffstats
path: root/tests/dynamic_extension_tests.inc
Commit message (Collapse)AuthorAgeFilesLines
* Initial pass w/ new scheduler setupDouglas Rumbaugh2023-10-201-3/+4
| | | | currently there's a race condition of some type to sort out.
* Bugfixes for tieringDouglas Rumbaugh2023-09-201-0/+24
| | | | | | | | | | | | Fixed a few issues that manifested during the tiering tests, 1) When a version is copied, it now contains copies of the levels, not just pointers (the levels themselves still hold pointers to the shards, though). 2) Ensure that tasks are scheduled with the correct timestamp, they were originally being scheduled backwards. The get_merge_tasks() method already returns them in the correct order, so reversing them again put it in the wrong order.
* Fixed bug(s) in tagging-based deletesDouglas B. Rumbaugh2023-06-091-9/+8
|
* Build changes and interface cleanupDouglas B. Rumbaugh2023-06-091-10/+10
| | | | | | | | | | Renamed the get_record_cnt() functions to get_record_count() for consistency, dropped references to SSIs, and added openmp build flags for PGM related targets. Also adjusted dynamic_extension_tests.inc to fail when an erase fails during the static structure testing as part of debugging a delete cancellation problem under leveling.
* Adjusted DE tests to cover all policy configurationsDouglas Rumbaugh2023-06-071-0/+426