module-puppetlabs-mysql/spec
Hunter Haugen f4fe313e65 Remove mysql_table_exists() function
This function is intended to check for the existence of a table before
declaring some resource, but this is neither portable (because functions
orun on the master, not the agent) nor one-run idempotent (because the
function would run before mysql is even installed, and would take two
runs to do anything).

The correct way of doing this would be to update the providers and
dependency ordering to handle the conditional states.

Luckily this was never released so it is backwards compatible.
2016-03-28 10:48:58 -07:00
..
acceptance Remove mysql_table_exists() function 2016-03-28 10:48:58 -07:00
classes Allow mysql::backup::mysqldump to access root_group in tests 2016-03-25 15:31:15 -07:00
defines (MAINT) switch to rspec-puppet-facts 2015-10-13 11:29:42 +01:00
unit Remove mysql_table_exists() function 2016-03-28 10:48:58 -07:00
spec.opts (#11508) Only load sql_scripts on DB creation 2011-12-19 07:25:35 -08:00
spec_helper.rb (FM-4046) Update to current msync configs [006831f] 2016-02-16 16:33:44 +00:00
spec_helper_acceptance.rb (FM-4563) skip idempotency tests on test cells that do have PUP-5016 unfixed 2016-01-18 15:15:52 +00:00
spec_helper_local.rb (FM-4049) Update to current msync configs [2c99161] 2016-01-27 14:44:53 +00:00