summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2019-09-28 12:31:59 +0000
committerevergreen <evergreen@mongodb.com>2019-09-28 12:31:59 +0000
commitcfb01eec7cea6ec2663e8f218ed1e07bb1209d52 (patch)
tree0bae4c8de8080825564e813413677fa895156956
parent8da834080033734637ba1978b103c7ea8dfb7915 (diff)
downloadmongo-cfb01eec7cea6ec2663e8f218ed1e07bb1209d52.tar.gz
SERVER-43301 disable backup_restore_*.js tests under two phase index builds
-rw-r--r--jstests/noPassthrough/backup_restore_fsync_lock.js6
-rw-r--r--jstests/noPassthrough/backup_restore_rolling.js6
-rw-r--r--jstests/noPassthrough/backup_restore_stop_start.js6
3 files changed, 15 insertions, 3 deletions
diff --git a/jstests/noPassthrough/backup_restore_fsync_lock.js b/jstests/noPassthrough/backup_restore_fsync_lock.js
index a6728a2af10..2f0eeab6f84 100644
--- a/jstests/noPassthrough/backup_restore_fsync_lock.js
+++ b/jstests/noPassthrough/backup_restore_fsync_lock.js
@@ -11,7 +11,11 @@
*
* 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.
- * @tags: [requires_persistence, requires_replication]
+ * @tags: [
+ * requires_persistence,
+ * requires_replication,
+ * two_phase_index_builds_unsupported,
+ * ]
*/
load("jstests/noPassthrough/libs/backup_restore.js");
diff --git a/jstests/noPassthrough/backup_restore_rolling.js b/jstests/noPassthrough/backup_restore_rolling.js
index 562fb85ca24..e6ac0e69188 100644
--- a/jstests/noPassthrough/backup_restore_rolling.js
+++ b/jstests/noPassthrough/backup_restore_rolling.js
@@ -11,7 +11,11 @@
*
* 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.
- * @tags: [requires_persistence, requires_wiredtiger]
+ * @tags: [
+ * requires_persistence,
+ * requires_wiredtiger,
+ * two_phase_index_builds_unsupported,
+ * ]
*/
load("jstests/noPassthrough/libs/backup_restore.js");
diff --git a/jstests/noPassthrough/backup_restore_stop_start.js b/jstests/noPassthrough/backup_restore_stop_start.js
index 3aea0d4cb4f..8ef9e9e30e1 100644
--- a/jstests/noPassthrough/backup_restore_stop_start.js
+++ b/jstests/noPassthrough/backup_restore_stop_start.js
@@ -11,7 +11,11 @@
*
* 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.
- * @tags: [requires_persistence, requires_replication]
+ * @tags: [
+ * requires_persistence,
+ * requires_replication,
+ * two_phase_index_builds_unsupported,
+ * ]
*/
load("jstests/noPassthrough/libs/backup_restore.js");