HomePhorge

(PUP-3136) Fix Intermittent Acceptance Test Failures
d9a1fb0f5adfUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-3136) Fix Intermittent Acceptance Test Failures

It was discovered that when puppet attempted to start apache the
provider would say that it was stopped even though it was starting. On
agents where a puppet master was installed with passenger the apache
service would take longer than usual to start lengthening the starting
process. By the time puppet tested if the service was running or not
apache would still be attempting to start causing the test to fail.

This commit replaces the apache2 package with rabbitmq since it is not
used by puppet and therefore tests down the road will not fail with us
managing it with puppet. It also uses a manifest instead of the
puppet_resource function to ensure that there is not any more timing
problems giving us the errors.

Details

Provenance
Britt Gresham <britt@puppetlabs.com>Authored on
Josh Partlow <joshua.partlow@puppetlabs.com>Committed on Sep 10 2014, 8:28 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU2a332fd20be8: Merge remote-tracking branch 'upstream/pr/3070' into stable
Branches
Unknown
Tags
Unknown

Event Timeline

Josh Partlow <joshua.partlow@puppetlabs.com> committed rPUd9a1fb0f5adf: (PUP-3136) Fix Intermittent Acceptance Test Failures (authored by Britt Gresham <britt@puppetlabs.com>).Sep 10 2014, 8:28 PM