summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chan <jason.chan@10gen.com>2019-07-23 10:45:54 -0400
committerJason Chan <jason.chan@10gen.com>2019-07-24 11:01:32 -0400
commit65fb7862b698454fcb2cc6e791244a873ab1ce58 (patch)
treeee11306409c761e9add5749617af6eb065193efb
parentad11d34d277b75b3ac73edabca4c6dbfe308f6d0 (diff)
downloadmongo-65fb7862b698454fcb2cc6e791244a873ab1ce58.tar.gz
SERVER-42350 Add requires_document_locking tag to majority_writes_wait_for_all_committed_with_majority_read_concern_off.js
(cherry picked from commit f973b39399692f66dd8c57a30f83a4859e1b9751)
-rw-r--r--jstests/replsets/majority_writes_wait_for_all_committed_timestamp.js (renamed from jstests/replsets/majority_writes_wait_for_all_committed_with_majority_read_concern_off.js)2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/replsets/majority_writes_wait_for_all_committed_with_majority_read_concern_off.js b/jstests/replsets/majority_writes_wait_for_all_committed_timestamp.js
index 342ece33cb3..3e917d1c31d 100644
--- a/jstests/replsets/majority_writes_wait_for_all_committed_with_majority_read_concern_off.js
+++ b/jstests/replsets/majority_writes_wait_for_all_committed_timestamp.js
@@ -2,6 +2,8 @@
* This tests that writes with majority write concern will wait for at least the all committed
* timestamp to reach the timestamp of the write. This guarantees that once a write is majority
* committed, reading at the all committed timestamp will read that write.
+ *
+ * @tags: [requires_document_locking]
*/
(function() {
"use strict";