diff options
author | Jason Chan <jason.chan@10gen.com> | 2019-07-23 10:45:54 -0400 |
---|---|---|
committer | Jason Chan <jason.chan@10gen.com> | 2019-07-24 10:27:21 -0400 |
commit | f973b39399692f66dd8c57a30f83a4859e1b9751 (patch) | |
tree | e1fa31b80932364fb54a5b4be5a15cbeabac691f /jstests/replsets | |
parent | 5c9f7fb5d38df176bda950bdea6aaadbcb73e8e1 (diff) | |
download | mongo-f973b39399692f66dd8c57a30f83a4859e1b9751.tar.gz |
SERVER-42350 Add requires_document_locking tag to majority_writes_wait_for_all_committed_with_majority_read_concern_off.js
Diffstat (limited to 'jstests/replsets')
-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"; |