Closed
Bug 959952
Opened 11 years ago
Closed 11 years ago
Autophone - Do not submit full revision path to autolog
Categories
(Testing Graveyard :: Autophone, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
669 bytes,
patch
|
wlach
:
review+
|
Details | Diff | Splinter Review |
Bug 957312 added multiple repositories by changing the revision to be the full path to the changeset in the repository. This breaks the display of the results in autolog for the tests/runtestsremote.py since autolog expects only the revision id to be passed as the revision.
This patch checks the revision to see if it matches a changeset url and converts it to a revisionid for use in autolog.
Attachment #8360235 -
Flags: review?(wlachance)
Comment 1•11 years ago
|
||
Comment on attachment 8360235 [details] [diff] [review]
multirepo-revision.patch
Haven't tested this but looks like a pretty safe change.
Attachment #8360235 -
Flags: review?(wlachance) → review+
Reporter | ||
Comment 2•11 years ago
|
||
Wow, I guess their is an advantage to having you in TW! Thanks!
https://github.com/mozilla/autophone/commit/5039015d3ac291bed519126b1ce8b128de84a511
Updated•4 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•