SERVER-125765 Enable tests that require persistence support of size and count (#52924)
GitOrigin-RevId: 31b0f9675db6c1be9d1dbcc408393f6bf4cd5cc7
This commit is contained in:
parent
179c76d581
commit
dbca3268a8
@ -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
|
||||
* ]
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
*
|
||||
* @tags: [
|
||||
* requires_persistence,
|
||||
* requires_replicated_fast_count_recovery,
|
||||
* requires_replication,
|
||||
* rolling_index_builds,
|
||||
* ]
|
||||
|
||||
@ -4,7 +4,6 @@
|
||||
*
|
||||
* @tags: [
|
||||
* requires_persistence,
|
||||
* requires_replicated_fast_count_recovery,
|
||||
* requires_replication,
|
||||
* ]
|
||||
*/
|
||||
|
||||
@ -9,7 +9,6 @@
|
||||
* @tags: [
|
||||
* requires_majority_read_concern,
|
||||
* requires_persistence,
|
||||
* requires_replicated_fast_count_recovery,
|
||||
* requires_sharding,
|
||||
* ]
|
||||
*/
|
||||
|
||||
@ -15,7 +15,6 @@
|
||||
* @tags: [
|
||||
* requires_majority_read_concern,
|
||||
* requires_persistence,
|
||||
* requires_replicated_fast_count_recovery,
|
||||
* requires_sharding,
|
||||
* ]
|
||||
*/
|
||||
|
||||
@ -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
|
||||
* ]
|
||||
|
||||
@ -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,
|
||||
* ]
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
// @tags: [
|
||||
// requires_replicated_fast_count_recovery,
|
||||
// requires_replication,
|
||||
// requires_sharding,
|
||||
// ]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user