Lines Matching refs:compact_options
1285 CompactRangeOptions compact_options; in TEST_P() local
1286 compact_options.change_level = true; in TEST_P()
1287 compact_options.target_level = 6; in TEST_P()
1288 compact_options.exclusive_manual_compaction = exclusive_manual_compaction_; in TEST_P()
1289 ASSERT_OK(db_->CompactRange(compact_options, nullptr, nullptr)); in TEST_P()
1366 CompactRangeOptions compact_options; in TEST_P() local
1367 compact_options.change_level = true; in TEST_P()
1368 compact_options.target_level = 6; in TEST_P()
1369 compact_options.exclusive_manual_compaction = exclusive_manual_compaction_; in TEST_P()
1371 ASSERT_OK(db_->CompactRange(compact_options, nullptr, nullptr)); in TEST_P()
1399 compact_options.change_level = false; in TEST_P()
1400 compact_options.exclusive_manual_compaction = false; in TEST_P()
1406 ASSERT_OK(db_->CompactRange(compact_options, &begin, &end)); in TEST_P()
1508 CompactRangeOptions compact_options; in TEST_F() local
1509 compact_options.change_level = true; in TEST_F()
1510 compact_options.target_level = 2; in TEST_F()
1511 ASSERT_OK(db_->CompactRange(compact_options, nullptr, nullptr)); in TEST_F()
1535 compact_options.change_level = false; in TEST_F()
1536 compact_options.exclusive_manual_compaction = false; in TEST_F()
1541 ASSERT_OK(db_->CompactRange(compact_options, &begin, &end)); in TEST_F()
1637 CompactRangeOptions compact_options; in TEST_F() local
1638 compact_options.change_level = true; in TEST_F()
1639 compact_options.target_level = 2; in TEST_F()
1640 ASSERT_OK(db_->CompactRange(compact_options, nullptr, nullptr)); in TEST_F()
1706 compact_options.change_level = true; in TEST_F()
1707 compact_options.target_level = 1; in TEST_F()
1708 ASSERT_OK(db_->CompactRange(compact_options, nullptr, nullptr)); in TEST_F()
1751 CompactRangeOptions compact_options; in TEST_F() local
1752 compact_options.change_level = true; in TEST_F()
1753 compact_options.target_level = 2; in TEST_F()
1754 ASSERT_OK(db_->CompactRange(compact_options, nullptr, nullptr)); in TEST_F()
1926 CompactRangeOptions compact_options; in TEST_P() local
1927 compact_options.change_level = true; in TEST_P()
1928 compact_options.target_level = 3; in TEST_P()
1929 compact_options.exclusive_manual_compaction = exclusive_manual_compaction_; in TEST_P()
1930 ASSERT_OK(db_->CompactRange(compact_options, nullptr, nullptr)); in TEST_P()
2363 CompactRangeOptions compact_options; in TEST_P() local
2364 compact_options.change_level = true; in TEST_P()
2365 compact_options.target_level = 0; in TEST_P()
2368 compact_options.bottommost_level_compaction = in TEST_P()
2370 compact_options.exclusive_manual_compaction = exclusive_manual_compaction_; in TEST_P()
2371 dbfull()->CompactRange(compact_options, handles_[1], nullptr, nullptr); in TEST_P()
2625 CompactRangeOptions compact_options; in TEST_P() local
2626 compact_options.target_path_id = 1; in TEST_P()
2627 compact_options.exclusive_manual_compaction = exclusive_manual_compaction_; in TEST_P()
2628 db_->CompactRange(compact_options, handles_[1], nullptr, nullptr); in TEST_P()
3128 CompactRangeOptions compact_options; in TEST_P() local
3129 compact_options.change_level = true; in TEST_P()
3130 compact_options.target_level = 3; in TEST_P()
3131 ASSERT_OK(db_->CompactRange(compact_options, nullptr, nullptr)); in TEST_P()
3146 compact_options = CompactRangeOptions(); in TEST_P()
3147 compact_options.bottommost_level_compaction = in TEST_P()
3149 ASSERT_OK(db_->CompactRange(compact_options, nullptr, nullptr)); in TEST_P()
3164 compact_options = CompactRangeOptions(); in TEST_P()
3165 compact_options.bottommost_level_compaction = in TEST_P()
3169 ASSERT_OK(db_->CompactRange(compact_options, nullptr, nullptr)); in TEST_P()