Testing Drizzle with the random query generator

As some of you may know, part of Drizzle’s testing process involves the use of the random query generator (aka randgen aka RQG).  Any patches that want to make it into trunk must survive several randgen tests, among other things.

One of the first things I did upon joining the Drizzle team at Rackspace was to take a look at the RQG tests running in Hudson.  My evaluation included tuning up the existing tests and modifying some MySQL test grammars for use with Drizzle.  It should be noted that randomness is a double-edged sword – it is extremely powerful for finding bugs, but it also requires a certain amount of diligence to produce useful, valid queries.  Once my initial work was complete, we unleashed the new RQG tests and found the following bugs:

At the time of this writing, 6 of these are in ‘Fix Released’ status and 3 more are in work.  I’d like to extend a personal “Thank you” to Prafulla Tekawade for his great work – he has supplied the patches for 5 out of the 6 fixed bugs (!).  Additionally, thanks for Toru Maesaka for his continued work on BlitzDB (which is part of our regular randgen testing).

If anyone is interested in learning more about using the random query generator, I encourage you to check out launchpad.  General information can also be found here and here

Hello, world!

So, time for some introductions.

My name is Patrick Crews and I have joined the Drizzle team at Rackspace as a QA Engineer.

For the past 3 years, I have been working for MySQL / Sun / Oracle doing QA work on MySQL.  This has included automation, code coverage, maintenance and expansion of the mysql-test suite (MTR) and writing and executing tests with the Random Query Generator (RQG).

Now, I’ll be doing much of the same – setting up automated tests and writing new grammars for the RQG as well as anything else that can make the software better.

I look forward to working with everyone in the Drizzle community and I look forward to making some amazing software.