module-puppetlabs-mysql/spec
Igor Galić 837c21b963 length check for usernames should take mysql version into consideration
Starting MariaDB 10.0.0, usernames are now 80 long.
Our mysql_user and mysql_grant types now take that into consideration.

This check is *opportunistic*. It will only take place if the
mysql_version fact is available. If that is not the case, it will be
skipped, leaving the database itself to deal with it, and returning its
error verbatim to our users, if it does fail.

Our fixed and extended tests assume this isn't the first run, and the
fact is already in place.
2015-05-29 14:13:39 +02:00
..
acceptance (fix) - Change default for mysql::server::backup to ignore_triggers => false 2015-05-12 09:45:10 -07:00
classes (fix) - Change default for mysql::server::backup to ignore_triggers => false 2015-05-12 09:45:10 -07:00
defines Update tests for rspec-puppet 2 and future parser 2015-03-23 22:09:15 -07:00
unit length check for usernames should take mysql version into consideration 2015-05-29 14:13:39 +02:00
spec.opts (#11508) Only load sql_scripts on DB creation 2011-12-19 07:25:35 -08:00
spec_helper.rb Rewrite some of the unit tests to work on more platforms. 2014-08-07 16:27:17 -04:00
spec_helper_acceptance.rb Use puppet() instead of shell() to install module dependencies 2014-12-12 12:55:31 -08:00