diff options
author | Jonathan Abrahams <jonathan@mongodb.com> | 2018-02-12 09:27:59 -0500 |
---|---|---|
committer | Jonathan Abrahams <jonathan@mongodb.com> | 2018-02-12 09:27:59 -0500 |
commit | 702b31eb1ecb5ccfa8318cd51ea11dfa55091fee (patch) | |
tree | d62bbef310281faaea0f91c1cb99df74383cb84e /buildscripts/resmokeconfig/suites/aggregation.yml | |
parent | 75c8414afea212e79b27dae42cfd2930bdfd6eea (diff) | |
download | mongo-702b31eb1ecb5ccfa8318cd51ea11dfa55091fee.tar.gz |
SERVER-33193 Enable test failure archive for specific tasks and hooks
- The archive is now enabled for all data consistency checks
Diffstat (limited to 'buildscripts/resmokeconfig/suites/aggregation.yml')
-rw-r--r-- | buildscripts/resmokeconfig/suites/aggregation.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/aggregation.yml b/buildscripts/resmokeconfig/suites/aggregation.yml index 21fabcf0039..523b65ad0fa 100644 --- a/buildscripts/resmokeconfig/suites/aggregation.yml +++ b/buildscripts/resmokeconfig/suites/aggregation.yml @@ -8,6 +8,9 @@ selector: - jstests/aggregation/data/*.js executor: + archive: + hooks: + - ValidateCollections config: shell_options: readMode: commands |