Skip to content

Commit

Permalink
MB-48466: Instantiate CheckpointDurabilityTest
Browse files Browse the repository at this point in the history
This was inadvertently not instantiated.

Change-Id: I66cc28ee539b9c0fcd80518dd36b2482a1e06fe4
Reviewed-on: http://review.couchbase.org/c/kv_engine/+/161593
Tested-by: Dave Rigby <daver@couchbase.com>
Reviewed-by: Trond Norbye <trond.norbye@couchbase.com>
  • Loading branch information
daverigby committed Sep 16, 2021
1 parent fce5ac6 commit 4ef422f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions engines/ep/tests/module_tests/checkpoint_durability_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,11 @@ TEST_P(CheckpointDurabilityTest,
EXPECT_EQ(1, manager->getNumCheckpoints());
EXPECT_EQ(2, manager->getNumOpenChkItems());
}

INSTANTIATE_TEST_SUITE_P(
AllEvictionModes,
CheckpointDurabilityTest,
::testing::Combine(
::testing::Values(VBucketTestBase::VBType::Persistent),
::testing::Values(EvictionPolicy::Value, EvictionPolicy::Full)),
VBucketTest::PrintToStringParamName);

0 comments on commit 4ef422f

Please sign in to comment.