mongo/jstests/replsets/apply_ops_insert_write_conf...

9 lines
242 B
JavaScript

/**
* @tags: [
* requires_fcv_62,
* ]
*/
import {ApplyOpsInsertWriteConflictTest} from "jstests/replsets/libs/apply_ops_insert_write_conflict.js";
new ApplyOpsInsertWriteConflictTest({testName: "apply_ops_insert_write_conflict"}).run();