summaryrefslogtreecommitdiff
path: root/jstests/core/startup_log.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/startup_log.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/startup_log.js')
-rw-r--r--jstests/core/startup_log.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/jstests/core/startup_log.js b/jstests/core/startup_log.js
index 1bbbddfb222..b8021675d44 100644
--- a/jstests/core/startup_log.js
+++ b/jstests/core/startup_log.js
@@ -3,8 +3,16 @@
* entry matching the server's response from the "getCmdLineOpts" command. The former operation may
* be routed to a secondary in the replica set, whereas the latter must be routed to the primary.
*
- * @tags: [assumes_read_preference_unchanged, requires_collstats]
+ * @tags: [
+ * assumes_read_preference_unchanged,
+ * requires_collstats,
+ *
+ * # mongoe modifies commandline internally so the check for unaltered getCmdLineOpts fails,
+ * # figure out if this can be fixed
+ * incompatible_with_embedded_todo_investigate,
+ * ]
*/
+
load('jstests/aggregation/extras/utils.js');
(function() {