diff options
author | Louis Williams <louis.williams@mongodb.com> | 2020-01-27 18:07:48 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2020-01-27 18:07:48 +0000 |
commit | 9e010731a880aedd9425bbfa4db2f09b744544a7 (patch) | |
tree | e0bebf02b6547921a425935caef23e1b749e8bc1 /jstests | |
parent | e51e4646d1b4a7f755e5948ca6f36eea349c20b3 (diff) | |
download | mongo-9e010731a880aedd9425bbfa4db2f09b744544a7.tar.gz |
SERVER-45374 Add requires_persistence tag to upgrade_unfinished_unique_indexes.js
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/noPassthrough/upgrade_unfinished_unique_indexes.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/upgrade_unfinished_unique_indexes.js b/jstests/noPassthrough/upgrade_unfinished_unique_indexes.js index 7f706c5edd8..ea9cb0cea80 100644 --- a/jstests/noPassthrough/upgrade_unfinished_unique_indexes.js +++ b/jstests/noPassthrough/upgrade_unfinished_unique_indexes.js @@ -4,6 +4,7 @@ * index is correctly upgraded before startup is complete. See SERVER-45374. * * @tags: [ + * requires_persistence, * requires_replication, * ] */ |