-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
fix(controller): copy visited map (#11699) #12667
fix(controller): copy visited map (#11699) #12667
Conversation
9c8b339
to
56daa69
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12667 +/- ##
==========================================
- Coverage 49.73% 49.59% -0.15%
==========================================
Files 274 269 -5
Lines 48948 46588 -2360
==========================================
- Hits 24343 23104 -1239
+ Misses 22230 21211 -1019
+ Partials 2375 2273 -102 ☔ View full report in Codecov by Sentry. |
Thanks for the PR @ornew! Is this something we can unit test for? |
Yes, as soon as I get the time I will add the unit test. |
we are facing the same cyclic Dependency issue, Can we get this merged?. |
@Lavanya-Anbalagan would you have time to contribute a unit test? |
I apologize for neglecting this task. |
c9a290a
to
cbd1a40
Compare
@crenshaw-dev (cc @Lavanya-Anbalagan) |
ebc857e
to
7b83709
Compare
7b83709
to
07f1857
Compare
07f1857
to
50a1d4d
Compare
This commit fixed an issue argoproj#11699 that caused a warning even if the cycle didn't exist. Fix false cycle discovery by copying the visited resource map before recursively calling of getAppRecursive. Fixes argoproj#11699 Signed-off-by: Arata Furukawa <old.river.new@gmail.com>
50a1d4d
to
d42e881
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thank you
/cherry-pick release-2.10 |
/cherry-pick release-2.11 |
This commit fixed an issue #11699 that caused a warning even if the cycle didn't exist. Fix false cycle discovery by copying the visited resource map before recursively calling of getAppRecursive. Fixes #11699 Signed-off-by: Arata Furukawa <old.river.new@gmail.com> Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
This commit fixed an issue #11699 that caused a warning even if the cycle didn't exist. Fix false cycle discovery by copying the visited resource map before recursively calling of getAppRecursive. Fixes #11699 Signed-off-by: Arata Furukawa <old.river.new@gmail.com> Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
This commit fixed an issue #11699 that caused a warning even if the cycle didn't exist. Fix false cycle discovery by copying the visited resource map before recursively calling of getAppRecursive. Fixes #11699 Signed-off-by: Arata Furukawa <old.river.new@gmail.com> Co-authored-by: Arata Furukawa <old.river.new@gmail.com> Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
This commit fixed an issue #11699 that caused a warning even if the cycle didn't exist. Fix false cycle discovery by copying the visited resource map before recursively calling of getAppRecursive. Fixes #11699 Signed-off-by: Arata Furukawa <old.river.new@gmail.com> Co-authored-by: Arata Furukawa <old.river.new@gmail.com> Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
This commit fixed an issue argoproj#11699 that caused a warning even if the cycle didn't exist. Fix false cycle discovery by copying the visited resource map before recursively calling of getAppRecursive. Fixes argoproj#11699 Signed-off-by: Arata Furukawa <old.river.new@gmail.com> Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
This commit fixed an issue argoproj#11699 that caused a warning even if the cycle didn't exist. Fix false cycle discovery by copying the visited resource map before recursively calling of getAppRecursive. Fixes argoproj#11699 Signed-off-by: Arata Furukawa <old.river.new@gmail.com> Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
This commit fixed an issue argoproj#11699 that caused a warning even if the cycle didn't exist. Fix false cycle discovery by copying the visited resource map before recursively calling of getAppRecursive. Fixes argoproj#11699 Signed-off-by: Arata Furukawa <old.river.new@gmail.com> Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com> Signed-off-by: Javier Solana <javier.solana@cabify.com> Signed-off-by: Javier Solana <javier.solana@cabify.com>
This commit fixed an issue #11699 that caused a warning even if the cycle didn't exist. Fix false cycle discovery by copying the visited resource map before recursively calling of getAppRecursive
Checklist: