Closed
Bug 477164
Opened 16 years ago
Closed 16 years ago
reftest should try additional http ports if it can't listen on the first one
Categories
(Testing :: Reftest, defect, P4)
Testing
Reftest
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Keywords: fixed1.9.1, Whiteboard: [fixed1.9.1b99])
Attachments
(1 file)
3.09 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
Adding HTTP support to reftest regressed the ability to run two reftest runs at the same time (or, for that matter, any at all, if something else happens to be using port 4444). That's been bugging me for a bit; here's a patch that fixes it; we'll try ports 4444-4493 (total of 50).
Attachment #360840 -
Flags: review?(jwalden+bmo)
Updated•16 years ago
|
Attachment #360840 -
Flags: review?(jwalden+bmo) → review+
Assignee | ||
Comment 1•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Priority: -- → P4
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
Comment 2•15 years ago
|
||
Is there any reason not to land this on m-1.9.1?
Comment 3•15 years ago
|
||
Comment on attachment 360840 [details] [diff] [review]
patch
[Checkin: See comment 1 & 3]
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/0e772546d16b
after fixing context, as bug 472557 did not land (yet) on m-1.9.1.
Attachment #360840 -
Attachment description: patch → patch
[Checkin: See comment 1 & 3]
Updated•15 years ago
|
Keywords: fixed1.9.1
Whiteboard: [fixed1.9.1rc1]
Updated•15 years ago
|
Flags: in-testsuite-
Updated•15 years ago
|
Whiteboard: [fixed1.9.1rc1] → [fixed1.9.1b99]
You need to log in
before you can comment on or make changes to this bug.
Description
•