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)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jhopkins, Unassigned)

Details

Attachments

(1 file)

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.
Attachment #685874 - Flags: review?(dustin)
Attachment #685874 - Flags: review?(dustin) → review+
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: