Cleanup after IT is not working properly #789
Labels
area/testing
Testing related
kind/bug
Bug
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
needs/planning
Needs (more) planning with other MCM maintainers
priority/2
Priority (lower number equals higher priority)
What happened
/area testing
/kind bug
/priority 2
When we run the IT for mcm-providers in the pipeline, the machine resources are not cleaned up if the MC process fails to run. The logs show that the resources are cleaned up :-
There is deletion timestamp on the machine resources, but we are not waiting for them to be deleted.
The above issue was encountered in the mcm-provider-alicloud pipeline, where the MC process stopped between the tests. The error code returned by the process was
2
. The error comes atmachine-controller-manager/pkg/test/integration/common/framework.go
Line 814 in d98eddf
I am not sure why the process stopped in between the tests. There were no logs captured for MC.
What you expected to happen:
The machine resources should be cleaned up.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: