Comment 1 for bug 1635397

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

Reviewed: https://review.opendev.org/725741
Committed: https://git.openstack.org/cgit/openstack/os-brick/commit/?id=3f1314674d59bca6e9d0e43d4d479bb04f20aca1
Submitter: Zuul
Branch: master

commit 3f1314674d59bca6e9d0e43d4d479bb04f20aca1
Author: Sean McGinnis <email address hidden>
Date: Tue May 5 19:52:12 2020 -0500

    Switch from retrying to tenacity

    This switching our retry mechanism over from the retrying library to the
    tenacity library. Retrying has been active for a few years now and
    appears to be no longer maintained.

    This has a small behavior change in that before we were applying an
    exponential backoff to the first time a retry was needed. This no longer
    happens, but retries will exponentially back off with each retry.

    Also cleaned up some minor nits with unit test assert argument order.

    Closes-bug: #1635397

    Change-Id: I24cab206b16e63859d4886c55d40a03d398ce30d
    Signed-off-by: Sean McGinnis <email address hidden>