summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2017-09-28 16:33:27 -0400
committerRandolph Tan <randolph@10gen.com>2017-09-28 16:51:00 -0400
commitf88f6f43b7ae2af0286437da8f00c0079ed99145 (patch)
treeec22edf29d746877baa697f80bc10d0b40ebb616 /buildscripts
parent0309fa8091bdf7d6663a02fefd5d61ae0965e7b1 (diff)
downloadmongo-f88f6f43b7ae2af0286437da8f00c0079ed99145.tar.gz
SERVER-30894/SERVER-31290 Implement command for transferring session information during migration
This reverts commit f24fbb0011c6ded9101f08574e7cd07e63690a9b. This reverts commit d293f6857bcb36b26ca8fa03d90299714fe060de.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml5
1 files changed, 5 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 26eae7c72bc..58274c26f85 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
@@ -49,6 +49,11 @@ selector:
- jstests/sharding/uuid_propagated_to_recipient_shard_on_recvChunkStart.js
- jstests/sharding/uuid_propagated_to_shards_on_setFCV_3_6.js
- jstests/sharding/close_cursor_on_chunk_migration_to_new_shards.js
+ - jstests/sharding/move_chunk_insert_with_write_retryability.js
+ - jstests/sharding/move_chunk_find_and_modify_with_write_retryability.js
+ - jstests/sharding/move_chunk_remove_with_write_retryability.js
+ - jstests/sharding/move_chunk_update_with_write_retryability.js
+ - jstests/sharding/write_transactions_during_migration.js
# New feature in v3.6 mongo shell.
- jstests/sharding/causal_consistency_shell_support.js
- jstests/sharding/keys_rotation_interval_sec.js