summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanna Golden <janna.golden@mongodb.com>2019-10-08 17:40:41 +0000
committerevergreen <evergreen@mongodb.com>2019-10-08 17:40:41 +0000
commit47f563dff3c8782e8a281a3179b8915b616c1928 (patch)
treee0795cea727e529337e464b5f1b2282515b97a55
parenta20d4b00131c9da1193b213f9fcc49dc9092e6c8 (diff)
downloadmongo-47f563dff3c8782e8a281a3179b8915b616c1928.tar.gz
SERVER-43009 Add requires_majority_read_concern tag to migration_waits_for_majority_commit.js
(cherry picked from commit a3f144a53afe1f06a2235fd9e910e36c30201d25)
-rw-r--r--jstests/sharding/migration_waits_for_majority_commit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/migration_waits_for_majority_commit.js b/jstests/sharding/migration_waits_for_majority_commit.js
index 6b808b80081..b6ba286e7f9 100644
--- a/jstests/sharding/migration_waits_for_majority_commit.js
+++ b/jstests/sharding/migration_waits_for_majority_commit.js
@@ -1,7 +1,7 @@
/**
* This test is meant to test that a migration will correctly wait for the majority commit point
* when there are no transfer mod writes (SERVER-42783).
- * @tags: [requires_find_command]
+ * @tags: [requires_find_command, requires_majority_read_concern]
*/
(function() {