mirror of
https://github.com/apache/impala.git
synced 2026-01-08 12:02:54 -05:00
Some recent commits broke the query generator leopard framework, for example QueryResultComparator requires a different number of arguments. Additional changes: - Added better support for running the query generator in nested types mode - Keeping track of the number of queries that returned data - Made it easier to control behavior from a central place by adding flags to controller.py Change-Id: I8f47c52097ccd53df4233b88eea887ce5fab1955 Reviewed-on: http://gerrit.cloudera.org:8080/1968 Reviewed-by: Casey Ching <casey@cloudera.com> Tested-by: Internal Jenkins
14 lines
651 B
Plaintext
14 lines
651 B
Plaintext
This package runs the query generator continuously. Compares Impala and Postgres results
|
|
for a randomly generated query and produces several reports per day. Reports are
|
|
displayed on a web page which allows the user to conveniently examine the discovered
|
|
issues. The user can also start a custom run against a private Impala branch using the
|
|
web interface.
|
|
|
|
Requirements:
|
|
|
|
Docker -- A docker image with Impala and Postgres installed and functional database
|
|
loaded into Postgres.
|
|
|
|
To get started, run ./controller.py and ./front_end.py. You should be able to view the
|
|
web page at http://localhost:5000. Results and logs are saved to /tmp/query_gen
|