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

[Chore] Put date into test index and collection names #399

Merged
merged 7 commits into from
Oct 21, 2024

Conversation

jhamon
Copy link
Collaborator

@jhamon jhamon commented Oct 19, 2024

Problem

Sometimes indexes and collections aren't cleaned up properly after tests run. It's difficult to clean up orphaned resources without potentially impacting resources associated with tests that are currently running.

Solution

Modify generated names to include a timestamp. This will pave the way for automatically deleting orphaned resources after a certain period of time.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Infrastructure change (CI configs, etc)
  • Non-code change (docs, etc)
  • None of the above: (explain here)

Test Plan

Describe specific steps for validating this change.

@jhamon jhamon changed the title [Chore] Put date into test index name [Chore] Put date into test index and collection names Oct 19, 2024
@jhamon jhamon marked this pull request as ready for review October 20, 2024 05:20
@jhamon jhamon merged commit c13a249 into main Oct 21, 2024
83 checks passed
@jhamon jhamon deleted the jhamon/test-index-names branch October 21, 2024 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant