MySQL QA 入门序列

来源:互联网 发布:哪个软件可以看素媛 编辑:程序博客网 时间:2024/06/06 12:02

下面是Percona团队的Roel Van de Paar写的一组连载,教新人如何做MySQL测试,重点推荐pquery。值得一扫:

看前必读: Free MySQL QA & Bash/Linux Training Series Introduction

If you have not read our introductory blog post on pquery yet, I’d recommend reading that one first to get a bit of background. The community is enthuastic about pquery, and today I am happy to announce a full training series on pquery and more. Whether you are a Linux or MySQL newbie or a seasoned QA engineer, there is something here for you. From Bash scripting (see episode 1 below), to every aspect of the new pquery framework, it is my hope that you enjoy this series. If you do, please leave us a comment :)

下面都是视频,需youtube翻墙,梯子自备。

  • MySQL QA Episode 1: Bash/GNU Tools & Linux Upskill & Scripting Fun

  • MySQL QA Episode 2: Build a MySQL server – Git, Bazaar, Compiling & Build tools

  • MySQL QA Episode 3: How to use the debugging tool GDB

  • MySQL QA Episode 4: QA Framework Setup Time!

  • MySQL QA Episode 5: Preparing Your QA Run with pquery

  • MySQL QA Episode 6: Analyzing and Filtering

  • MySQL QA Episode 7: Reducing Testcases for Beginners – single-threaded reducer.sh!

  • MySQL QA Episode 8: Reducing Testcases for Engineers: tuning reducer.sh

  • MySQL QA Episode 9: Reducing Testcases for Experts: multi-threaded reducer.sh

  • MySQL QA Episode 10: Reproducing and Simplifying: How to get it Right

  • MySQL QA Episode 11: Valgrind Testing: Pro’s, Con’s, Why and How

  • MySQL QA Episode 12: My server is crashing… Now what? For customers or users experiencing a crash

  • MySQL Quality Assurance: A Vision for the Future by Roel Van de Paar (Final Episode 13)

没有梯子就看这些吧:

For pquery, the pquery Framework, reducer and QA in general, see the following resources:

  • 13 Part video tutorial in HD quality on MySQL QA, pquery, the pquery Framework, Bash scripting, GDB & more, presented by Roel Van de Paar;
    https://www.percona.com/blog/2015/03/17/free-mysql-qa-and-bash-linux-training-series/
    https://www.youtube.com/playlist?list=PLWhC0zeznqkkgBcV3Kn-eWhwJsqmp4z0I

  • pquery Blog posts:
    https://www.percona.com/blog/2015/02/04/future-mysql-quality-assurance-introducing-pquery/
    https://www.percona.com/blog/2015/04/09/pquery-binaries-with-statically-included-client-libs-now-available/

  • reducer.sh (testcase simplication) Blog posts:
    https://www.percona.com/blog/2014/09/03/reducer-sh-a-powerful-mysql-test-case-simplificationreducer-tool/
    https://www.percona.com/blog/2015/07/21/mysql-qa-episode-7-single-threaded-reducer-sh-reducing-testcases-for-beginners
    https://www.percona.com/blog/2015/07/23/mysql-qa-episode-8-reducing-testcases-engineers-tuning-reducer-sh/
    https://www.percona.com/blog/2015/07/28/mysql-qa-episode-9-reducing-testcases-experts-multi-threaded-reducer-sh/
    https://www.percona.com/blog/2015/07/31/mysql-qa-episode-10-reproducing-simplifying-get-right/

  • RQG post (older; we do not use RQG anymore, but instead use pquery - see above):
    https://www.percona.com/blog/2014/04/17/how-to-find-bugs-in-mysql/

0 0
原创粉丝点击