Bugzilla – Bug 2097
IndexDefaultWidgetTest registers same widget many times
Last modified: 2004-10-24 03:03:18
You need to log in before you can comment on or make changes to this bug.
It appears as though the IndexDefaultWidgetTest registers the same widget many times. I have not tried out the other tests to see if they have the same behaviour. Need to investigate whether this is a bug in the reg client logic, or in the aggregator/servicegroup registration acceptance code, or both.
Looks like the reg client calls ServiceGroup Add repeatedly. I'm changing it to perform a lifetime extension on the ServiceGroupEntry if it can, and only perform an add if the entry cannot be contacted (on the assumption that if it cannot be contacted, but the service group can, then it no longer exists).
changed reregistration logic in reg client.