summaryrefslogtreecommitdiff
path: root/jstests/sharding/read_write_concern_defaults_application.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/read_write_concern_defaults_application.js')
-rw-r--r--jstests/sharding/read_write_concern_defaults_application.js15
1 files changed, 3 insertions, 12 deletions
diff --git a/jstests/sharding/read_write_concern_defaults_application.js b/jstests/sharding/read_write_concern_defaults_application.js
index 9b8b3a1efda..3f83dfe4db9 100644
--- a/jstests/sharding/read_write_concern_defaults_application.js
+++ b/jstests/sharding/read_write_concern_defaults_application.js
@@ -372,17 +372,12 @@ let testCases = {
checkWriteConcern: false,
},
donorAbortMigration: {skip: "does not accept read or write concern"},
- // TODO(SERVER-61845) : remove overrides once possible
- 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"},
- // TODO(SERVER-63743) : split cmds need to support writeConcern.
- abortShardSplit: {skip: "does not accept read or write concern"},
- commitShardSplit: {skip: "does not accept read or write concern"},
- forgetShardSplit: {skip: "does not accept read or write concern"},
+ abortShardSplit: {skip: "internal command"},
+ commitShardSplit: {skip: "internal command"},
+ forgetShardSplit: {skip: "internal command"},
driverOIDTest: {skip: "internal command"},
drop: {
setUp: function(conn) {
@@ -479,8 +474,6 @@ let testCases = {
fsync: {skip: "does not accept read or write concern"},
fsyncUnlock: {skip: "does not accept read or write concern"},
getAuditConfig: {skip: "does not accept read or write concern"},
- getChangeStreamOptions:
- {skip: "does not accept read or write concern"}, // TODO SERVER-65353 remove in 6.1.
getClusterParameter: {skip: "does not accept read or write concern"},
getCmdLineOpts: {skip: "does not accept read or write concern"},
getDatabaseVersion: {skip: "does not accept read or write concern"},
@@ -692,8 +685,6 @@ let testCases = {
serverStatus: {skip: "does not accept read or write concern"},
setAllowMigrations: {skip: "does not accept read or write concern"},
setAuditConfig: {skip: "does not accept read or write concern"},
- setChangeStreamOptions:
- {skip: "does not accept read or write concern"}, // TODO SERVER-65353 remove in 6.1.
setCommittedSnapshot: {skip: "internal command"},
setDefaultRWConcern: {skip: "special case (must run after all other commands)"},
setFeatureCompatibilityVersion: {skip: "does not accept read or write concern"},