Closed (won't fix)
Project:
Project Issue File Review
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2009 at 00:04 UTC
Updated:
28 Oct 2009 at 04:28 UTC
I tried enabling two servers configured on the master today.
http://www.imedia2go.com/
http://drupalinchennai.com/
The servers status was listed as testing even though those servers don't resolve. There should be a check to to see if the servers exist and then a response that they couldn't be reached.
Comments
Comment #1
Amazon commentedWe might want to add another state 'Offline' if the testing slave doesn't respond to a simple HTTP request.
Comment #2
boombatower commentedCurrently the main idea behind the architecture is that the master never pings the clients. That way ppl can add and remove them without it caring. Since the client have to request test anyway.
Perhaps we should prune the servers on ping. If not activity in [time-period] then set to disabled.
Comment #3
boombatower commentedTo ensure that we maintain a PULL architecture to all things like EC2 instances and stuff I don't think it is a good idea to ping the test clients, on a regular basis. As such I am going to "won't fix".
If we come up with something later then we can add it.