summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Russotto <matthew.russotto@10gen.com>2018-11-08 10:22:21 -0500
committerMatthew Russotto <matthew.russotto@10gen.com>2018-12-03 14:53:52 -0500
commit8d8b88c461856a277f7b52ec7fcb1623ef7d2265 (patch)
tree3fc15eb5a78c812b982d3be2e75db5e626f82f67
parent2734b452c2eb4cecc8c0dc1d21152488abfbaee6 (diff)
downloadmongo-8d8b88c461856a277f7b52ec7fcb1623ef7d2265.tar.gz
SERVER-38024 initial_sync_oplog_hole test should be tagged as requiring document locking
(cherry picked from commit a385bcca50b5cd75c6e388e82b3e7a058c0474c5)
-rw-r--r--jstests/replsets/initial_sync_oplog_hole.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/replsets/initial_sync_oplog_hole.js b/jstests/replsets/initial_sync_oplog_hole.js
index cec93faed40..7e6a3671a3f 100644
--- a/jstests/replsets/initial_sync_oplog_hole.js
+++ b/jstests/replsets/initial_sync_oplog_hole.js
@@ -1,5 +1,7 @@
/**
* Test that initial sync works without error when the sync source has an oplog hole.
+ *
+ * @tags: [requires_document_locking]
*/
(function() {
"use strict";