Closed yurishkuro closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.49%. Comparing base (
9c1c3ce
) to head (622db57
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@mahadzaryab1 please review
any idea why the SPM tests are failing?
Which problem is this PR solving?
Description of the changes
integration.go
whererequire.NoError
was using inside lambda functions passed towaitForCondition
- it was causing tests to fail on transient error with Elastic. Change it to log the error and returnfalse
so thatwaitForCondition
may continue looping & waiting for successful check.