justafish / ddev-drupal-core-dev

ddev addon for core development
Apache License 2.0
24 stars 10 forks source link

fix: tests were using mysql instead of sqlite #27

Closed rfay closed 6 months ago

rfay commented 6 months ago

This add-on is very opinionated about using sqlite.

However, I happened to notice a gazillion tables being created in the mariadb database... because the tests were using the mysql URL.

This PR changes the SIMPLETEST_DB in the two phpunit.xml files so it uses the sqlite db.

Without this, nearly no tests can run successfully as in current proposed omit_containers[db]

justafish commented 6 months ago

Discussed this with @rfay in Slack and instead we're going to move to using mariadb as the default