Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #890 +/- ##
=======================================
Coverage 76.16% 76.16%
=======================================
Files 44 44
Lines 2685 2685
=======================================
Hits 2045 2045
Misses 546 546
Partials 94 94 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/retest |
1 similar comment
|
/retest |
|
@pbajjuri20: The following tests failed, say
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Hey @pbajjuri20, this approach will not work when the test ends correctly without any issue because the resources do not exist anymore and are trying to be deleted. I suggest you wait until this PR is merged and add a new record for the cleaner to delete any dangling resources there |
|
Thanks @fjglira : this approach worked locally, the resources were deleted successfully and created the next test cases run perfectly. Sure will wait for the cleaner PR. |
If the first test case fails in the FIPS and IBM P&Z cluster, the resources are still available. However, the second test case is not running properly. If we cleanup the resources properly then the remaining test cases are running perfectly.