summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@mongodb.com>2021-06-04 15:48:59 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-05 02:04:34 +0000
commitb9c4dc61d38edd4ae1c4953dbc646fac633d78d0 (patch)
treecbe87c68fa66102d7b804071e75d99fca174e568
parent74f0446b78163201b1c8f86ff49ddddcd9224911 (diff)
downloadmongo-b9c4dc61d38edd4ae1c4953dbc646fac633d78d0.tar.gz
SERVER-56713: Add `requires_document_locking` to `retryable_writes_initial_sync.js`.
-rw-r--r--jstests/replsets/retryable_writes_initial_sync.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/retryable_writes_initial_sync.js b/jstests/replsets/retryable_writes_initial_sync.js
index 0bc278c1398..9faf461c7fb 100644
--- a/jstests/replsets/retryable_writes_initial_sync.js
+++ b/jstests/replsets/retryable_writes_initial_sync.js
@@ -3,7 +3,7 @@
* do not get populated by nodes doing oplog application while in initial sync.
*
* This setParameter behavior does not yet exist on earlier versions.
- * @tags: [multiversion_incompatible]
+ * @tags: [multiversion_incompatible, requires_document_locking]
*/
(function() {
'use strict';