summaryrefslogtreecommitdiff
path: root/jstests/sharding
diff options
context:
space:
mode:
authorDidier Nadeau <didier.nadeau@mongodb.com>2021-12-02 02:59:17 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-02 03:25:47 +0000
commit2c97789382f230d819926fcbf6b61ccc93aab3e2 (patch)
treeb84dc2250249e6d48b64bb01a98006ff2aae1cb9 /jstests/sharding
parenteced3480254666252ae8e3190084882108016f70 (diff)
downloadmongo-2c97789382f230d819926fcbf6b61ccc93aab3e2.tar.gz
SERVER-61713 Accept a list of tenant ids in commitShardSplit and fix test failures
Diffstat (limited to 'jstests/sharding')
-rw-r--r--jstests/sharding/read_write_concern_defaults_application.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/sharding/read_write_concern_defaults_application.js b/jstests/sharding/read_write_concern_defaults_application.js
index 05261fe6ac9..4fe0793ec8b 100644
--- a/jstests/sharding/read_write_concern_defaults_application.js
+++ b/jstests/sharding/read_write_concern_defaults_application.js
@@ -340,8 +340,12 @@ let testCases = {
checkWriteConcern: false,
},
donorAbortMigration: {skip: "does not accept read or write concern"},
+ // TODO : remove overrides once possible SERVER-61845
+ donorAbortSplit: {skip: "has been removed from the server"},
donorForgetMigration: {skip: "does not accept read or write concern"},
+ donorForgetSplit: {skip: "has been removed from the server"},
donorStartMigration: {skip: "does not accept read or write concern"},
+ donorStartSplit: {skip: "has been removed from the server"},
donorWaitForMigrationToCommit: {skip: "does not accept read or write concern"},
abortShardSplit: {skip: "does not accept read or write concern"},
commitShardSplit: {skip: "does not accept read or write concern"},