The purpose of this framework is to test the product limits in various dimensions (e.g. number of kafka sources, number of tables in a join).
Some of the limits are product-wide, most pertain to the various aspects of individual queries that pertain to the optimizer, e.g. "number of conditions over the same column in a WHERE clause".
While the framework does not explicitly test for performance and can not intelligently flag regressions, in practice it is hoped that regressions will be caught by one of the following mechanisms:
./mzcompose down -v
./mzcompose run default
subclass the Generator
class and define a body()
class method that uses the provided iterators to generate the
desired query in testdrive format and print()
it.