Files
mongo/jstests/replsets/record_ids_init_sync.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
479 B
JavaScript
Raw Normal View History

/**
* Tests that when initial syncing a collection with recordIdsReplicated:true, the recordIds
* are preserved across the logical initial sync.
*
* @tags: [
* featureFlagRecordIdsReplicated
* ]
*/
import {testPreservingRecordIdsDuringInitialSync} from "jstests/libs/collection_write_path/replicated_record_ids_utils.js";
testPreservingRecordIdsDuringInitialSync(
"logical",
"initialSyncHangBeforeCopyingDatabases",
"initialSyncHangAfterDataCloning",
);