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.js10
1 files changed, 2 insertions, 8 deletions
diff --git a/jstests/sharding/database_versioning_all_commands.js b/jstests/sharding/database_versioning_all_commands.js
index 94413d4e9ae..fe7c409f524 100644
--- a/jstests/sharding/database_versioning_all_commands.js
+++ b/jstests/sharding/database_versioning_all_commands.js
@@ -247,8 +247,6 @@ let testCases = {
_isSelf: {skip: "executes locally on mongos (not sent to any remote node)"},
_killOperations: {skip: "executes locally on mongos (not sent to any remote node)"},
_mergeAuthzCollections: {skip: "always targets the config server"},
- _mongotConnPoolStats: {skip: "not on a user database", conditional: true},
- _dropConnectionsToMongot: {skip: "not on a user database", conditional: true},
abortReshardCollection: {skip: "always targets the config server"},
abortTransaction: {skip: "unversioned and uses special targetting rules"},
addShard: {skip: "not on a user database"},
@@ -349,7 +347,6 @@ let testCases = {
}
},
createRole: {skip: "always targets the config server"},
- createSearchIndexes: {skip: "executes locally on mongos"},
createUser: {skip: "always targets the config server"},
currentOp: {skip: "not on a user database"},
dataSize: {
@@ -413,7 +410,6 @@ let testCases = {
}
},
dropRole: {skip: "always targets the config server"},
- dropSearchIndex: {skip: "executes locally on mongos"},
dropUser: {skip: "always targets the config server"},
echo: {skip: "does not forward command to primary shard"},
enableSharding: {skip: "does not forward command to primary shard"},
@@ -459,7 +455,6 @@ let testCases = {
},
flushRouterConfig: {skip: "executes locally on mongos (not sent to any remote node)"},
fsync: {skip: "broadcast to all shards"},
- fsyncUnlock: {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)",
@@ -516,7 +511,6 @@ let testCases = {
},
}
},
- listSearchIndexes: {skip: "executes locally on mongos"},
listShards: {skip: "does not forward command to primary shard"},
logApplicationMessage: {skip: "not on a user database", conditional: true},
logMessage: {skip: "not on a user database"},
@@ -655,7 +649,8 @@ let testCases = {
}
},
setFeatureCompatibilityVersion: {skip: "not on a user database"},
- setProfilingFilterGlobally: {skip: "executes locally on mongos (not sent to any remote node)"},
+ setFreeMonitoring:
+ {skip: "explicitly fails for mongos, primary mongod only", conditional: true},
setParameter: {skip: "executes locally on mongos (not sent to any remote node)"},
setClusterParameter: {skip: "always targets the config server"},
setUserWriteBlockMode: {skip: "executes locally on mongos (not sent to any remote node)"},
@@ -695,7 +690,6 @@ let testCases = {
}
},
updateRole: {skip: "always targets the config server"},
- updateSearchIndex: {skip: "executes locally on mongos"},
updateUser: {skip: "always targets the config server"},
updateZoneKeyRange: {skip: "not on a user database"},
usersInfo: {skip: "always targets the config server"},