-
Notifications
You must be signed in to change notification settings - Fork 6.5k
fix(test): #23137 removed left over file that breaks subsequent make test run. #23138
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
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Signed-off-by: Eric Fortin <[email protected]>
e620b69 to
ec906f1
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #23138 +/- ##
==========================================
+ Coverage 59.99% 60.01% +0.01%
==========================================
Files 343 343
Lines 57888 57888
==========================================
+ Hits 34732 34743 +11
+ Misses 20374 20366 -8
+ Partials 2782 2779 -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.
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.
Thanks!
…nt make test run. (argoproj#23138) Signed-off-by: Eric Fortin <[email protected]>
…nt make test run. (argoproj#23138) Signed-off-by: Eric Fortin <[email protected]>
…nt make test run. (argoproj#23138) Signed-off-by: Eric Fortin <[email protected]> Signed-off-by: dsuhinin <[email protected]>
…nt make test run. (argoproj#23138) Signed-off-by: Eric Fortin <[email protected]> Signed-off-by: dsuhinin <[email protected]>
Checklist:
Running make test was leaving a file behind and it was making subsequent run to fail. Added removal in latest test cleanup like originally intended: 5fdbe20#diff-42504deced8cf9ed534a90ad3eec63888b14b2e1b6586e2e938b18d305e3af3cR1181
Closes [#23137]