summaryrefslogtreecommitdiff
path: root/jstests/core/views
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/views')
-rw-r--r--jstests/core/views/invalid_system_views.js2
-rw-r--r--jstests/core/views/views_aggregation.js1
-rw-r--r--jstests/core/views/views_all_commands.js12
-rw-r--r--jstests/core/views/views_collation.js1
-rw-r--r--jstests/core/views/views_creation.js1
-rw-r--r--jstests/core/views/views_validation.js1
6 files changed, 3 insertions, 15 deletions
diff --git a/jstests/core/views/invalid_system_views.js b/jstests/core/views/invalid_system_views.js
index 15b4ab6bc3b..25e973ed9a1 100644
--- a/jstests/core/views/invalid_system_views.js
+++ b/jstests/core/views/invalid_system_views.js
@@ -13,8 +13,6 @@
* requires_replication,
* # The drop of offending views may not happen on the donor after a committed migration.
* tenant_migration_incompatible,
- * uses_compact,
- * references_foreign_collection,
* ]
*/
diff --git a/jstests/core/views/views_aggregation.js b/jstests/core/views/views_aggregation.js
index 287bc5af667..537ec3ee008 100644
--- a/jstests/core/views/views_aggregation.js
+++ b/jstests/core/views/views_aggregation.js
@@ -9,7 +9,6 @@
* requires_non_retryable_commands,
* # Explain of a resolved view must be executed by mongos.
* directly_against_shardsvrs_incompatible,
- * references_foreign_collection,
* ]
*/
(function() {
diff --git a/jstests/core/views/views_all_commands.js b/jstests/core/views/views_all_commands.js
index 7884b8fb6b2..45f19278511 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -12,7 +12,6 @@
// tenant_migration_incompatible,
// # Explain of a resolved view must be executed by mongos.
// directly_against_shardsvrs_incompatible,
-// uses_compact
// ]
/*
@@ -127,7 +126,6 @@ let viewsCommandTests = {
_configsvrShardCollection:
{skip: isAnInternalCommand}, // TODO SERVER-58843: Remove once 6.0 becomes last LTS
_configsvrUpdateZoneKeyRange: {skip: isAnInternalCommand},
- _dropConnectionsToMongot: {skip: isAnInternalCommand},
_flushDatabaseCacheUpdates: {skip: isUnrelated},
_flushDatabaseCacheUpdatesWithWriteConcern: {skip: isUnrelated},
_flushReshardingStateChange: {skip: isUnrelated},
@@ -141,7 +139,6 @@ let viewsCommandTests = {
_killOperations: {skip: isUnrelated},
_mergeAuthzCollections: {skip: isAnInternalCommand},
_migrateClone: {skip: isAnInternalCommand},
- _mongotConnPoolStats: {skip: isAnInternalCommand},
_movePrimary: {skip: isAnInternalCommand},
_recvChunkAbort: {skip: isAnInternalCommand},
_recvChunkCommit: {skip: isAnInternalCommand},
@@ -283,7 +280,6 @@ let viewsCommandTests = {
assert.commandWorked(conn.runCommand({dropAllRolesFromDatabase: 1}));
}
},
- createSearchIndexes: {skip: isUnrelated},
createUser: {
command: {createUser: "testuser", pwd: "testpass", roles: []},
setup: function(conn) {
@@ -349,7 +345,6 @@ let viewsCommandTests = {
assert.commandWorked(conn.runCommand({dropAllRolesFromDatabase: 1}));
}
},
- dropSearchIndex: {skip: isUnrelated},
dropUser: {skip: isUnrelated},
echo: {skip: isUnrelated},
emptycapped: {
@@ -376,6 +371,7 @@ let viewsCommandTests = {
getCmdLineOpts: {skip: isUnrelated},
getDefaultRWConcern: {skip: isUnrelated},
getDiagnosticData: {skip: isUnrelated},
+ getFreeMonitoringStatus: {skip: isUnrelated},
getLastError: {skip: isUnrelated},
getLog: {skip: isUnrelated},
getMore: {
@@ -478,7 +474,6 @@ let viewsCommandTests = {
listCommands: {skip: isUnrelated},
listDatabases: {skip: isUnrelated},
listIndexes: {command: {listIndexes: "view"}, expectFailure: true},
- listSearchIndexes: {skip: isUnrelated},
listShards: {skip: isUnrelated},
lockInfo: {skip: isUnrelated},
logApplicationMessage: {skip: isUnrelated},
@@ -546,6 +541,7 @@ let viewsCommandTests = {
skipSharded: true,
}
],
+ repairDatabase: {skip: isUnrelated},
repairShardedCollectionChunksHistory: {
command: {repairShardedCollectionChunksHistory: "test.view"},
skipStandalone: true,
@@ -609,7 +605,6 @@ let viewsCommandTests = {
rotateCertificates: {skip: isUnrelated},
saslContinue: {skip: isUnrelated},
saslStart: {skip: isUnrelated},
- sbe: {skip: isAnInternalCommand},
serverStatus: {command: {serverStatus: 1}, skip: isUnrelated},
setChangeStreamOptions: {skip: isUnrelated}, // TODO SERVER-65353 remove in 6.1.
setIndexCommitQuorum: {skip: isUnrelated},
@@ -617,7 +612,7 @@ let viewsCommandTests = {
setCommittedSnapshot: {skip: isAnInternalCommand},
setDefaultRWConcern: {skip: isUnrelated},
setFeatureCompatibilityVersion: {skip: isUnrelated},
- setProfilingFilterGlobally: {skip: isUnrelated},
+ setFreeMonitoring: {skip: isUnrelated},
setParameter: {skip: isUnrelated},
setShardVersion: {skip: isUnrelated},
setClusterParameter: {skip: isUnrelated},
@@ -690,7 +685,6 @@ let viewsCommandTests = {
assert.commandWorked(conn.runCommand({dropAllRolesFromDatabase: 1}));
}
},
- updateSearchIndex: {skip: isUnrelated},
updateUser: {skip: isUnrelated},
updateZoneKeyRange: {skip: isUnrelated},
usersInfo: {skip: isUnrelated},
diff --git a/jstests/core/views/views_collation.js b/jstests/core/views/views_collation.js
index 65deb11edbc..169e9309740 100644
--- a/jstests/core/views/views_collation.js
+++ b/jstests/core/views/views_collation.js
@@ -6,7 +6,6 @@
// requires_non_retryable_commands,
// # Explain of a resolved view must be executed by mongos.
// directly_against_shardsvrs_incompatible,
-// references_foreign_collection,
// ]
/**
diff --git a/jstests/core/views/views_creation.js b/jstests/core/views/views_creation.js
index c24a008342d..9528199996a 100644
--- a/jstests/core/views/views_creation.js
+++ b/jstests/core/views/views_creation.js
@@ -11,7 +11,6 @@
* requires_non_retryable_commands,
* # Tenant migrations don't support applyOps.
* tenant_migration_incompatible,
- * references_foreign_collection,
* ]
*/
(function() {
diff --git a/jstests/core/views/views_validation.js b/jstests/core/views/views_validation.js
index 4dea7c9491b..02c060fd50a 100644
--- a/jstests/core/views/views_validation.js
+++ b/jstests/core/views/views_validation.js
@@ -2,7 +2,6 @@
// # Running getCollection on views in sharded suites tries to shard views, which fails.
// assumes_unsharded_collection,
// requires_non_retryable_commands,
-// references_foreign_collection,
// ]
(function() {