commit | efb5d6aba838db6d873deaafc477b03b762ef01e | [log] [tgz] |
---|---|---|
author | Dan Smith <dansmith@redhat.com> | Wed Sep 30 08:16:25 2020 -0700 |
committer | Dan Smith <dansmith@redhat.com> | Wed Sep 30 15:37:28 2020 -0700 |
tree | 07f54c39fe47094a30b4577cc4f2d15174a44d7d | |
parent | a93da8534c1a12f053d659ebddc9145c4ff08be1 [diff] |
Retry on ServerFault in call_and_ignore_notfound_exc() This makes us tolerate up to three ServerFault errors while trying to do things like clean up resources during tearDown(). Change-Id: I3b2dac90fd6c71d66506d33aa5e35bb362d9bf87 Related-Bug: #1897907