Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run automated tests both with and without a database table prefix #8841

Open
mattab opened this issue Sep 23, 2015 · 0 comments
Open

Run automated tests both with and without a database table prefix #8841

mattab opened this issue Sep 23, 2015 · 0 comments
Labels
c: Tests & QA For issues related to automated tests or making it easier to QA & test issues.

Comments

@mattab
Copy link
Member

mattab commented Sep 23, 2015

Goal of this issue is to improve our automated tests to check that Piwik works well when user has specified a database table prefix.

  • for the core Piwik, running unit+integration+system tests,
  • for each open source and premium plugins, running the unit+integration+system,
  • currently the automated tests on CI all run with an empty table prefix ``,
  • we also expect the automated tests to test when a table prefix is set eg. prefix_ that all tests are still green.

Implementation

  • For piwik/piwik build, maybe we could modify the AllTests CI job and have it run with a database table prefix
  • For plugin repositories, maybe one of the job running PluginTests could automatically have the db table prefix set
@mattab mattab added the c: Tests & QA For issues related to automated tests or making it easier to QA & test issues. label Sep 23, 2015
@mattab mattab added this to the Short term milestone Sep 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Tests & QA For issues related to automated tests or making it easier to QA & test issues.
Projects
None yet
Development

No branches or pull requests

1 participant