MySQL SystemQA: Testing MEB impact over MySQL Server features:
MySQL SysQA team is responsible to test the MySQL Enterprise backup at a system level. Along with the System testing , SysQA team worked on MEB impact over MySQL Server features to ensure the new version of MySQl server is compatible with latest release of MEB.
What we do.
- Analyse each Server feature and findout if that impacts MEB.
- Run an Automated test that integrates the server functionalities along with MEB. The test is done in parallel with running server feature.
- Run the feature at each level of MEB run and verify if it works fine.
- Run the feature at different boundary conditions and verify the backup.
How we Did.
- Created a MultiThreaded program to run the MEB and Server feature in parallel.
- Run different transactions …
[Read more]