Closed (fixed)
Project:
Provision
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2016 at 13:35 UTC
Updated:
3 Nov 2016 at 13:44 UTC
Jump to comment: Most recent
Comments
Comment #2
helmo commentedAdded to https://github.com/aegir-project/provision/pull/6 to help test .. (PS: Travis is not fully functional yet.)
Comment #3
jon pughThat seems like a lot of 'sleep'. Looks like it might add 5 seconds 4 times?
Am I nitpicking? maybe 3 seconds is enough?
Comment #4
memtkmcc commentedWe have tried 1-9 seconds and found that 5 was the best to avoid issues, load spikes etc. while absolutely minimal to make any useful impact. It is a very low price, when compared to issues caused by race conditions and load spikes.
Comment #5
jon pughSounds good to me, I knew I was splitting hairs there. :)
I am working on adding tests to ensure clones are covered: https://github.com/aegir-project/tests/pull/11
For the future: What is it about the verify task that is needed to be run? Perhaps we can save some cycles by only calling the parts of verify that are needed?
Comment #7
helmo commentedmerged