My fellow testers and others who run RQG tests on MySQL flavors
might be interested in some additions that are being used for
MariaDB testing. While none of them is a major breakthrough,
maybe they will make somebody’s life a little easier.
RQG Introduction
A quick introduction for those who have never heard of RQG, but
are still curious what this blog post is about.
RQG stands for Random Query
Generator, also known as randgen — an
open-source product, available under the GPL v2 license. Quoting
its home
page on Launchpad, it is a “pseudo-random data and query
generator that can be used to test any Perl DBI, JDBC or
ODBC-compatible SQL server, in particular MySQL, but also JavaDB
and PostgreSQL”.
The framework was created by my former colleague Philip Stoev,
who not only developed a great tool, …
[Read more]