-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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: integration-test cleanup #8118
fix: integration-test cleanup #8118
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8118 +/- ##
==========================================
- Coverage 70.48% 66.29% -4.20%
==========================================
Files 515 599 +84
Lines 23150 29347 +6197
==========================================
+ Hits 16317 19455 +3138
- Misses 5776 8447 +2671
- Partials 1057 1445 +388
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
hmm... This is a little awkward, TestDevSyncDefaultNamespace whole test was passing due to file-sync pod in the first test case not being deleted. We're seeing the second test case failing, this is caused by the second test case the background dev process sees the terminating status of the pod from the first test case and before that |
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.
Nice, LGTM!
Fixes: #8116
Description