summaryrefslogtreecommitdiff
path: root/jstests/replsets/apply_ops_insert_write_conflict.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/apply_ops_insert_write_conflict.js')
-rw-r--r--jstests/replsets/apply_ops_insert_write_conflict.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/jstests/replsets/apply_ops_insert_write_conflict.js b/jstests/replsets/apply_ops_insert_write_conflict.js
new file mode 100644
index 00000000000..ec7b9ddbbe9
--- /dev/null
+++ b/jstests/replsets/apply_ops_insert_write_conflict.js
@@ -0,0 +1,12 @@
+/**
+ * @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();
+}());