diff options
author | Randolph Tan <randolph@10gen.com> | 2019-01-07 10:27:46 -0500 |
---|---|---|
committer | Randolph Tan <randolph@10gen.com> | 2019-01-07 11:08:05 -0500 |
commit | 3d28a55677f555092d94b2a2908a8a37cdf07db9 (patch) | |
tree | f8b8ec9c481c444960d7ff2144a3edc2fb518fc6 /etc | |
parent | e139a33d9f872f8e850f85a39294814803e6ccc3 (diff) | |
download | mongo-3d28a55677f555092d94b2a2908a8a37cdf07db9.tar.gz |
SERVER-37853 Create sharded_core_txn with balancer suite
This reverts commit 907c8c786e26414735892bfbe763cd67e7f7e7e4.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 30ad3ddc457..e61847622d2 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -6085,6 +6085,16 @@ tasks: resmoke_args: --suites=multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough --storageEngine=wiredTiger - <<: *task_template + name: multi_stmt_txn_jscore_passthrough_with_migration + depends_on: + - name: jsCore + commands: + - func: "do setup" + - func: "run tests" + vars: + resmoke_args: --suites=multi_stmt_txn_jscore_passthrough_with_migration --storageEngine=wiredTiger + +- <<: *task_template name: parallel depends_on: - name: jsCore @@ -8791,6 +8801,7 @@ buildvariants: - name: mongosTest - name: multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough - name: multi_shard_multi_stmt_txn_jscore_passthrough + - name: multi_stmt_txn_jscore_passthrough_with_migration - name: noPassthrough - name: noPassthroughWithMongod - name: parallel @@ -10472,6 +10483,8 @@ buildvariants: - name: logical_session_cache_sharding_1sec_refresh_jscore_passthrough - name: logical_session_cache_standalone_1sec_refresh_jscore_passthrough - name: mongosTest + - name: multi_shard_multi_stmt_txn_jscore_passthrough + - name: multi_stmt_txn_jscore_passthrough_with_migration - name: noPassthrough - name: noPassthroughWithMongod - name: rollback_fuzzer_gen @@ -12124,6 +12137,9 @@ buildvariants: - name: multi_shard_multi_stmt_txn_jscore_passthrough distros: - rhel62-large + - name: multi_stmt_txn_jscore_passthrough_with_migration + distros: + - rhel62-large - name: multiversion_auth - name: multiversion - name: noPassthroughWithMongod |