Comment 2 for bug 1539439

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

Reviewed: https://review.openstack.org/274294
Committed: https://git.openstack.org/cgit/openstack/octavia/commit/?id=54e81137b74260c65011b5408e9190f7cb7ecbf2
Submitter: Jenkins
Branch: master

commit 54e81137b74260c65011b5408e9190f7cb7ecbf2
Author: German Eichberger <email address hidden>
Date: Fri Jan 29 15:54:28 2016 -0800

    Fixes intermittend udp heartbeat test failure

    The test assumes that an asynchronous task finishes in time
    to trigger a mock. This is not always the case so I acdded
    code to shutdown the executor which waits until all concurrent
    tasks are finished.

    Change-Id: Iafadbc3f661431b0acb2390a575d1fb217b9aaa8
    Closes-Bug: #1539439