Comment 3 for bug 1308665

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

Reviewed: https://review.openstack.org/132108
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=17a28954f1f2ae7dd2219d5f2a4b294289491c7c
Submitter: Jenkins
Branch: master

commit 17a28954f1f2ae7dd2219d5f2a4b294289491c7c
Author: Duk Loi <email address hidden>
Date: Thu Oct 30 15:57:54 2014 -0400

    Added regression test for config with long value

    This bug is fixed by changes from
    https://review.openstack.org/#/c/79850

    The bug was originally caused by ConfigurationsController._find_type()
    only returning an int as the type even for long values. With the
    changes from the above review _find_type() now returns valid types of
    int and long.

    Added a regression test to validate the scenario described in the bug.

    Change-Id: I6df4c919ccccad7481197b8feddaf6f27a5e4e42
    Closes-Bug: #1308665