diff options
author | Jonathan Abrahams <jonathan@mongodb.com> | 2016-01-19 15:42:53 -0500 |
---|---|---|
committer | Jonathan Abrahams <jonathan@mongodb.com> | 2016-01-19 15:43:52 -0500 |
commit | e1763568371ca2a17d80d1052f006eb5cebccbd9 (patch) | |
tree | 899bbcb6fcd8a960fc6c92694867a177c3e117c3 | |
parent | 38dd35a5bf1490e000698373b38232211d852b3e (diff) | |
download | mongo-e1763568371ca2a17d80d1052f006eb5cebccbd9.tar.gz |
SERVER-22121 Add resmoke.py validation testing hook to core & sharding_jscore_passthrough test suite YAML files
-rw-r--r-- | buildscripts/resmokeconfig/suites/core.yml | 1 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/core.yml b/buildscripts/resmokeconfig/suites/core.yml index bc18986afe4..ea3f789e0e8 100644 --- a/buildscripts/resmokeconfig/suites/core.yml +++ b/buildscripts/resmokeconfig/suites/core.yml @@ -9,6 +9,7 @@ executor: shell_options: readMode: commands hooks: + - class: ValidateCollections - class: CleanEveryN n: 20 fixture: diff --git a/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml index fd119da8c03..56a5b581ce8 100644 --- a/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml @@ -47,6 +47,8 @@ executor: config: shell_options: readMode: commands + hooks: + - class: ValidateCollections fixture: class: ShardedClusterFixture mongos_options: |