Closed
Bug 815843
Opened 13 years ago
Closed 13 years ago
device_relay_info splits on ':' which breaks when server port is specified
Categories
(Testing Graveyard :: Mozpool, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhopkins, Unassigned)
Details
Attachments
(1 file)
|
472 bytes,
patch
|
dustin
:
review+
|
Details | Diff | Splinter Review |
device_relay_info (in mozpool/db/data.py) splits on ':' but doesn't take into account the host port number (if provided) such that:
hostname=jhopkins-09135.local, bank=8080, relay=bank3:relay1
due to this code:
> hostname, bank, relay = row[0].split(":", 2)
We may want to use a different separator or use some character escaping mechanism.
| Reporter | ||
Comment 1•13 years ago
|
||
Attachment #685874 -
Flags: review?(dustin)
Updated•13 years ago
|
Attachment #685874 -
Flags: review?(dustin) → review+
| Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•10 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•