SERVER-114539 Add test to list of resource intensive tasks (#44525)

GitOrigin-RevId: 9207e6da2a10c8900d2aad7c5f36bdf49f4d9df0
This commit is contained in:
nicola cabiddu 2025-11-28 17:15:42 +00:00 committed by MongoDB Bot
parent ad0085e35e
commit c162681a1d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// Tests that a change stream will correctly unwind applyOps entries generated by a transaction, and
// that we can resume from any point within the transaction.
// @tags: [uses_transactions, requires_snapshot_read, requires_majority_read_concern]
// @tags: [uses_transactions, requires_snapshot_read, requires_majority_read_concern, resource_intensive]
import {withTxnAndAutoRetryOnMongos} from "jstests/libs/auto_retry_transaction_in_sharding.js";
import {assertDropAndRecreateCollection} from "jstests/libs/collection_drop_recreate.js";