Skip to content

Commit 56f74b7

Browse files
committed
Enable test 'vbucket deletion doesn't affect new data' under RocksDB
Enable this test under RocksDB as it now passes (spotted when verifying behaviour of RocksDB for vBucket delete / create). Change-Id: Ia902d35cb4bc0668642453dde9c14547f1bddcc2 Reviewed-on: http://review.couchbase.org/111896 Tested-by: Build Bot <[email protected]> Reviewed-by: James Harrison <[email protected]>
1 parent a590887 commit 56f74b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

engines/ep/tests/ep_testsuite_basic.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2427,9 +2427,7 @@ BaseTestCase testsuite_testcases[] = {
24272427
test_setup,
24282428
teardown,
24292429
NULL,
2430-
// TODO RDB: implement getItemCount. Needs the
2431-
// 'ep_warmup_value_count' stat.
2432-
prepare_skip_broken_under_rocks,
2430+
prepare,
24332431
cleanup),
24342432
TestCase("non-resident decrementers",
24352433
test_mb3169,

0 commit comments

Comments
 (0)