Comment 7 for bug 1343344

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (master)

Reviewed: https://review.openstack.org/100353
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=0a7c8d4858720e85d781f2b4d3affad835747134
Submitter: Jenkins
Branch: master

commit 0a7c8d4858720e85d781f2b4d3affad835747134
Author: Nikhil Manchanda <email address hidden>
Date: Fri Jun 13 11:16:00 2014 -0700

    Fixed restore to work correctly with pexpect

    Fixed an issue with restore where it was failing with the latest
    version of pexpect in Ubuntu 14.04.

    pexpect attempts to stop the temp mysqld process which fails due to
    a difference in privilege level (since the process was run with sudo).
    We now use mysqladmin shutdown to stop the temp mysqld process.

    Closes-Bug: 1343344

    Change-Id: Iba81648bb1654db97de876dd9a0dbfb04b8811d1