diff options
author | Davis Haupt <davis.haupt@mongodb.com> | 2022-11-18 15:08:49 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-11-21 20:17:46 +0000 |
commit | 653e858945e2befc7a01a4c816b27fcd0526b6c5 (patch) | |
tree | 399c4e81de36a6b5fa80f726136f1a2604036274 /buildscripts | |
parent | a5341aa27ef996912766719eae263e08b9721f4c (diff) | |
download | mongo-653e858945e2befc7a01a4c816b27fcd0526b6c5.tar.gz |
SERVER-70070 re-enable fle2/find.js in passthrough suites
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/replica_sets_reconfig_jscore_passthrough.yml | 4 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/talk_directly_to_shardsvrs_jscore_passthrough.yml | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_reconfig_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_reconfig_jscore_passthrough.yml index 58f9339ad97..4dcfffe0064 100644 --- a/buildscripts/resmokeconfig/suites/replica_sets_reconfig_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_reconfig_jscore_passthrough.yml @@ -28,6 +28,10 @@ selector: - jstests/core/connection_string_validation.js # Does not expect a replica set connection string. + # TODO: SERVER-71487 Legacy shell does not carry over encryption information through + # getMores in reconfig suites. + - src/mongo/db/modules/*/jstests/fle2/query/*getMore*.js + exclude_with_any_tags: - assumes_standalone_mongod - assumes_read_preference_unchanged diff --git a/buildscripts/resmokeconfig/suites/talk_directly_to_shardsvrs_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/talk_directly_to_shardsvrs_jscore_passthrough.yml index 257516dbff3..febca889012 100644 --- a/buildscripts/resmokeconfig/suites/talk_directly_to_shardsvrs_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/talk_directly_to_shardsvrs_jscore_passthrough.yml @@ -11,6 +11,9 @@ selector: # test sets fail point with error code NotWritablePrimary, the test driver changes its topology to # ReplicaSetNoPrimary and create a new connection once it get the primary again. - jstests/core/failcommand_failpoint.js + # TODO: SERVER-71487 Legacy shell does not carry over encryption information through + # getMores in reconfig suites. + - src/mongo/db/modules/*/jstests/fle2/query/*getMore*.js exclude_with_any_tags: - assumes_standalone_mongod |