Welcome to MySQL QA Episode 4! In this episode we’ll look into setting up our QA Framework: percona-qa, pquery, reducer & more.
1. All about percona-qa
2. pquery
1 | $ cd ~; bzr branch lp:percona-qa |
3. reducer.sh
1 2 | $ cd ~; bzr branch lp:randgen $ vi ~/randgen/util/reducer/reducer.sh |
4. Short introduction to pquery framework tools
The tools introduced in this episode will be covered further in next two episodes.
Full-screen viewing @ 720p resolution recommended
To view the other episodes, you can watch the full series on YouTube:
Or checkout the MySQL QA Series Introduction which has an index & links to each episode!
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.