summaryrefslogtreecommitdiff
path: root/jstests/core/repair_database.js
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2018-04-11 14:09:01 -0400
committerHenrik Edin <henrik.edin@mongodb.com>2018-04-18 09:14:20 -0400
commit1a4017efa471bd9f242daf436d3560fb83bacc27 (patch)
tree7834792811ea63b4705b54ba5a57a6ca8ecb6c40 /jstests/core/repair_database.js
parent46e2583c36856e0d377fcb35f2208a0ac516f031 (diff)
downloadmongo-1a4017efa471bd9f242daf436d3560fb83bacc27.tar.gz
SERVER-29725 Tag jstests in core so we can run the suite on mongoe.
Diffstat (limited to 'jstests/core/repair_database.js')
-rw-r--r--jstests/core/repair_database.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/jstests/core/repair_database.js b/jstests/core/repair_database.js
index f0ca8b3892b..ee8b9497cfa 100644
--- a/jstests/core/repair_database.js
+++ b/jstests/core/repair_database.js
@@ -1,5 +1,3 @@
-// @tags: [requires_non_retryable_writes]
-
/**
* This tests checks that repair database works and doesn't leave the database in a bad state
* 1.) Drop "repairDB" database
@@ -7,6 +5,13 @@
* 3.) Ensure repair works with no docs, same collection/index as above
* 4.) Ensure repair works with 2 collections, one doc in each
* 5.) Ensure repair works on the local db (special cases)
+ *
+ * @tags: [
+ * requires_non_retryable_writes,
+ *
+ * # repairDatabase command is not available on embedded
+ * incompatible_with_embedded,
+ * ]
*/
// 1. Drop db