test-at-scale icon indicating copy to clipboard operation
test-at-scale copied to clipboard

added retries on azure blob error

Open nevilm-lt opened this issue 3 years ago • 0 comments

Description

Azure Blob storage for FindUsingSASUrl was not using retry mechanism.

Fixes # (issue)

  • added retry mechanism for az blob
  • removed unused code

Type of change

Please delete options that are not relevant.

  • [x] Bug fix (non-breaking change which fixes an issue)

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] I have added tests that prove my fix is effective or that my feature works
  • [x] New and existing unit tests pass locally with my changes
  • [x] Any dependent changes have been merged and published in downstream modules

nevilm-lt avatar Aug 08 '22 06:08 nevilm-lt