diff options
author | Bernard Gorman <bernard.gorman@gmail.com> | 2017-11-13 21:17:43 +0000 |
---|---|---|
committer | Bernard Gorman <bernard.gorman@gmail.com> | 2017-11-16 03:05:18 +0000 |
commit | 340bf8c5f1bef80037e336c699f7c69753a25567 (patch) | |
tree | 0a6166530b5c7bc1484d534e31863daa857ce31f /buildscripts | |
parent | ad803634c69671ec7c43b0ca78edd30ad22b4e63 (diff) | |
download | mongo-340bf8c5f1bef80037e336c699f7c69753a25567.tar.gz |
SERVER-31731 Test that mongos accepts a --timeZoneInfo parameter, and can correctly execute expressions using time zones
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 314be4a93fe..695139b998c 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 @@ -67,6 +67,7 @@ selector: - jstests/sharding/session_info_in_oplog.js - jstests/sharding/sessions_collection_auto_healing.js - jstests/sharding/shard_config_db_collections.js + - jstests/sharding/time_zone_info_mongos.js - jstests/sharding/uuid_propagated_to_config_server_on_shardCollection.js - jstests/sharding/uuid_propagated_to_recipient_shard_on_recvChunkStart.js - jstests/sharding/uuid_propagated_to_shards_on_setFCV_3_6.js |