Greetings!
Please review the pull request #27: (9140) puppet agent test fails opened by (djm68)
Some more information about the pull request:
- Opened: Fri Sep 16 21:45:16 UTC 2011
- Based on: puppetlabs:master (c4fe00b3ce3b749b805da6d9f6e492e48fd3974b)
- Requested merge: djm68:another_try_to_fix_agent_test (a6210a2a27002d02e15918038f74fa8cabcf84e0)
Description:
Puppet agent --test fails in an unpredictable manner. Add an
addition sleep step to assist in debugging problem
Thanks!
The Pull Request Bot
Diff follows:
diff --git a/setup/pe/05_Agent_test.rb b/setup/pe/05_Agent_test.rb
index 4577055..d4b23cb 100755
--- a/setup/pe/05_Agent_test.rb
+++ b/setup/pe/05_Agent_test.rb
@@ -16,6 +16,7 @@ agents.each do |agent|
on(agent, '/etc/init.d/pe-puppet stop')
sleep zzz
on(agent, puppet_agent("--test"), :acceptable_exit_codes => [0,2])
+ sleep zzz
on(agent, '/etc/init.d/pe-puppet start')
end
end
-- You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
