diff options
| author | Douglas B. Rumbaugh <dbr4@psu.edu> | 2024-05-14 16:31:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-14 16:31:05 -0400 |
| commit | 47916da2ba5ed5bee2dda3cbcc58d39e1e931bfc (patch) | |
| tree | ee5613ce182b2c9caa228d3abeb65dc27fef2db3 /tests/de_tier_concurrent.cpp | |
| parent | 4a834497d5f82c817d634925250158d85ca825c2 (diff) | |
| parent | 8643fe194dec05b4e3f3ea31e162ac0b2b00e162 (diff) | |
| download | dynamic-extension-47916da2ba5ed5bee2dda3cbcc58d39e1e931bfc.tar.gz | |
Merge pull request #4 from dbrumbaugh/master
Updates for VLDB revision
Diffstat (limited to 'tests/de_tier_concurrent.cpp')
| -rw-r--r-- | tests/de_tier_concurrent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/de_tier_concurrent.cpp b/tests/de_tier_concurrent.cpp index 722b9bd..bb2ec7f 100644 --- a/tests/de_tier_concurrent.cpp +++ b/tests/de_tier_concurrent.cpp @@ -29,7 +29,7 @@ typedef DynamicExtension<R, ISAMTree<R>, rq::Query<R, ISAMTree<R>>, LayoutPolicy Suite *unit_testing() { - Suite *unit = suite_create("DynamicExtension: Tombstone Leveling Testing"); + Suite *unit = suite_create("DynamicExtension: Concurrent Tiering Testing"); inject_dynamic_extension_tests(unit); return unit; |