Skip to content

Bring method back that was mistakenly removed

What does this MR do?

We recently had a regression where a method was mistakenly removed. The specs didn't catch. The bug is that the installation pod is not removed after installation is finished. This is not obvious to find since it does not raise any error, simply does not clean the kubernetes pod from the cluster.

Here is the commit that added the regression: https://gitlab.com/gitlab-org/gitlab-ce/commit/1cec47ec1a9ebba716a5396b560bf7efc3319020

This MR brings the method back for removing the pod and improves the specs to guard agains this happening again.

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Edited by 🤖 GitLab Bot 🤖

Merge request reports