[SERVER-28440] Add support to parse resmoke.py tags from a separate YAML file Created: 22/Mar/17 Updated: 06/Dec/17 Resolved: 05/Apr/17 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Testing Infrastructure |
| Affects Version/s: | None |
| Fix Version/s: | 3.5.6 |
| Type: | New Feature | Priority: | Major - P3 |
| Reporter: | Max Hirschhorn | Assignee: | Jonathan Abrahams |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Backwards Compatibility: | Fully Compatible |
| Sprint: | TIG 2017-04-17 |
| Participants: |
| Description |
|
1. Add a new feature to resmoke.py to associate tests with tags based on the contents of a separate YAML file.
Note: This format may be extended to support the "cpp_unit_test" test kind in the future. ( 2. Add a --tagFile command line option to resmoke.py that defaults None. The resmoke.py invocation in the "run tests" function of etc/evergreen.yml project configuration will always specify --tagFile=etc/test_lifecycle.yml. (An etc/test_lifecycle.yml file that has the aforementioned structure, but doesn't specify any files should be committed alongside this work.) 3. Update the filter_jstests() function in the selector.py module to additional find tags associated with a particular test file additional from the tag file. |
| Comments |
| Comment by Githook User [ 05/Apr/17 ] |
|
Author: {u'username': u'hptabster', u'name': u'Jonathan Abrahams', u'email': u'jonathan@mongodb.com'}Message: |
| Comment by Githook User [ 05/Apr/17 ] |
|
Author: {u'username': u'hptabster', u'name': u'Jonathan Abrahams', u'email': u'jonathan@mongodb.com'}Message: Revert " This reverts commit e0c09edaf7f3c42b098823c977a72cd7901012cd. |
| Comment by Githook User [ 05/Apr/17 ] |
|
Author: {u'username': u'hptabster', u'name': u'Jonathan Abrahams', u'email': u'jonathan@mongodb.com'}Message: |