Closed (fixed)
Project:
Hosting
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2016 at 14:06 UTC
Updated:
3 Nov 2016 at 12:54 UTC
Jump to comment: Most recent
We introduced this in http://cgit.drupalcode.org/hosting.git/commit/f14f6f8244a19baf1cb4daa495...
But is seems to have been lost when moved into hosting_feature_rebuild_caches()
The extra return on http://cgit.drupalcode.org/hosting/tree/hosting.features.inc#n536 seems to be the one ... when I enabled an extra feature the loop also contained 'hosting'
Comments
Comment #2
ergonlogicI've noticed the same behaviour recently. I guess the logic should be to skip the extra verify if there are only core Aegir features.
Related to this, I believe, is that I'm seeing 2 verify tasks queued up for the hostmaster site, when a new feature is enabled.
Comment #3
helmo commentedI created a pull request https://github.com/aegir-project/hosting/pull/6
Comment #5
helmo commentedmerged