summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathisbessamdb <mathis.bessa@mongodb.com>2023-02-22 15:05:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-24 17:50:28 +0000
commit48a5a5e48ae87782d33306b143fd7bf397591dde (patch)
tree5e754e0062eb4d4fe1af8714332098d7a9791fa0
parent7e54d2db7397fcd7f61abe03fabb7f9a2104fbb2 (diff)
downloadmongo-48a5a5e48ae87782d33306b143fd7bf397591dde.tar.gz
SERVER-74058 Re-introduce excluded jstests for NTDI dollar tenant passthrough
-rw-r--r--jstests/core/catalog/list_collections_filter.js2
-rw-r--r--jstests/core/constructors.js2
-rw-r--r--jstests/core/doc_validation/doc_validation_invalid_validators.js2
-rw-r--r--jstests/core/query/count/counta.js4
-rw-r--r--jstests/core/query/js/js2.js4
5 files changed, 2 insertions, 12 deletions
diff --git a/jstests/core/catalog/list_collections_filter.js b/jstests/core/catalog/list_collections_filter.js
index f659b103a96..1341e60d890 100644
--- a/jstests/core/catalog/list_collections_filter.js
+++ b/jstests/core/catalog/list_collections_filter.js
@@ -9,8 +9,6 @@
* assumes_against_mongod_not_mongos,
* # Tenant migrations don't support applyOps.
* tenant_migration_incompatible,
- * # Uses $where operator
- * requires_scripting,
* ]
*/
diff --git a/jstests/core/constructors.js b/jstests/core/constructors.js
index a672c350d3e..22a9297262f 100644
--- a/jstests/core/constructors.js
+++ b/jstests/core/constructors.js
@@ -8,8 +8,6 @@
// uses_map_reduce_with_temp_collections,
// # This test has statements that do not support non-local read concern.
// does_not_support_causal_consistency,
-// # Uses $where operator
-// requires_scripting,
// ]
// Takes a list of constructors and returns a new list with an extra entry for each constructor with
diff --git a/jstests/core/doc_validation/doc_validation_invalid_validators.js b/jstests/core/doc_validation/doc_validation_invalid_validators.js
index 542c7918ed2..3bb7d41f926 100644
--- a/jstests/core/doc_validation/doc_validation_invalid_validators.js
+++ b/jstests/core/doc_validation/doc_validation_invalid_validators.js
@@ -5,8 +5,6 @@
// not_allowed_with_security_token,
// assumes_no_implicit_collection_creation_after_drop,
// requires_non_retryable_commands,
-// # Uses $where operator
-// requires_scripting,
// ]
// Verify invalid validator statements won't work and that we
diff --git a/jstests/core/query/count/counta.js b/jstests/core/query/count/counta.js
index a08900fce3d..b1846233e35 100644
--- a/jstests/core/query/count/counta.js
+++ b/jstests/core/query/count/counta.js
@@ -1,9 +1,7 @@
// Check that count returns 0 in some exception cases.
//
// @tags: [
-// requires_fastcount,
-// # Uses $where operator
-// requires_scripting,
+// requires_fastcount
// ]
(function() {
diff --git a/jstests/core/query/js/js2.js b/jstests/core/query/js/js2.js
index 6e2c712b83d..a278a520a88 100644
--- a/jstests/core/query/js/js2.js
+++ b/jstests/core/query/js/js2.js
@@ -1,7 +1,5 @@
// @tags: [
-// requires_non_retryable_writes,
-// # Uses $where operator
-// requires_scripting,
+// requires_non_retryable_writes
//]
t = db.jstests_js2;