summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergi Mateo Bellido <sergi.mateo-bellido@mongodb.com>2020-10-01 12:03:44 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-01 15:11:24 +0000
commitc1401d158b915996aacd0e43b666ca3f7b0e9305 (patch)
treea681b9625247b67fa28c211f7cc5d1741267ddd4
parent27d663f5e7b66a06e76fcef08f47121e19f3fbd6 (diff)
downloadmongo-c1401d158b915996aacd0e43b666ca3f7b0e9305.tar.gz
SERVER-51056 Disable refine_collection_shard_key_atomic.js from running in sharding_csrs_continuous_config_stepdown suite
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml1
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 d6c78268669..8385be22650 100644
--- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
@@ -107,6 +107,7 @@ selector:
- jstests/sharding/move_chunk_insert_with_write_retryability.js
- jstests/sharding/move_chunk_remove_with_write_retryability.js
- jstests/sharding/move_chunk_update_with_write_retryability.js
+ - jstests/sharding/refine_collection_shard_key_atomic.js # sets a failpoint on the config primary
- jstests/sharding/restart_transactions.js
- jstests/sharding/txn_two_phase_commit_commands_basic_requirements.js
- jstests/sharding/txn_two_phase_commit_coordinator_shutdown_and_restart.js