Modify ↓
Opened 14 years ago
Last modified 14 years ago
#608 new defect
Slave gets stuck authenticating
Reported by: | Steven R. Loomis <srl@…> | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.6.1 |
Component: | Build slave | Version: | dev |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
Bitten trunk (for the slave and master). Sometimes (my server has been unstable…) the slaves get stuck here:
[INFO ] Slave launched at … [DEBUG ] Enabling authentication with username 'myusername' [DEBUG ] Performing basic/digest authentication [DEBUG ] Sending HEAD request to 'http://mysite/trac/login?referer=http%3A%2F%2Fmysite%2Ftrac%2Fbuilds'
Shouldn't there be some sort of timeout? Yet they get stuck for at least a half an hour or so here. It should give up and retry.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
A reasonable request. It should indeed timeout. Patch welcome.