summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorDrew Paroski <drew.paroski@mongodb.com>2021-03-30 10:48:10 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-02 21:14:20 +0000
commit0198bcfb938ccd788f90a2f5e6156871cf18330f (patch)
treee345e22b44c69a80dfad915bd3517eff72884ef8 /buildscripts
parent3413f15f7818409c87144051b280134321196499 (diff)
downloadmongo-0198bcfb938ccd788f90a2f5e6156871cf18330f.tar.gz
SERVER-50370 Implement dotted path sort semantics in SBE
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml
index 28438adf46b..3f7f061d87d 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml
@@ -301,6 +301,7 @@ selector:
# Cannot retry a getMore command if a transient transaction or network error occurs during
# it, since we won't know whether the cursor was advanced or not.
- requires_getmore
+ - does_not_support_transactions
# Transaction-continuing commands cannot specify API parameters, so tests that use API parameters
# cannot be run with transactions.
- uses_api_parameters