Comment 9 for bug 1511311

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

Reviewed: https://review.openstack.org/258117
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a0747e6bc3c3d19ecc9284e60834f11f7d2b5768
Submitter: Jenkins
Branch: stable/liberty

commit a0747e6bc3c3d19ecc9284e60834f11f7d2b5768
Author: Arie Bregman <email address hidden>
Date: Tue Dec 1 09:47:55 2015 +0200

    Skip keepalived_respawns test

    keepalived fails to respawn after crash for > 1.2.11 version.

    When keepalived starts, it spawns vrrp thread to monitor vrrp forked
    process. It also creates a vrrp pid file. When the process is killed, and
    it's restarted, the the new keepalived process runs with -P, so
    when we validate whether we are already running, we check vrrp pid file.
    Since we never clean up the file before starting the process, and the process
    dies without a chance to clean up the file as part of its signal
    handler, respawn never works.

    keepalived_respawns test should be skipped until bug is resolved.
    See also: https://bugzilla.redhat.com/show_bug.cgi?id=1286729

    Change-Id: Ic111573e0cd5ad5bfe70b0f38ec0203c10d52e34
    Related-Bug: #1511311
    (cherry picked from commit 34822ba31a62ee6f0f5b532a2c435f3c9b684605)