test_id_list_default used even when running in parallel
Bug #1027042 reported by
Jonathan Lange
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Testrepository |
Fix Released
|
Critical
|
Robert Collins |
Bug Description
Given this configuration::
[DEFAULT]
test_
test_
test_
`testr run --parallel` does::
running=trial --reporter=subunit twisted twisted.trial
rather than listing it.
Related branches
Changed in testrepository: | |
status: | Triaged → Fix Committed |
Changed in testrepository: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
It also messes up --parallel. This is a defect that escaped into the wild.