Closed
Bug 651108
Opened 15 years ago
Closed 15 years ago
Preproduction buildbotcustom tests should be run file by file
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
Details
(Whiteboard: [preproduction])
<catlee> rail: can you try running the buildbotcustom tests one by one instead of all at once?
<rail> catlee, what do you mean? file by file?
<catlee> rail: yeah... for f in test/*.py; do python =trial $f; done
<rail> oh, using trial!
<catlee> yeah, that too
* rail files a bug to not forget this
<rail> catlee, to be sure, the reason to run them file by file is to get better output or something else?
<catlee> rail: to fix the tests
<catlee> rail: there are reload() ordering issues because of the way both trial and nose find tests to run that cause failures
| Assignee | ||
Comment 1•15 years ago
|
||
done in http://hg.mozilla.org/build/preproduction/rev/90630fe9b733
New output can be reviewed here: http://preproduction-master.build.mozilla.org:8710/builders/test-masters/builds/1784/steps/buildbotcustom_tests/logs/stdio
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•