Merge lp://qastaging/~patrick-crews/percona-server/51-qp-updates into lp://qastaging/percona-server/5.1

Proposed by Patrick Crews
Status: Merged
Approved by: Stewart Smith
Approved revision: no longer in the source branch.
Merged at revision: 413
Proposed branch: lp://qastaging/~patrick-crews/percona-server/51-qp-updates
Merge into: lp://qastaging/percona-server/5.1
Diff against target: 2092 lines (+1327/-472)
20 files modified
Makefile (+10/-8)
kewpie/kewpie.py (+24/-5)
kewpie/lib/modes/native/native_test_management.py (+23/-8)
kewpie/lib/opts/test_run_options.py (+445/-432)
kewpie/lib/server_mgmt/drizzled.py (+9/-1)
kewpie/lib/server_mgmt/galera.py (+9/-0)
kewpie/lib/server_mgmt/mysqld.py (+134/-14)
kewpie/lib/server_mgmt/percona.py (+8/-0)
kewpie/lib/sys_mgmt/system_management.py (+10/-3)
kewpie/percona_tests/crashme/crashme_test.py (+1/-1)
kewpie/percona_tests/innodbCrash/crashCommitAfterLog_test.py (+60/-0)
kewpie/percona_tests/innodbCrash/crashCommitAfterPrepare_test.py (+62/-0)
kewpie/percona_tests/innodbCrash/crashCommitAfter_test.py (+59/-0)
kewpie/percona_tests/innodbCrash/crashCommitBeforeUnlog_test.py (+59/-0)
kewpie/percona_tests/innodbCrash/crashCommitBefore_test.py (+59/-0)
kewpie/percona_tests/innodbCrash/halfBinloggedTrx_test.py (+59/-0)
kewpie/percona_tests/innodbCrash/innodbCrash2_test.py (+140/-0)
kewpie/percona_tests/innodbCrash/innodbCrash3_test.py (+58/-0)
kewpie/percona_tests/innodbCrash/innodbCrashTestCase.py (+69/-0)
kewpie/percona_tests/innodbCrash/suite_config.py (+29/-0)
To merge this branch: bzr merge lp://qastaging/~patrick-crews/percona-server/51-qp-updates
Reviewer Review Type Date Requested Status
Stewart Smith (community) Approve
Review via email: mp+85589@code.qastaging.launchpad.net

Description of the change

Updates kewpie to fix issues with crash-me: https://bugs.launchpad.net/kewpie/+bug/901182
We now use --batch-mode so the crash-me run will die / fail on the first problem. I made attempts to interact with the subprocess input / output, but it was problematic...this is a quick, immediate fix : )

Also merges in innodbCrash suite (needs debug build as that is how we control a number of crashes) and various other updates like --test-debug and --randgen-seed options.

To post a comment you must log in.
Revision history for this message
Stewart Smith (stewart) :
review: Approve

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