Remove SQLite dependency in tracker tests #9163
Labels
c: Platform
For Matomo platform changes that aren't impacting any of our APIs but improve the core itself.
c: Tests & QA
For issues related to automated tests or making it easier to QA & test issues.
Milestone
To run Tracker tests via
http://$domain/tests/javascript/
one needs to have SQLite installed. It would be good to remove this dependency if possible and use eg MySQL instead or a plain text file if possible.We already have credentials for MySQL so this should be possible.
In the past I've always had some trouble getting SQLite to work and now PHPBrew I don't get it to work at all as I'm always getting an error when installing the extension and I cannot solve it. Meaning I cannot write tracker tests needed for custom dimensions etc.
It would be nice to reuse existing dependencies here (to be clear: MySQL). Does maybe anyone remember why we chose SQLite for this?
The text was updated successfully, but these errors were encountered: