Comment 3 for bug 1519211

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

Reviewed: https://review.openstack.org/249019
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=3549f782d11a1af1c32d8f9ebf86dcce1e81ac2b
Submitter: Jenkins
Branch: master

commit 3549f782d11a1af1c32d8f9ebf86dcce1e81ac2b
Author: ZhiQiang Fan <email address hidden>
Date: Tue Nov 24 21:46:37 2015 +0800

    fix some test case wrongly skipped for mysql backend

    https://review.openstack.org/#/c/235831/ enables all test cases for
    ysql when PyMySQL is used as MySQL driver, but some test cases are
    specified via run_with() decorator, which might expect engine is mysql
    while actually we provide mysql+pymysql, so these test cases will be
    wrongly skipped.

    This patch maps mysql+pymysql to mysql to make sure there is an engine
    handles it for such case.

    Change-Id: I062d1d04b4b1511626a9b02f0249b5c93b5592b8
    Closes-Bug: #1519211