summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/backup_restore_rolling.js
diff options
context:
space:
mode:
authorLouis Williams <louis.williams@mongodb.com>2019-11-21 22:36:46 +0000
committerevergreen <evergreen@mongodb.com>2019-11-21 22:36:46 +0000
commit300458bb1ed89940649560e92ff84c81a4a77678 (patch)
tree88f1e90d56f9d67b3335d7162a123d40b3d05996 /jstests/noPassthrough/backup_restore_rolling.js
parent92d0ebf34f39f82f430869273ae751c1d97ec960 (diff)
downloadmongo-300458bb1ed89940649560e92ff84c81a4a77678.tar.gz
SERVER-44467 Implement startup recovery for two-phase index builds
Diffstat (limited to 'jstests/noPassthrough/backup_restore_rolling.js')
-rw-r--r--jstests/noPassthrough/backup_restore_rolling.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/noPassthrough/backup_restore_rolling.js b/jstests/noPassthrough/backup_restore_rolling.js
index 358f33b0194..63f6b1a7cd2 100644
--- a/jstests/noPassthrough/backup_restore_rolling.js
+++ b/jstests/noPassthrough/backup_restore_rolling.js
@@ -11,12 +11,9 @@
*
* Some methods for backup used in this test checkpoint the files in the dbpath. This technique will
* not work for ephemeral storage engines, as they do not store any data in the dbpath.
- * TODO: (SERVER-44467) Remove two_phase_index_builds_unsupported tag when startup recovery works
- * for two-phase index builds.
* @tags: [
* requires_persistence,
* requires_wiredtiger,
- * two_phase_index_builds_unsupported,
* ]
*/