Modify ↓
Opened 17 years ago
Closed 17 years ago
#180 closed defect (fixed)
Slave exits on all types of network errors
Reported by: | jonas | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | Build slave | Version: | dev |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
The build slave simply gives up and exits on all types of network errors. Some errors like "Connection refused" are usually temporary and benign so a more appropriate action would be to simply wait for a while and retry.
Attachments (1)
Change History (3)
Changed 17 years ago by jonas
comment:1 Changed 17 years ago by cmlenz
Looks good afaict
comment:2 Changed 17 years ago by jonas
- Resolution set to fixed
- Status changed from new to closed
Patch applied in [504].
Note: See
TracTickets for help on using
tickets.
Proposed patch