Comments on: MySQL Quality Assurance: A Vision for the Future by Roel Van de Paar (Final Episode 13) https://www.percona.com/blog/mysql-quality-assurance-a-vision-for-the-future-by-roel-van-de-paar/ Wed, 07 Aug 2019 13:18:27 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Roel Van de Paar https://www.percona.com/blog/mysql-quality-assurance-a-vision-for-the-future-by-roel-van-de-paar/#comment-10967592 Thu, 19 Jan 2017 09:00:07 +0000 https://www.percona.com/blog/?p=30774#comment-10967592 One of my colleagues made a good comment that this testing does not cover certain bug classes like replication and query correctness (and likely others). Query correctness testing however has been fully integrated into the pquery framework over the last 1.5 years. As for replication, extensive master/slave setup & use would be a good future extension. We also added a quality SQL generator which expands the testing SQL further.

]]>
By: Roel Van de Paar https://www.percona.com/blog/mysql-quality-assurance-a-vision-for-the-future-by-roel-van-de-paar/#comment-10965624 Thu, 26 Nov 2015 06:02:36 +0000 https://www.percona.com/blog/?p=30774#comment-10965624 All, please note we have moved percona-qa to GitHub:
https://github.com/Percona-QA/percona-qa

To clone it, use:
$ sudo yum install git
$ cd ~
$ git clone https://github.com/Percona-QA/percona-qa.git

reducer.sh was also put directly into this repository (and it is maintained there), so *no* need anymore to separately fetch lp:randgen.

]]>