diff options
author | Gregory Wlodarek <gregory.wlodarek@mongodb.com> | 2019-01-23 15:38:23 -0500 |
---|---|---|
committer | Gregory Wlodarek <gregory.wlodarek@mongodb.com> | 2019-01-23 15:38:23 -0500 |
commit | 6ece5d5c8da8403781c641e35c7e8e1d96f6e10f (patch) | |
tree | 4bff902ad2fc72c01bc1fd0d02c40cffd84be05b /jstests | |
parent | e3f8ea9c815a1eeb9ca5d2b55c5b21fa17009ef1 (diff) | |
download | mongo-6ece5d5c8da8403781c641e35c7e8e1d96f6e10f.tar.gz |
SERVER-37498 Add requires_majority_read_concern flag for test
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/noPassthrough/characterize_index_builds_on_restart.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/characterize_index_builds_on_restart.js b/jstests/noPassthrough/characterize_index_builds_on_restart.js index 3aa4dc18104..8e693fdac4a 100644 --- a/jstests/noPassthrough/characterize_index_builds_on_restart.js +++ b/jstests/noPassthrough/characterize_index_builds_on_restart.js @@ -1,7 +1,7 @@ /** * Characterizes the actions (rebuilds or drops the index) taken upon unfinished indexes when * restarting mongod from (standalone -> standalone) and (replica set memeber -> standalone). - * @tags: [requires_replication, requires_persistence] + * @tags: [requires_replication, requires_persistence, requires_majority_read_concern] */ (function() { 'use strict'; |