Closed Bug 396789 Opened 17 years ago Closed 17 years ago

talos sometimes mangles url names

Categories

(Release Engineering :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: anodelman, Unassigned)

References

Details

Attachments

(1 file, 1 obsolete file)

Attached patch fix up some name mangling (obsolete) — Splinter Review
If you switch talos over to run through web pages from the live web it gets results of 'www.yahoo.com/', when attempting to convert that to standard format it ends up splitting over the '/' and returning 'undefined' as the url name.

This patch strips off trailing '/' from urls to stop this behavior.
Attachment #281550 - Flags: review?(bhearsum)
Comment on attachment 281550 [details] [diff] [review]
fix up some name mangling

This seems fine. I think there's a typo in the existing code, though.
     if (res.find('tp') > -1) or (res == 'tdhmtl'):

I think 'tdhmtl' should be 'tdhtml'.
Attachment #281550 - Flags: review?(bhearsum) → review+
Added a fix for tdhtml misspelling, by just replacing that line with an 'else' - which also helps with integrating the stand alone tests.
Attachment #281550 - Attachment is obsolete: true
Attachment #281755 - Flags: review?(bhearsum)
Comment on attachment 281755 [details] [diff] [review]
fix for name mangling, fix for mispelled tdhtml

Looks good.
Attachment #281755 - Flags: review?(bhearsum) → review+
Checking in run_tests.py;
/cvsroot/mozilla/testing/performance/talos/run_tests.py,v  <--  run_tests.py
new revision: 1.11; previous revision: 1.10
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Mass move of Core:Testing bugs to mozilla.org:Release Engineering:Talos. Filter on RelEngTalosMassMove to ignore.
Component: Testing → Release Engineering: Talos
Product: Core → mozilla.org
QA Contact: testing → release
Version: Trunk → other
Component: Release Engineering: Talos → Release Engineering
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: