Comment 67 for bug 1687027

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

Reviewed: https://review.opendev.org/657813
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d83bb4f160ed7b85a6be8ae490dba1d9ec8c5561
Submitter: Zuul
Branch: master

commit d83bb4f160ed7b85a6be8ae490dba1d9ec8c5561
Author: Slawek Kaplonski <email address hidden>
Date: Wed May 8 16:05:51 2019 +0200

    Add skip_if_timeout to additional MySQL migration test

    Test test_forbid_offline_migrations_starting_newton from
    neutron.tests.functional.db.test_migrations.TestModelsMigrationsMysql
    module can also fail because of db timeouts when are running on
    overloaded test node.
    To not fail job because of that, this patch adds skip_if_timeout
    decorator to this additional test.

    Change-Id: Ia255d331cbb24e1fdd12212580e85423da242eae
    Related-Bug: #1687027