diff options
author | Sergi Mateo Bellido <sergi.mateo-bellido@mongodb.com> | 2022-02-14 05:18:42 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-02-14 05:46:08 +0000 |
commit | 7c885be64e4d0f80abf3dc999379c555854a9228 (patch) | |
tree | 926532d7519c6e3af7abfa0f0be608ce2797ee3a /jstests | |
parent | ce43fa5df1f9756219376f49df02bfd2533e8c91 (diff) | |
download | mongo-7c885be64e4d0f80abf3dc999379c555854a9228.tar.gz |
SERVER-63567 Flag a test with the requires_persistence tag
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/sharding/ttl_monitor_recovers_shard_version.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/jstests/sharding/ttl_monitor_recovers_shard_version.js b/jstests/sharding/ttl_monitor_recovers_shard_version.js index f9cfc288e57..ca159b59242 100644 --- a/jstests/sharding/ttl_monitor_recovers_shard_version.js +++ b/jstests/sharding/ttl_monitor_recovers_shard_version.js @@ -2,9 +2,11 @@ * Test that a deletion triggered by a TTL index recovers the sharding filtering metadata * * * @tags: [ - * # Needed since previous versions didn't require the sharding filtering information to filter - * # direct writes to shards. + * # Needed since previous versions didn't require the sharding filtering information to filter + * # direct writes to shards. * requires_fcv_53, + * # It requires persistence because it assumes shards will still have their data after restarting. + * requires_persistence * ] */ |