0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00

SERVER-42587 Add requires_persistence tag to ttl_with_restart.js test

This commit is contained in:
Xiangyu Yao 2019-08-12 12:17:30 -04:00
parent bb877832ca
commit b2e2c0fb3a

View File

@ -1,5 +1,6 @@
/**
* Verify the TTL index behavior after restart.
* @tags: [requires_persistence]
*/
(function() {
'use strict';