Modify ↓
#106 closed defect (fixed)
Slaves do not always unregister before reregistering
Reported by: | wwb2@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | minor | Milestone: | 0.6 |
Component: | Build master | Version: | 0.5.2 |
Keywords: | Cc: | ||
Operating System: |
Description
A slave machine rebooted while processing a build; it reregistered, but did not unregister beforehand and thus the build was not aborted. I don't know why the reboot didn't cause the connection to be closed and an unregistration to happen.
Here's a small patch that'll fix the problem.
Attachments (1)
Change History (3)
Changed 19 years ago by wwb2@…
comment:1 Changed 19 years ago by cmlenz
- Milestone set to 0.6
- Priority changed from major to minor
- Status changed from new to assigned
Weird problem, but always unregistering before registering shouldn't hurt.
comment:2 Changed 19 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
Applied a (hopefully) equivalent change in [352].
Note: See
TracTickets for help on using
tickets.
patch