summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorJustin Seyster <justin.seyster@mongodb.com>2020-09-28 16:34:00 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-28 21:29:01 +0000
commitc2d29de6dc0b2f0cb789427b73384fe5d60cdf5f (patch)
tree12996e413edd8e0fcdc679bb930d76c9e43b5d43 /buildscripts
parent4085db0d66c107cc6b475e3d4cc7e7a17d71ba93 (diff)
downloadmongo-c2d29de6dc0b2f0cb789427b73384fe5d60cdf5f.tar.gz
SERVER-51203 More find subsystem tests for better SBE coverage
Many of these tests were written during prototyping of SBE and check important edge cases for ensuring compatibility between SBE and the classic execution engine.
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/resmokeconfig/suites/cst_jscore_passthrough.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/cst_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/cst_jscore_passthrough.yml
index 3816970423f..6aa50d8dc8e 100755
--- a/buildscripts/resmokeconfig/suites/cst_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/cst_jscore_passthrough.yml
@@ -83,6 +83,7 @@ selector:
- jstests/core/collection_truncate.js
- jstests/core/command_json_schema_field.js
- jstests/core/command_let_variables.js
+ - jstests/core/computed_projections.js
- jstests/core/connection_string_validation.js
- jstests/core/count11.js
- jstests/core/count4.js
@@ -157,6 +158,7 @@ selector:
- jstests/core/find_and_modify_server6226.js
- jstests/core/find_and_modify_server6865.js
- jstests/core/find_dedup.js
+ - jstests/core/find_project_sort.js
- jstests/core/finda.js
- jstests/core/fts_mix.js
- jstests/core/geo2.js