diff options
author | Bernard Gorman <bernard.gorman@gmail.com> | 2019-06-18 17:18:20 +0100 |
---|---|---|
committer | Bernard Gorman <bernard.gorman@gmail.com> | 2019-06-18 18:20:10 +0100 |
commit | e87d03e232f8b9c12a9b0f9dd24d50508cd920ed (patch) | |
tree | 279da56ff0d70ac6e3feb2ecc74814dc59e74606 /etc | |
parent | 5d504a00b156c7af0de806120f77b4dbe04e0bbe (diff) | |
download | mongo-e87d03e232f8b9c12a9b0f9dd24d50508cd920ed.tar.gz |
SERVER-41785 Do not run change stream tests on ephemeralForTest variant
(cherry picked from commit 0382a804a18aa78690a4d4a247da579d4a12f352)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index ce1e0c6ba78..cb6e52ab481 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -11680,7 +11680,7 @@ buildvariants: expansions: # Transactions are not explicitly supported on the ephemeralForTest storage engine. # Speculative majority reads are currently only allowed for change streams, which are only supported on WiredTiger. - test_flags: --storageEngine=ephemeralForTest --excludeWithAnyTags=requires_persistence,requires_fsync,SERVER-21420,SERVER-21658,requires_journaling,requires_wiredtiger,uses_transactions,requires_document_locking,uses_speculative_majority,requires_snapshot_read,requires_majority_read_concern + test_flags: --storageEngine=ephemeralForTest --excludeWithAnyTags=requires_persistence,requires_fsync,SERVER-21420,SERVER-21658,requires_journaling,requires_wiredtiger,uses_transactions,requires_document_locking,uses_speculative_majority,requires_snapshot_read,requires_majority_read_concern,uses_change_streams compile_flags: -j$(grep -c ^processor /proc/cpuinfo) --dbg=off --opt=on --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars scons_cache_scope: shared tooltags: "" |