lp://staging/~treinish/testrepository/testrepository-group-regex
- Get this branch:
- bzr branch lp://staging/~treinish/testrepository/testrepository-group-regex
Branch merges
- Robert Collins: Needs Fixing
-
Diff: 324 lines (+161/-16)5 files modifiedCOPYING (+1/-0)
NEWS (+3/-0)
doc/MANUAL.txt (+24/-0)
testrepository/testcommand.py (+93/-16)
testrepository/tests/test_testcommand.py (+40/-0)
Branch information
Recent revisions
- 224. By Matthew Treinish
-
Add group_regex option to .testr.conf to leverage use of group_regex
for scheduling. - 223. By Matthew Treinish
-
Add group regex scheduling hint to the test partitioner
This commit adds a new optional parameter, group_regex, to TestListingFixture.
The parameter group_regex is used to group the test_ids. By passing a regex
string with the parameter the test partitioner will match the regex to the
test ids and then group by the result. In the case a test id does not match
the regex it will be put in a default group. These groups are then used for
scheduling the partitions. Each test groups is scheduled together so that all
tests in a group are run together on the same partition. For the purposes of
scheduling the groups the sum of all test ids in a group is used to schedule
the whole group in a partition. - 222. By Robert Collins
-
* Switch to using multiprocessing to determine CPU counts.
(Chris Jones, #1092276) - 221. By Robert Collins
-
Only return streams from CLI._iter_stream if the type matches the first type the command declared.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)