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-11-08 12:56:39 -0500
commita385bcca50b5cd75c6e388e82b3e7a058c0474c5 (patch)
tree4330681496d25b7ac9636d8110884867c5e56772
parentefea6a2c614627152ada31468462033ec0f7ffed (diff)
downloadmongo-a385bcca50b5cd75c6e388e82b3e7a058c0474c5.tar.gz
SERVER-38024 initial_sync_oplog_hole test should be tagged as requiring document locking
-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 bad2612351e..9cf42570310 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";