mycognitive / ads_features

Provides common features for ads distribution.
http://drupal.org/project/ads_features
1 stars 4 forks source link

Simpletests can't connect to the database. #42

Closed kenorb closed 10 years ago

kenorb commented 10 years ago

Build: https://travis-ci.org/mycognitive/ads_features/builds/35817046

Command pm-enable needs a higher bootstrap level to run. Drush was attempting to connect to: ...

Possibly ads.dev.configure is not able to restart the MySQL service correctly?

Uncomment from .travis.yml to test.

kenorb commented 10 years ago

The MySQL is on, but probably drush path, setting file or pass is wrong.

kenorb commented 10 years ago

It seems puppet is removing the database, see: https://stackoverflow.com/questions/25964936/why-puppet-is-removing-my-database-in-travis-ci-when-trying-to-restart-it

kenorb commented 10 years ago

Fixed by removing restart => true, because puppetlabs-mysql module will manage all the restarts required for the configuration changes.