Closed
Bug 515791
Opened 16 years ago
Closed 16 years ago
fix how ts/tp style tests are identified by talos
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: anodelman, Assigned: anodelman)
References
Details
Attachments
(1 file, 1 obsolete file)
8.43 KB,
patch
|
catlee
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
Talos currently determines what format test results are in by looking through a list of ts-style tests. If the test name is not in the list then it assumes that the test format is tp-style. This means having to maintain a list of ts-style tests, which makes adding new tests a headache.
Should be able to handle this programatically.
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → anodelman
Priority: -- → P2
Assignee | ||
Comment 1•16 years ago
|
||
No more maintenance of a giant list of tests.
Attachment #400911 -
Flags: review?(catlee)
Assignee | ||
Comment 2•16 years ago
|
||
Attachment #400911 -
Attachment is obsolete: true
Attachment #401093 -
Flags: review?(catlee)
Attachment #400911 -
Flags: review?(catlee)
Updated•16 years ago
|
Attachment #401093 -
Flags: review?(catlee) → review+
Comment 3•16 years ago
|
||
Comment on attachment 401093 [details] [diff] [review]
set results format based upon communication with the browser (take 2)
Checking in run_tests.py;
/cvsroot/mozilla/testing/performance/talos/run_tests.py,v <-- run_tests.py
new revision: 1.52; previous revision: 1.51
done
Checking in ttest.py;
/cvsroot/mozilla/testing/performance/talos/ttest.py,v <-- ttest.py
new revision: 1.32; previous revision: 1.31
done
Attachment #401093 -
Flags: checked-in+
Assignee | ||
Comment 4•16 years ago
|
||
Landed and working.
Status: NEW → RESOLVED
Closed: 16 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
•