diff options
author | Benety Goh <benety@mongodb.com> | 2016-02-10 16:38:29 -0500 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2016-02-18 15:36:21 -0500 |
commit | 27022caada3ea1f4f4633696f7b99d28a171bbf2 (patch) | |
tree | 9a63b0177239b83dca771303cc49939412eb7a66 /buildscripts | |
parent | 2767df9bfeb2231a54b47d02a5d146a759bfbbba (diff) | |
download | mongo-27022caada3ea1f4f4633696f7b99d28a171bbf2.tar.gz |
SERVER-22428 added logging for read-after-optime timeouts
(cherry picked from commit 4bbd6f51d9dc2e4de0a7d0824cc76bc8a514e156)
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml index 9b5bdc57262..a818f2b85f1 100644 --- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml +++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml @@ -66,6 +66,7 @@ selector: # Calls the config server primary directly (not through mongos) - jstests/sharding/moveprimary_ignore_sharded.js - jstests/sharding/min_optime_recovery.js + - jstests/sharding/replset_config/read_after_optime.js - jstests/sharding/server_status.js # Runs setShardVersion/getShardVersion against the config server and we don't support retries # for this command |