summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPavi Vetriselvan <pvselvan@umich.edu>2019-08-15 14:54:56 -0400
committerPavi Vetriselvan <pvselvan@umich.edu>2019-08-15 15:02:30 -0400
commit1a39fab6a77a6fdddc889aaffa116b3376bfc488 (patch)
treef1b33390c93e7b1c39973b70c308b7b56becbfd1 /etc
parent407bf9be594278ac505fb089ec17dfef62ac0e25 (diff)
downloadmongo-1a39fab6a77a6fdddc889aaffa116b3376bfc488.tar.gz
SERVER-41699 enable transactions and initial sync fuzzer in inMemory storage engine
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 9e78f9f9139..0adf0d9b69a 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -9621,7 +9621,7 @@ buildvariants:
# spawning a large number of linker processes.
num_scons_link_jobs_available: $(( $(grep -c ^processor /proc/cpuinfo) / 4 ))
python: '/cygdrive/c/python/python37/python.exe'
- test_flags: --storageEngine=inMemory --excludeWithAnyTags=requires_persistence,requires_journaling,uses_transactions
+ test_flags: --storageEngine=inMemory --excludeWithAnyTags=requires_persistence,requires_journaling
ext: zip
scons_cache_scope: shared
multiversion_platform: windows
@@ -9644,6 +9644,7 @@ buildvariants:
- name: concurrency_replication_causal_consistency
distros:
- windows-64-vs2017-compile
+ - name: initial_sync_fuzzer_gen
- name: .jscore .common !.decimal !.compat !.sharding
- name: .jstestfuzz .common
- name: .logical_session_cache .one_sec
@@ -11972,6 +11973,7 @@ buildvariants:
- name: .concurrency !.ubsan !.no_txns
distros:
- rhel62-large # Some workloads require a lot of memory, use a bigger machine for this suite.
+ - name: initial_sync_fuzzer_gen
- name: .integration !.audit
distros:
- rhel62-large