Bug/2.7.x/9832 storeconfigs postgresql regression#147
Merged
slippycheeze merged 1 commit intoOct 1, 2011
Merged
Conversation
The previous PostgreSQL fix had issues with some versions of ActiveRecord causing test failures; this seems to be tied to specific versions of both AR and SQLite triggering the failure mode. The root cause was a badly stubbed record in the database, which is corrected by this change, and the problem resolved. Signed-off-by: Daniel Pittman <daniel@puppetlabs.com>
slippycheeze
added a commit
that referenced
this pull request
Oct 1, 2011
…gs-postgresql-regression Bug/2.7.x/9832 storeconfigs postgresql regression Given the build is still broken, and this passes on the test systems, time to merge.
hlindberg
pushed a commit
to hlindberg/puppet
that referenced
this pull request
Oct 16, 2014
…-data-migration-link-to-puppetdb-nav Add link to PuppetDB data migration page in sidebar nav
melissa
pushed a commit
to melissa/puppet
that referenced
this pull request
Mar 30, 2018
(PCP-86) Remove default flags to puppet agent call
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The previous PostgreSQL fix had issues with some versions of ActiveRecord
causing test failures; this seems to be tied to specific versions of both AR
and SQLite triggering the failure mode.
The root cause was a badly stubbed record in the database, which is corrected
by this change, and the problem resolved.
Signed-off-by: Daniel Pittman daniel@puppetlabs.com