Percona’s Principal Support Engineer, Sveta Smirnova presents the webinar MySQL Test Framework for Troubleshooting on April 12, 2018, at 10:00 am PDT (UTC-7) / 1:00 pm EDT (UTC-4).
MySQL Test Framework (MTR) provides a unit test suite for MySQL. MySQL Server developers and contributors write the tests in the framework, and use them to ensure the build is working correctly.
I found that this isn’t the only thing that makes MTR useful. I regularly use it in my support job to help customers and verify bug reports.
With MySQL Test Framework I can:
- Create a complicated environment in a single step, and re-use it later
- Test the same …