Skip to content

Commit

Permalink
Add test cases for blob file GC with online compaction (WIP)
Browse files Browse the repository at this point in the history
This commit refactors the compaction test code by splitting the existing compaction_test.cpp file into two separate files:

  - compaction_test_fixture.h: Contains the test fixture class, helper functions, and common includes used by the compaction tests.
  - compaction_test.cpp: Contains only the TEST_F cases that reference the fixture defined in the header.
  • Loading branch information
umegane committed Feb 19, 2025
1 parent 5d8473b commit 53d75ca
Show file tree
Hide file tree
Showing 4 changed files with 417 additions and 399 deletions.
1 change: 1 addition & 0 deletions src/limestone/dblog_scan.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#pragma once

#include <boost/filesystem.hpp>

Expand Down
Loading

0 comments on commit 53d75ca

Please sign in to comment.