diff options
author | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2019-03-11 18:17:29 -0400 |
---|---|---|
committer | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2019-03-11 18:17:29 -0400 |
commit | 9ad8d6335f83fc14cb98a27533588e9503e8e7a5 (patch) | |
tree | c720575c7f727a13746bb6e1b81693c863ca738c /jstests/change_streams | |
parent | d02edd5290131978f901ffc657bee3470d03f8fd (diff) | |
download | mongo-9ad8d6335f83fc14cb98a27533588e9503e8e7a5.tar.gz |
SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.
There are likely more JavaScript tests which have been added since
r3.6.9 that still need to be tagged.
(cherry picked from commit 05ec08fa62771582fb3f45160fff2e0ff184d6d9)
Diffstat (limited to 'jstests/change_streams')
-rw-r--r-- | jstests/change_streams/lookup_post_image.js | 5 | ||||
-rw-r--r-- | jstests/change_streams/only_wake_getmore_for_relevant_changes.js | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/jstests/change_streams/lookup_post_image.js b/jstests/change_streams/lookup_post_image.js index 7d1a0a1a457..be267f5feea 100644 --- a/jstests/change_streams/lookup_post_image.js +++ b/jstests/change_streams/lookup_post_image.js @@ -1,7 +1,10 @@ // Tests the 'fullDocument' argument to the $changeStream stage. // // The $changeStream stage is not allowed within a $facet stage. -// @tags: [do_not_wrap_aggregations_in_facets] +// @tags: [ +// do_not_wrap_aggregations_in_facets, +// uses_multiple_connections, +// ] (function() { "use strict"; diff --git a/jstests/change_streams/only_wake_getmore_for_relevant_changes.js b/jstests/change_streams/only_wake_getmore_for_relevant_changes.js index 63be5783fa5..19f5433c8e9 100644 --- a/jstests/change_streams/only_wake_getmore_for_relevant_changes.js +++ b/jstests/change_streams/only_wake_getmore_for_relevant_changes.js @@ -1,4 +1,7 @@ // Test that an insert to an unrelated collection will not cause a $changeStream getMore to +// @tags: [ +// uses_multiple_connections, +// ] // return early. (function() { "use strict"; |