-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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(appproject): prevent appproject deletion #21367
base: master
Are you sure you want to change the base?
fix(appproject): prevent appproject deletion #21367
Conversation
Signed-off-by: jkulkarn <[email protected]>
🔴 Preview Environment stopped on BunnyshellSee: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
Signed-off-by: jkulkarn <[email protected]>
Signed-off-by: jkulkarn <[email protected]>
@agaudreault, PR here. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21367 +/- ##
==========================================
+ Coverage 55.25% 55.29% +0.03%
==========================================
Files 337 337
Lines 56940 56979 +39
==========================================
+ Hits 31461 31505 +44
+ Misses 22801 22799 -2
+ Partials 2678 2675 -3 ☔ View full report in Codecov by Sentry. |
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.
Can you fix the failing checks?
Co-authored-by: Nitish Kumar <[email protected]> Signed-off-by: Jay P Kulkarni <[email protected]>
Hi @nitishfy !! So I'm actually having an issue with one of my tests running into a data race condition. Tried a lot of approaches to fix the issue, but I'm unable to solve it. Would you or @agaudreault mind taking a look at the test when you get a chance? It'd be much appreciated. Thanks!! |
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.
I am not able to visualize what the code is doing at this point. I think this kind of scenario would benefit from a E2E test. The current unit test are also hard to understand.
Fixes #21111
Checklist: