mirror of https://github.com/mongodb/mongo
SERVER-114539 Add test to list of resource intensive tasks (#44525)
GitOrigin-RevId: 9207e6da2a10c8900d2aad7c5f36bdf49f4d9df0
This commit is contained in:
parent
ad0085e35e
commit
c162681a1d
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue