summaryrefslogtreecommitdiff
path: root/jstests/sharding/database_versioning_all_commands.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/database_versioning_all_commands.js')
-rw-r--r--jstests/sharding/database_versioning_all_commands.js9
1 files changed, 1 insertions, 8 deletions
diff --git a/jstests/sharding/database_versioning_all_commands.js b/jstests/sharding/database_versioning_all_commands.js
index fe7c409f524..6d4f2bbba52 100644
--- a/jstests/sharding/database_versioning_all_commands.js
+++ b/jstests/sharding/database_versioning_all_commands.js
@@ -315,6 +315,7 @@ let testCases = {
},
}
},
+ coordinateCommitTransaction: {skip: "unimplemented. Serves only as a stub."},
count: {
run: {
sendsDbVersion: true,
@@ -456,10 +457,6 @@ let testCases = {
flushRouterConfig: {skip: "executes locally on mongos (not sent to any remote node)"},
fsync: {skip: "broadcast to all shards"},
getAuditConfig: {skip: "not on a user database", conditional: true},
- getChangeStreamOptions: {
- skip: "executes locally on mongos (not sent to any remote node)",
- conditional: true
- }, // TODO SERVER-65353 remove in 6.1.
getClusterParameter: {skip: "always targets the config server"},
getCmdLineOpts: {skip: "executes locally on mongos (not sent to any remote node)"},
getDefaultRWConcern: {skip: "executes locally on mongos (not sent to any remote node)"},
@@ -628,10 +625,6 @@ let testCases = {
serverStatus: {skip: "executes locally on mongos (not sent to any remote node)"},
setAllowMigrations: {skip: "not on a user database"},
setAuditConfig: {skip: "not on a user database", conditional: true},
- setChangeStreamOptions: {
- skip: "always targets the config server",
- conditional: true
- }, // TODO SERVER-65353 remove in 6.1.
setDefaultRWConcern: {skip: "always targets the config server"},
setIndexCommitQuorum: {
run: {