Merge lp://qastaging/~patrick-crews/drizzle/dbqp_randgen into lp://qastaging/drizzle/7.0

Proposed by Patrick Crews
Status: Merged
Approved by: Brian Aker
Approved revision: 2195
Merged at revision: 2196
Proposed branch: lp://qastaging/~patrick-crews/drizzle/dbqp_randgen
Merge into: lp://qastaging/drizzle/7.0
Diff against target: 1616 lines (+882/-204)
22 files modified
.bzrignore (+1/-3)
docs/testing/dbqp.rst (+87/-8)
tests/include.am (+2/-2)
tests/lib/drizzle_test_run/dtr_test_execution.py (+2/-1)
tests/lib/drizzle_test_run/dtr_test_management.py (+3/-6)
tests/lib/randgen/randgen_test_execution.py (+175/-0)
tests/lib/randgen/randgen_test_management.py (+149/-0)
tests/lib/server_mgmt/drizzled.py (+54/-90)
tests/lib/server_mgmt/server.py (+156/-0)
tests/lib/server_mgmt/server_management.py (+28/-19)
tests/lib/sys_mgmt/port_management.py (+3/-3)
tests/lib/sys_mgmt/system_management.py (+33/-0)
tests/lib/test_mgmt/execution_management.py (+1/-1)
tests/lib/test_mgmt/test_execution.py (+67/-44)
tests/lib/test_mgmt/test_management.py (+15/-11)
tests/lib/test_mode.py (+33/-14)
tests/lib/test_run_options.py (+30/-2)
tests/randgen_tests/main/optimizer_subquery.cnf (+8/-0)
tests/randgen_tests/main/outer_join.cnf (+8/-0)
tests/randgen_tests/main/simple.cnf (+9/-0)
tests/randgen_tests/slave_plugin/slave_plugin.disabled (+9/-0)
tests/randgen_tests/trx_log/simple.cnf (+9/-0)
To merge this branch: bzr merge lp://qastaging/~patrick-crews/drizzle/dbqp_randgen
Reviewer Review Type Date Requested Status
Drizzle Developers Pending
Review via email: mp+50960@code.qastaging.launchpad.net

Description of the change

We now have a randgen-mode : )
A variety of tweaks / changes and fixes are included.
Also added --gendata option that will call the randgen's gendata utility before executing any test - can be useful for ad-hoc or other testing.
randgen tests are organized and execute exactly as dtr tests:
http://paste.drizzle.org/show/403/

Have done some basic tests and have a separate bug for bringing drizzle-automation randgen tests to the tree.

Updated docs to reflect the changes

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches