-
Notifications
You must be signed in to change notification settings - Fork 817
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
Cleanup e2e namespaces before test start #1655
Cleanup e2e namespaces before test start #1655
Conversation
When an e2e test panics, it can leave behind populated GameServer namespaces, that are never cleaned up! This implements a fix in which the e2e test will search for e2e namespaces in the cluster, and delete them all before tests begin. Closes googleforgames#1653
Build Succeeded 👏 Build Id: 9643cd68-7f85-4e88-ad76-f8da7bc4df6d The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, pooneh-m, roberthbailey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
When an e2e test panics, it can leave behind populated GameServer namespaces, that are never cleaned up! This implements a fix in which the e2e test will search for e2e namespaces in the cluster, and delete them all before tests begin. Closes googleforgames#1653
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
When an e2e test panics, it can leave behind populated GameServer namespaces, that are never cleaned up!
This implements a fix in which the e2e test will search for e2e namespaces in the cluster, and delete them all before tests begin.
Which issue(s) this PR fixes:
Closes #1653
Special notes for your reviewer:
None.