summaryrefslogtreecommitdiff
path: root/jstests/sharding
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
parent9e4b6e5c2f9e266ed05ce7c913631f12548e4160 (diff)
downloadmongo-14ef67e5d039a491ef897edd49bd7d075a18029c.tar.gz
SERVER-50099: Update requires_fcv_46 and need_fixing_for_46 to 47
Diffstat (limited to 'jstests/sharding')
-rw-r--r--jstests/sharding/basic_drop_coll.js2
-rw-r--r--jstests/sharding/chunk_history_window.js2
-rw-r--r--jstests/sharding/disable_resumable_range_deleter.js4
-rw-r--r--jstests/sharding/drop_configdb.js2
-rw-r--r--jstests/sharding/kill_pinned_cursor.js2
-rw-r--r--jstests/sharding/mongos_not_retry_commands_in_transactions.js4
-rw-r--r--jstests/sharding/mongos_quiesce_mode.js2
-rw-r--r--jstests/sharding/move_chunk_critical_section_non_internal_client_abort.js4
-rw-r--r--jstests/sharding/multi_update_orphan_shard_key.js2
-rw-r--r--jstests/sharding/non_transaction_snapshot_errors.js2
-rw-r--r--jstests/sharding/non_transaction_snapshot_reads_retry.js2
-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
-rw-r--r--jstests/sharding/refine_shardkey_config_cache_refresh.js2
-rw-r--r--jstests/sharding/reshard_collection_basic.js2
-rw-r--r--jstests/sharding/safe_secondary_reads_causal_consistency.js2
-rw-r--r--jstests/sharding/sharding_non_transaction_snapshot_aggregate.js2
-rw-r--r--jstests/sharding/sharding_non_transaction_snapshot_read.js2
-rw-r--r--jstests/sharding/single_shard_transaction_without_majority_reads_lagged.js2
-rw-r--r--jstests/sharding/snapshot_reads_target_at_point_in_time.js2
-rw-r--r--jstests/sharding/stale_mongos_and_restarted_shards_agree_on_shard_version.js4
-rw-r--r--jstests/sharding/txn_two_phase_commit_write_concern.js2
-rw-r--r--jstests/sharding/version2.js2
24 files changed, 29 insertions, 29 deletions
diff --git a/jstests/sharding/basic_drop_coll.js b/jstests/sharding/basic_drop_coll.js
index d3b0825313e..519c379412f 100644
--- a/jstests/sharding/basic_drop_coll.js
+++ b/jstests/sharding/basic_drop_coll.js
@@ -2,7 +2,7 @@
* Basic test from the drop collection command on a sharded cluster that verifies collections are
* cleaned up properly.
*
- * @tags: [requires_fcv_46]
+ * @tags: [requires_fcv_47]
*/
(function() {
"use strict";
diff --git a/jstests/sharding/chunk_history_window.js b/jstests/sharding/chunk_history_window.js
index 2ccb7d451fb..1be21395483 100644
--- a/jstests/sharding/chunk_history_window.js
+++ b/jstests/sharding/chunk_history_window.js
@@ -2,7 +2,7 @@
* Test that config servers keep chunk history for up to minSnapshotHistoryWindowInSeconds.
*
* @tags: [
- * requires_fcv_46,
+ * requires_fcv_47,
* requires_majority_read_concern,
* requires_persistence,
* ]
diff --git a/jstests/sharding/disable_resumable_range_deleter.js b/jstests/sharding/disable_resumable_range_deleter.js
index 631c065daea..88b4160af82 100644
--- a/jstests/sharding/disable_resumable_range_deleter.js
+++ b/jstests/sharding/disable_resumable_range_deleter.js
@@ -2,8 +2,8 @@
* Verifies the effect of setting disableResumableRangeDeleter to true on a shard.
*
* requires_persistence - This test restarts shards and expects them to remember their data.
- * requires_fcv_46 - This test changed the behavior of disableResumableRangeDeleter from 4.4.
- * @tags: [requires_persistence, requires_fcv_46]
+ * requires_fcv_47 - This test changed the behavior of disableResumableRangeDeleter from 4.4.
+ * @tags: [requires_persistence, requires_fcv_47]
*/
(function() {
diff --git a/jstests/sharding/drop_configdb.js b/jstests/sharding/drop_configdb.js
index 1e338d0c2c5..24af9451b0f 100644
--- a/jstests/sharding/drop_configdb.js
+++ b/jstests/sharding/drop_configdb.js
@@ -1,7 +1,7 @@
// Test that dropping the config database is completely disabled via
// mongos and via mongod, if started with --configsvr
//
-// @tags: [requires_fcv_46]
+// @tags: [requires_fcv_47]
(function() {
"use strict";
diff --git a/jstests/sharding/kill_pinned_cursor.js b/jstests/sharding/kill_pinned_cursor.js
index 616c0e07853..739411ac450 100644
--- a/jstests/sharding/kill_pinned_cursor.js
+++ b/jstests/sharding/kill_pinned_cursor.js
@@ -3,7 +3,7 @@
* should always succeed.
*
* Uses getMore to pin an open cursor.
- * @tags: [requires_getmore, requires_fcv_46]
+ * @tags: [requires_getmore, requires_fcv_47]
*/
(function() {
diff --git a/jstests/sharding/mongos_not_retry_commands_in_transactions.js b/jstests/sharding/mongos_not_retry_commands_in_transactions.js
index 7fd6d8d5ad7..60e74860f5e 100644
--- a/jstests/sharding/mongos_not_retry_commands_in_transactions.js
+++ b/jstests/sharding/mongos_not_retry_commands_in_transactions.js
@@ -1,6 +1,6 @@
/*
* Tests that mongos doesn't retry commands with startTransaction=true.
- * @tags: [requires_fcv_46]
+ * @tags: [requires_fcv_47]
*/
(function() {
'use strict';
@@ -71,4 +71,4 @@ assert.commandWorked(mongosDB.runCommand(
{insert: kCollName, documents: [kDoc1], txnNumber: NumberLong(transactionNumber++)}));
st.stop();
-})(); \ No newline at end of file
+})();
diff --git a/jstests/sharding/mongos_quiesce_mode.js b/jstests/sharding/mongos_quiesce_mode.js
index ec86028bc96..2df1db3f8cd 100644
--- a/jstests/sharding/mongos_quiesce_mode.js
+++ b/jstests/sharding/mongos_quiesce_mode.js
@@ -3,7 +3,7 @@
* During quiesce mode, existing operations are allowed to continue and new operations are
* accepted. However, isMaster requests return a ShutdownInProgress error, so that clients can
* begin re-routing operations.
- * @tags: [requires_fcv_46]
+ * @tags: [requires_fcv_47]
*/
(function() {
diff --git a/jstests/sharding/move_chunk_critical_section_non_internal_client_abort.js b/jstests/sharding/move_chunk_critical_section_non_internal_client_abort.js
index aa737b9044b..10efe4dc610 100644
--- a/jstests/sharding/move_chunk_critical_section_non_internal_client_abort.js
+++ b/jstests/sharding/move_chunk_critical_section_non_internal_client_abort.js
@@ -3,7 +3,7 @@
* non-internal client while in the critical section.
*
* @tags: [
- * requires_fcv_46,
+ * requires_fcv_47,
* ]
*/
(function() {
@@ -43,4 +43,4 @@ fp.off();
awaitResult();
st.stop();
-})(); \ No newline at end of file
+})();
diff --git a/jstests/sharding/multi_update_orphan_shard_key.js b/jstests/sharding/multi_update_orphan_shard_key.js
index 3c71d0f8f35..5c0d88f8e47 100644
--- a/jstests/sharding/multi_update_orphan_shard_key.js
+++ b/jstests/sharding/multi_update_orphan_shard_key.js
@@ -1,7 +1,7 @@
/**
* Tests it isn't possible to update an orphan document's shard key. Only multi=true updates skip
* shard versioning. They are therefore the only case which skips ownership filtering.
- * @tags: [requires_fcv_46]
+ * @tags: [requires_fcv_47]
*/
(function() {
"use strict";
diff --git a/jstests/sharding/non_transaction_snapshot_errors.js b/jstests/sharding/non_transaction_snapshot_errors.js
index e80e3badba7..38d5b583be8 100644
--- a/jstests/sharding/non_transaction_snapshot_errors.js
+++ b/jstests/sharding/non_transaction_snapshot_errors.js
@@ -9,7 +9,7 @@
* SnapshotError, there's no point retrying.
*
* @tags: [
- * requires_fcv_46,
+ * requires_fcv_47,
* requires_majority_read_concern,
* requires_persistence,
* ]
diff --git a/jstests/sharding/non_transaction_snapshot_reads_retry.js b/jstests/sharding/non_transaction_snapshot_reads_retry.js
index 1aebe4438a5..8d1434aa935 100644
--- a/jstests/sharding/non_transaction_snapshot_reads_retry.js
+++ b/jstests/sharding/non_transaction_snapshot_reads_retry.js
@@ -3,7 +3,7 @@
* with a SnapshotError.
*
* @tags: [
- * requires_fcv_46,
+ * requires_fcv_47,
* requires_majority_read_concern,
* requires_persistence,
* ]
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";
diff --git a/jstests/sharding/refine_shardkey_config_cache_refresh.js b/jstests/sharding/refine_shardkey_config_cache_refresh.js
index bc164891e6c..9b343353bd3 100644
--- a/jstests/sharding/refine_shardkey_config_cache_refresh.js
+++ b/jstests/sharding/refine_shardkey_config_cache_refresh.js
@@ -4,7 +4,7 @@
* config.cache collections by the ShardServerCatalogCacheLoader after a refine shard key and makes
* sure that the shard will be able to eventually reach the valid state on config.cache.
*
- * @tags: [requires_fcv_46]
+ * @tags: [requires_fcv_47]
*/
(function() {
'use strict';
diff --git a/jstests/sharding/reshard_collection_basic.js b/jstests/sharding/reshard_collection_basic.js
index 4104a98fbab..8a615557e08 100644
--- a/jstests/sharding/reshard_collection_basic.js
+++ b/jstests/sharding/reshard_collection_basic.js
@@ -1,6 +1,6 @@
//
// Basic tests for reshardCollection.
-// @tags: [requires_fcv_46]
+// @tags: [requires_fcv_47]
//
(function() {
diff --git a/jstests/sharding/safe_secondary_reads_causal_consistency.js b/jstests/sharding/safe_secondary_reads_causal_consistency.js
index d57d668f2ea..a7c514a8810 100644
--- a/jstests/sharding/safe_secondary_reads_causal_consistency.js
+++ b/jstests/sharding/safe_secondary_reads_causal_consistency.js
@@ -2,7 +2,7 @@
* Tests that donor shard's secondaries correctly
* block reads and refresh metadata cache when migration occurs.
*
- * @tags: [requires_fcv_46]
+ * @tags: [requires_fcv_47]
*/
(function() {
diff --git a/jstests/sharding/sharding_non_transaction_snapshot_aggregate.js b/jstests/sharding/sharding_non_transaction_snapshot_aggregate.js
index 0209783909e..2a7ce0b3a60 100644
--- a/jstests/sharding/sharding_non_transaction_snapshot_aggregate.js
+++ b/jstests/sharding/sharding_non_transaction_snapshot_aggregate.js
@@ -3,7 +3,7 @@
* transactions.
*
* @tags: [
- * requires_fcv_46,
+ * requires_fcv_47,
* requires_find_command,
* requires_majority_read_concern,
* requires_persistence,
diff --git a/jstests/sharding/sharding_non_transaction_snapshot_read.js b/jstests/sharding/sharding_non_transaction_snapshot_read.js
index d7577a134ad..dc11c46b0f3 100644
--- a/jstests/sharding/sharding_non_transaction_snapshot_read.js
+++ b/jstests/sharding/sharding_non_transaction_snapshot_read.js
@@ -2,7 +2,7 @@
* Tests readConcern level snapshot outside of transactions.
*
* @tags: [
- * requires_fcv_46,
+ * requires_fcv_47,
* requires_find_command,
* requires_majority_read_concern,
* requires_persistence,
diff --git a/jstests/sharding/single_shard_transaction_without_majority_reads_lagged.js b/jstests/sharding/single_shard_transaction_without_majority_reads_lagged.js
index df6cabbd0d3..ae46deb8035 100644
--- a/jstests/sharding/single_shard_transaction_without_majority_reads_lagged.js
+++ b/jstests/sharding/single_shard_transaction_without_majority_reads_lagged.js
@@ -13,7 +13,7 @@
* @tags: [
* uses_transactions,
* requires_find_command,
- * need_fixing_for_46
+ * need_fixing_for_47
* ]
*/
diff --git a/jstests/sharding/snapshot_reads_target_at_point_in_time.js b/jstests/sharding/snapshot_reads_target_at_point_in_time.js
index 26471e6fd4a..08fb104cf08 100644
--- a/jstests/sharding/snapshot_reads_target_at_point_in_time.js
+++ b/jstests/sharding/snapshot_reads_target_at_point_in_time.js
@@ -1,7 +1,7 @@
// Verifies mongos uses a versioned routing table to target subsequent requests for snapshot reads.
//
// @tags: [
-// requires_fcv_46,
+// requires_fcv_47,
// requires_find_command,
// requires_persistence,
// requires_sharding,
diff --git a/jstests/sharding/stale_mongos_and_restarted_shards_agree_on_shard_version.js b/jstests/sharding/stale_mongos_and_restarted_shards_agree_on_shard_version.js
index f1c473e372d..341142562e9 100644
--- a/jstests/sharding/stale_mongos_and_restarted_shards_agree_on_shard_version.js
+++ b/jstests/sharding/stale_mongos_and_restarted_shards_agree_on_shard_version.js
@@ -4,11 +4,11 @@
* have it's data after a restart.
*
* @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';
diff --git a/jstests/sharding/txn_two_phase_commit_write_concern.js b/jstests/sharding/txn_two_phase_commit_write_concern.js
index 3f2420717a9..f42851c5dae 100644
--- a/jstests/sharding/txn_two_phase_commit_write_concern.js
+++ b/jstests/sharding/txn_two_phase_commit_write_concern.js
@@ -1,7 +1,7 @@
/*
* Tests that coordinateCommitTransaction returns the decision once the decision has been written
* with the client's writeConcern.
- * @tags: [uses_transactions, uses_multi_shard_transaction, requires_fcv_46]
+ * @tags: [uses_transactions, uses_multi_shard_transaction, requires_fcv_47]
*/
(function() {
'use strict';
diff --git a/jstests/sharding/version2.js b/jstests/sharding/version2.js
index bb8bcb800e5..feb8db8eccd 100644
--- a/jstests/sharding/version2.js
+++ b/jstests/sharding/version2.js
@@ -1,6 +1,6 @@
/**
* @tags: [
- * need_fixing_for_46
+ * need_fixing_for_47
* ]
*/
(function() {