From 48a5a5e48ae87782d33306b143fd7bf397591dde Mon Sep 17 00:00:00 2001 From: mathisbessamdb Date: Wed, 22 Feb 2023 15:05:26 +0000 Subject: SERVER-74058 Re-introduce excluded jstests for NTDI dollar tenant passthrough --- jstests/core/catalog/list_collections_filter.js | 2 -- jstests/core/constructors.js | 2 -- jstests/core/doc_validation/doc_validation_invalid_validators.js | 2 -- jstests/core/query/count/counta.js | 4 +--- jstests/core/query/js/js2.js | 4 +--- 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; -- cgit v1.2.1