Comment 4 for bug 2034016

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/893602
Committed: https://opendev.org/openstack/neutron/commit/f7489abaf822574f6d8c01b72495788e07d756d3
Submitter: "Zuul (22348)"
Branch: master

commit f7489abaf822574f6d8c01b72495788e07d756d3
Author: yatinkarel <email address hidden>
Date: Mon Sep 4 13:33:29 2023 +0530

    [UT] Adjust autogen_process_directives for alembic-1.12.0+

    With [1] included in alembic-1.12.0 the unit test
    test_autogen_process_directives fails as it was
    expecting 'type_' param in Autogenerated output.
    But this is not included with 1.12.0 by default,
    this patch enhances the regex to care only for relevant
    parameters.

    [1] https://github.com/sqlalchemy/alembic/commit/733197e
    Closes-Bug: #2034016
    Change-Id: I088cc4b260cccf6be2963d23a76a05f11cfccf2c