summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorRobert Guo <robertguo@me.com>2020-03-18 12:00:08 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-18 16:33:02 +0000
commita2f1525382b874d9ed922dc60cf2678a73843cfe (patch)
tree4be901125097de185441e5d8734bd13c2122f6c8 /jstests
parent466a5a5055b401024ed80021f52669b801aab2d4 (diff)
downloadmongo-a2f1525382b874d9ed922dc60cf2678a73843cfe.tar.gz
SERVER-46944 temporarily blacklist tests in sharding_last_stable_mongos_and_mixed_shards
Diffstat (limited to 'jstests')
-rw-r--r--jstests/sharding/allow_partial_results.js2
-rw-r--r--jstests/sharding/create_idx_empty_primary.js2
-rw-r--r--jstests/sharding/index_and_collection_option_propagation.js2
-rw-r--r--jstests/sharding/mongos_get_shard_version.js2
4 files changed, 8 insertions, 0 deletions
diff --git a/jstests/sharding/allow_partial_results.js b/jstests/sharding/allow_partial_results.js
index 8ba369a74c2..8a4c08a3837 100644
--- a/jstests/sharding/allow_partial_results.js
+++ b/jstests/sharding/allow_partial_results.js
@@ -1,6 +1,8 @@
/**
* Tests that the 'allowPartialResults' option to find is respected, and that aggregation does not
* accept the 'allowPartialResults' option.
+ *
+ * @tags: [need_fixing_for_46]
*/
// This test shuts down a shard.
diff --git a/jstests/sharding/create_idx_empty_primary.js b/jstests/sharding/create_idx_empty_primary.js
index cf1c871272b..9b11df9f70e 100644
--- a/jstests/sharding/create_idx_empty_primary.js
+++ b/jstests/sharding/create_idx_empty_primary.js
@@ -2,6 +2,8 @@
* Test to make sure that the createIndex command gets sent to all shards if the mongos
* version is last-stable, and to shards that own chunks only if the mongos version is
* latest.
+ *
+ * @tags: [need_fixing_for_46]
*/
(function() {
'use strict';
diff --git a/jstests/sharding/index_and_collection_option_propagation.js b/jstests/sharding/index_and_collection_option_propagation.js
index 419ce128c42..58d06465b73 100644
--- a/jstests/sharding/index_and_collection_option_propagation.js
+++ b/jstests/sharding/index_and_collection_option_propagation.js
@@ -8,6 +8,8 @@
* are reported in the 'raw' shard responses) as long as at least one shard returns success.
*
* This test verifies this behavior.
+ *
+ * @tags: [need_fixing_for_46]
*/
// This test shuts down a shard.
diff --git a/jstests/sharding/mongos_get_shard_version.js b/jstests/sharding/mongos_get_shard_version.js
index 1bc7031d010..693dc7cf5af 100644
--- a/jstests/sharding/mongos_get_shard_version.js
+++ b/jstests/sharding/mongos_get_shard_version.js
@@ -1,5 +1,7 @@
/**
* Test that mongos getShardVersion returns the correct version and chunks.
+ *
+ * @tags: [need_fixing_for_46]
*/
(function() {
'use strict';