diff options
author | Henrik Edin <henrik.edin@mongodb.com> | 2019-04-10 11:41:34 -0400 |
---|---|---|
committer | Henrik Edin <henrik.edin@mongodb.com> | 2019-04-12 10:09:58 -0400 |
commit | 577efe962a1cfe9da721d4a57d4405492f6bbf61 (patch) | |
tree | 6485e9a5a02ccb571de7f5e4c77a8d7b0ee38641 /etc | |
parent | 092e71eab06999437d8df8ab3e023219fc593963 (diff) | |
download | mongo-577efe962a1cfe9da721d4a57d4405492f6bbf61.tar.gz |
SERVER-40561 Disable tests that build indexes on preexisting data when using the mobile storage engine.
All inserts are currently running in their own separate transaction making it very slow.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 302e2e322f7..f91272bd89e 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -13208,7 +13208,7 @@ buildvariants: test_flags: >- --storageEngine=mobile --excludeWithAnyTags=requires_wiredtiger,requires_replication,requires_sharding,uses_transactions,requires_capped,requires_profiling,requires_compact,requires_document_locking,requires_snapshot_read,requires_db_locking - --excludeWithAnyTags=SERVER-32869 + --excludeWithAnyTags=SERVER-32869,SERVER-40561 compile_flags: >- -j$(grep -c ^processor /proc/cpuinfo) --mobile-se=on @@ -13288,7 +13288,7 @@ buildvariants: test_flags: >- --storageEngine=mobile --excludeWithAnyTags=requires_wiredtiger,requires_replication,requires_sharding,uses_transactions,requires_capped,requires_profiling,requires_compact,requires_document_locking,requires_snapshot_read,requires_db_locking - --excludeWithAnyTags=SERVER-32869 + --excludeWithAnyTags=SERVER-32869,SERVER-40561 compile_flags: >- -j$(grep -c ^processor /proc/cpuinfo) --mobile-se=on @@ -13365,7 +13365,7 @@ buildvariants: test_flags: >- --storageEngine=mobile --excludeWithAnyTags=requires_wiredtiger,requires_replication,requires_sharding,uses_transactions,requires_capped,requires_profiling,requires_compact,requires_document_locking,requires_snapshot_read,requires_db_locking - --excludeWithAnyTags=SERVER-32869 + --excludeWithAnyTags=SERVER-32869,SERVER-40561 compile_env: DEVELOPER_DIR=/Applications/Xcode10.1.app compile_flags: >- -j$(sysctl -n hw.logicalcpu) |