From 98427b7a2228f6a8d54475adc9df3991c1c60314 Mon Sep 17 00:00:00 2001 From: Ali Mir Date: Thu, 23 Apr 2020 16:15:22 -0400 Subject: SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests --- jstests/change_streams/lookup_pre_image.js | 5 ++--- jstests/change_streams/required_as_first_stage.js | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'jstests/change_streams') diff --git a/jstests/change_streams/lookup_pre_image.js b/jstests/change_streams/lookup_pre_image.js index 905ec6f1227..b56bf826ab7 100644 --- a/jstests/change_streams/lookup_pre_image.js +++ b/jstests/change_streams/lookup_pre_image.js @@ -2,11 +2,10 @@ * Tests the behaviour of the 'fullDocumentBeforeChange' argument to the $changeStream stage. * * @tags: [ + * assumes_against_mongod_not_mongos, + * assumes_unsharded_collection, * do_not_wrap_aggregations_in_facets, * uses_multiple_connections, - * requires_fcv_44, - * assumes_against_mongod_not_mongos, - * assumes_unsharded_collection * ] */ (function() { diff --git a/jstests/change_streams/required_as_first_stage.js b/jstests/change_streams/required_as_first_stage.js index 756f41b1708..cf1a42b9bd9 100644 --- a/jstests/change_streams/required_as_first_stage.js +++ b/jstests/change_streams/required_as_first_stage.js @@ -3,7 +3,9 @@ // The passthrough logic that bundles operations into transactions needs to be able identify change // stream aggregations so as to avoid running them in a transaction, but that code would fail to // recognize the intentionally malformed aggergations that we test here. -// @tags: [change_stream_does_not_expect_txns, requires_fcv_44] +// @tags: [ +// change_stream_does_not_expect_txns, +// ] (function() { "use strict"; -- cgit v1.2.1