summaryrefslogtreecommitdiff
path: root/jstests/sharding/query
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2020-08-04 14:46:30 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-05 16:27:25 +0000
commit14ef67e5d039a491ef897edd49bd7d075a18029c (patch)
treeb8278aac606f85d5515f33fdd22d0dd0bfa3b3f4 /jstests/sharding/query
parent9e4b6e5c2f9e266ed05ce7c913631f12548e4160 (diff)
downloadmongo-14ef67e5d039a491ef897edd49bd7d075a18029c.tar.gz
SERVER-50099: Update requires_fcv_46 and need_fixing_for_46 to 47
Diffstat (limited to 'jstests/sharding/query')
-rw-r--r--jstests/sharding/query/agg_mongos_merge.js2
-rw-r--r--jstests/sharding/query/lookup_graph_lookup_foreign_becomes_sharded.js2
-rw-r--r--jstests/sharding/query/lookup_mongod_unaware.js4
3 files changed, 4 insertions, 4 deletions
diff --git a/jstests/sharding/query/agg_mongos_merge.js b/jstests/sharding/query/agg_mongos_merge.js
index e917fd2a810..0749a6f6ebe 100644
--- a/jstests/sharding/query/agg_mongos_merge.js
+++ b/jstests/sharding/query/agg_mongos_merge.js
@@ -9,7 +9,7 @@
* @tags: [
* requires_sharding,
* requires_profiling,
- * requires_fcv_46,
+ * requires_fcv_47,
* ]
*/
diff --git a/jstests/sharding/query/lookup_graph_lookup_foreign_becomes_sharded.js b/jstests/sharding/query/lookup_graph_lookup_foreign_becomes_sharded.js
index aae499c9f36..f455ec20228 100644
--- a/jstests/sharding/query/lookup_graph_lookup_foreign_becomes_sharded.js
+++ b/jstests/sharding/query/lookup_graph_lookup_foreign_becomes_sharded.js
@@ -3,7 +3,7 @@
* sharded, or if it becomes sharded mid-iteration.
*
*@tags: [
- * requires_fcv_46, requires_persistence
+ * requires_fcv_47, requires_persistence
* ]
*/
(function() {
diff --git a/jstests/sharding/query/lookup_mongod_unaware.js b/jstests/sharding/query/lookup_mongod_unaware.js
index 04b127f5443..e27d0deb19d 100644
--- a/jstests/sharding/query/lookup_mongod_unaware.js
+++ b/jstests/sharding/query/lookup_mongod_unaware.js
@@ -7,11 +7,11 @@
* expect it to still have all the previous data.
*
* @tags: [
- * requires_fcv_46,
+ * requires_fcv_47,
* requires_persistence,
* ]
*
- * TODO (SERVER-47265): Remove the requires_fcv_46 flag
+ * TODO (SERVER-47265): Remove the requires_fcv_47 flag
*/
(function() {
"use strict";