Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Avoid a race condition while initializing a ChildReconciler #227

Merged
merged 1 commit into from
May 5, 2022
Merged

Avoid a race condition while initializing a ChildReconciler #227

merged 1 commit into from
May 5, 2022

Conversation

scothis
Copy link
Contributor

@scothis scothis commented May 5, 2022

This isn't a big deal as worst case we create an extra cache, but we can
easily avoid it.

Signed-off-by: Scott Andrews andrewssc@vmware.com

This isn't a big deal as worst case we create an extra cache, but we can
easily avoid it.

Signed-off-by: Scott Andrews <andrewssc@vmware.com>
@codecov
Copy link

codecov bot commented May 5, 2022

Codecov Report

Merging #227 (852f310) into main (c8e0a01) will increase coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #227      +/-   ##
==========================================
+ Coverage   62.18%   62.22%   +0.04%     
==========================================
  Files           9        9              
  Lines         907      908       +1     
==========================================
+ Hits          564      565       +1     
  Misses        325      325              
  Partials       18       18              
Impacted Files Coverage Δ
reconcilers/reconcilers.go 80.06% <100.00%> (+0.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c8e0a01...852f310. Read the comment docs.

@scothis scothis merged commit fe9dc70 into vmware-labs:main May 5, 2022
@scothis scothis deleted the once branch May 5, 2022 23:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants