summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMisha Tyulenev <misha@mongodb.com>2018-05-11 17:50:56 -0400
committerMisha Tyulenev <misha@mongodb.com>2018-05-11 17:52:10 -0400
commita20ecd3e3a174162052ff99913bc2ca9a839d618 (patch)
tree6af97db9370f09791b86e25eb297e9cfd31c87e2 /buildscripts
parent5550703f7ff9f0dc12f508f87cfb98c3bfa2c222 (diff)
downloadmongo-r3.6.5.tar.gz
SERVER-33585 do not return clusterTime when no keys are availabler3.6.5-rc0r3.6.5
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_auth.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_auth_audit.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml1
4 files changed, 6 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_auth.yml b/buildscripts/resmokeconfig/suites/sharding_auth.yml
index 320eb022a80..f7698454d30 100644
--- a/buildscripts/resmokeconfig/suites/sharding_auth.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_auth.yml
@@ -33,6 +33,8 @@ selector:
- jstests/sharding/movechunk_interrupt_at_primary_stepdown.js # SERVER-21713
- jstests/sharding/movechunk_parallel.js # SERVER-21713
- jstests/sharding/migration_critical_section_concurrency.js # SERVER-21713
+ # Runs with auth enabled.
+ - jstests/sharding/mongod_returns_no_cluster_time_without_keys.js
executor:
config:
diff --git a/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml b/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml
index 80991abb93e..a1a469b1b98 100644
--- a/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml
@@ -33,6 +33,8 @@ selector:
- jstests/sharding/migration_server_status.js # SERVER-21713
- jstests/sharding/migration_move_chunk_after_receive.js # SERVER-21713
- jstests/sharding/migration_critical_section_concurrency.js # SERVER-21713
+ # Runs with auth enabled.
+ - jstests/sharding/mongod_returns_no_cluster_time_without_keys.js
executor:
config:
diff --git a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
index 2b9bdd434a5..5f8e868fe89 100644
--- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
@@ -13,6 +13,7 @@ selector:
- jstests/sharding/mrShardedOutputAuth.js
- jstests/sharding/aggregation_currentop.js
- jstests/sharding/advance_cluster_time_action_type.js
+ - jstests/sharding/mongod_returns_no_cluster_time_without_keys.js
# Count/write/aggregate/group commands against the config shard do not support retries yet
- jstests/sharding/addshard1.js
- jstests/sharding/addshard2.js
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
index 092e385b6a9..df75a6adfee 100644
--- a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
@@ -52,6 +52,7 @@ selector:
- jstests/sharding/lookup_change_stream_post_image_compound_shard_key.js
- jstests/sharding/lookup_change_stream_post_image_hashed_shard_key.js
- jstests/sharding/lookup_change_stream_post_image_id_shard_key.js
+ - jstests/sharding/mongod_returns_no_cluster_time_without_keys.js
- jstests/sharding/mongos_does_not_gossip_logical_time_without_keys.js
- jstests/sharding/move_chunk_find_and_modify_with_write_retryability.js
- jstests/sharding/move_chunk_insert_with_write_retryability.js