SERVER-125765 Enable tests that require persistence support of size and count (#52924)

GitOrigin-RevId: 31b0f9675db6c1be9d1dbcc408393f6bf4cd5cc7
This commit is contained in:
Yuhong Zhang 2026-05-07 23:33:12 -04:00 committed by MongoDB Bot
parent 179c76d581
commit dbca3268a8
8 changed files with 0 additions and 8 deletions

View File

@ -5,7 +5,6 @@
* # TODO (SERVER-55909): make WUOW 'groupOplogEntries' the only mode of operation.
* does_not_support_transactions,
* exclude_from_large_txns,
* requires_replicated_fast_count_recovery,
* requires_replication,
* requires_fcv_61
* ]

View File

@ -5,7 +5,6 @@
*
* @tags: [
* requires_persistence,
* requires_replicated_fast_count_recovery,
* requires_replication,
* rolling_index_builds,
* ]

View File

@ -4,7 +4,6 @@
*
* @tags: [
* requires_persistence,
* requires_replicated_fast_count_recovery,
* requires_replication,
* ]
*/

View File

@ -9,7 +9,6 @@
* @tags: [
* requires_majority_read_concern,
* requires_persistence,
* requires_replicated_fast_count_recovery,
* requires_sharding,
* ]
*/

View File

@ -15,7 +15,6 @@
* @tags: [
* requires_majority_read_concern,
* requires_persistence,
* requires_replicated_fast_count_recovery,
* requires_sharding,
* ]
*/

View File

@ -6,7 +6,6 @@
* 'ephemeralForTest' storage engines that do not support queryable backup (read-only) mode.
* @tags: [
* requires_persistence,
* requires_replicated_fast_count_recovery,
* requires_replication,
* requires_scripting
* ]

View File

@ -5,7 +5,6 @@
* config_shard_incompatible,
* featureFlagShardAuthoritativeDbMetadataDDL,
* featureFlagShardAuthoritativeDbMetadataCRUD,
* requires_replicated_fast_count_recovery,
* # This test restarts the server and requires that data persists across restarts.
* requires_persistence,
* ]

View File

@ -1,5 +1,4 @@
// @tags: [
// requires_replicated_fast_count_recovery,
// requires_replication,
// requires_sharding,
// ]