Skip to content

Update testhelper.retry to require.Eventually

This MR aims to solve issue #433442 (closed).

Replace testhelper.Retry with require.Eventually:

  • internal/upload/destination/objectstore/gocloud_object_test.go
  • internal/upload/destination/objectstore/s3_object_test.go
  • internal/upload/artifacts_store_test.go
  • Remove func Retry()
Edited by Ashutosh Gupta

Merge request reports