diff options
author | Alya Berciu <alyacarina@gmail.com> | 2020-11-02 10:33:58 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-11-09 14:23:23 +0000 |
commit | 9363cfebe2ab8123ced86632a6b674fb5903e420 (patch) | |
tree | a33a2d3af37e140713f3ef197d30659a69be0986 /buildscripts | |
parent | a4c597067a26e71859ca07de33dacde98c1747f1 (diff) | |
download | mongo-9363cfebe2ab8123ced86632a6b674fb5903e420.tar.gz |
SERVER-51540 Support mod expression in SBE
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml index ef61e08aee2..92535b6a866 100644 --- a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml @@ -54,6 +54,7 @@ selector: - jstests/core/or2.js - jstests/core/or3.js - jstests/core/orj.js + - jstests/core/projection_expr_mod.js - jstests/core/ref.js - jstests/core/ref4.js - jstests/core/regex_limit.js |