13 lines
237 B
JavaScript
13 lines
237 B
JavaScript
/**
|
|
* @tags: [
|
|
* requires_fcv_62,
|
|
* ]
|
|
*/
|
|
(function() {
|
|
'use strict';
|
|
|
|
load("jstests/replsets/libs/apply_ops_insert_write_conflict.js");
|
|
|
|
new ApplyOpsInsertWriteConflictTest({testName: 'apply_ops_insert_write_conflict'}).run();
|
|
}());
|