Files
mongo/jstests/serverless/oplog_rollover.js
2023-08-06 20:48:04 +00:00

7 lines
362 B
JavaScript

/**
* Test that oplog (on both primary and secondary) rolls over when its size exceeds the configured
* maximum. This test runs on wiredTiger storage engine for the serverless environment.
*/
import {oplogRolloverTest} from "jstests/replsets/libs/oplog_rollover_test.js";
oplogRolloverTest("wiredTiger", false /* initialSyncMethod */, true /* serverless */);