Comment 15 for bug 1687027

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

Reviewed: https://review.openstack.org/611360
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1cb8901b4213648a7fec1978e98905c6eac8bcd9
Submitter: Zuul
Branch: stable/ocata

commit 1cb8901b4213648a7fec1978e98905c6eac8bcd9
Author: Slawek Kaplonski <email address hidden>
Date: Fri Oct 12 12:35:10 2018 +0200

    [Functional] Increase test_timeout for db migration tests

    In Neutron we hit quite often same issue as Manila, see [1] for
    details.
    It looks that solution for this problem may be increase timeout
    for test_walk_version functional tests.
    Higher timeout will be applied for tests for both pgsql and mysql
    backends but it is mostly needed for mysql because 'pymysql' works
    much slower on slow nodes than 'psycopg2'

    This patch adds also new decorator to set individual timeout for
    tests.

    [1] https://bugs.launchpad.net/manila/+bug/1501272

    Change-Id: I5f344af6dc3e5a6ee5f52c250b6c719e1b43e02d
    Closes-Bug: #1687027
    (cherry picked from commit c2c37272bf788aac63399127cddd487dc0f15c38)