Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lambda in calls to execute_with_retry #2733

Merged
merged 1 commit into from
Jan 20, 2023
Merged

Conversation

narrieta
Copy link
Member

execute_with_retry takes a Callable, the argument was meant to be a lambda, not a function call

@codecov
Copy link

codecov bot commented Jan 20, 2023

Codecov Report

Merging #2733 (0950ff5) into develop (4b8fe5e) will increase coverage by 0.01%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #2733      +/-   ##
===========================================
+ Coverage    72.03%   72.04%   +0.01%     
===========================================
  Files          104      104              
  Lines        15832    15832              
  Branches      2265     2265              
===========================================
+ Hits         11404    11406       +2     
- Misses        3909     3912       +3     
+ Partials       519      514       -5     
Impacted Files Coverage Δ
azurelinuxagent/common/cgroupconfigurator.py 72.38% <0.00%> (+0.29%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@narrieta narrieta merged commit 43b7c3c into Azure:develop Jan 20, 2023
@narrieta narrieta deleted the vm branch January 20, 2023 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants