Skip to content
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

Dataproc tests should use tf-test prefix so resources can be cleaned up #16476

Comments

@melinath
Copy link
Collaborator

melinath commented Nov 8, 2023

Occasionally tests fail and leave behind resource in our test environments. We automatically clean up resources with a tf-test prefix on a regular basis. However, some Dataproc tests currently use a tf-dataproc prefix, which does not automatically get cleaned up. Although the random suffixes on the resource ids will generally prevent conflicts, this may eventually cause quota issues.

The Dataproc tests that use tf-dataproc as the prefix should be updated to start with tf-test

b/309162860#comment7

b/309934501

Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.