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

Buckets are not destroyed appropriately after testing #1670

Closed
1 task
AetherUnbound opened this issue Jan 27, 2022 · 1 comment · Fixed by WordPress/openverse-catalog#344 or WordPress/openverse-catalog#516
Assignees
Labels
💻 aspect: code Concerns the software code in the repository 🛠 goal: fix Bug fix good first issue New-contributor friendly help wanted Open to participation from the community 🟩 priority: low Low priority and doesn't need to be rushed 🐍 tech: python Involves Python
Projects

Comments

@AetherUnbound
Copy link
Contributor

Description

The pseudo-random buckets that are created for testing in empty_s3_bucket are not being appropriately destroyed after testing.

Reproduction

  1. just recreate
  2. Log into minio at localhost:5011 and observe 0 buckets
  3. just test
  4. Observe 22 buckets created

Expectation

Tests should clean up after themselves!

Additional context

Resolution

  • 🙋 I would be interested in resolving this bug.
@AetherUnbound AetherUnbound added 🐍 tech: python Involves Python 💻 aspect: code Concerns the software code in the repository 🛠 goal: fix Bug fix 🟧 priority: high Stalls work on the project or its dependents labels Jan 27, 2022
@AetherUnbound AetherUnbound self-assigned this Jan 27, 2022
@AetherUnbound
Copy link
Contributor Author

This has unfortunately re-appeared. The same conditions described above cause test buckets to stick around 😞

@AetherUnbound AetherUnbound reopened this May 14, 2022
@AetherUnbound AetherUnbound added 🟩 priority: low Low priority and doesn't need to be rushed good first issue New-contributor friendly help wanted Open to participation from the community and removed 🟧 priority: high Stalls work on the project or its dependents labels May 14, 2022
@obulat obulat transferred this issue from WordPress/openverse-catalog Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository 🛠 goal: fix Bug fix good first issue New-contributor friendly help wanted Open to participation from the community 🟩 priority: low Low priority and doesn't need to be rushed 🐍 tech: python Involves Python
Projects
Archived in project
Openverse
  
Done!
1 participant