diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index d863ae26652..368fee0dc64 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -6119,6 +6119,15 @@ tasks: fallback_num_sub_suites: 1 - <<: *task_template + name: causally_consistent_hedged_reads_jscore_passthrough + tags: ["causally_consistent"] + commands: + - func: "do setup" + - func: "run tests" + vars: + resmoke_args: --suites=causally_consistent_hedged_reads_jscore_passthrough --storageEngine=wiredTiger + +- <<: *task_template name: sharded_collections_causally_consistent_jscore_txns_passthrough tags: ["sharding", "jscore", "causally_consistent", "txns"] commands: |