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

"Memory leak" in s3 real storage tests #1551

Open
phoebusm opened this issue May 2, 2024 · 0 comments
Open

"Memory leak" in s3 real storage tests #1551

phoebusm opened this issue May 2, 2024 · 0 comments
Labels
test engineer Issue that is good for an engineer in test to work on.

Comments

@phoebusm
Copy link
Collaborator

phoebusm commented May 2, 2024

def cleanup_libraries(ac):

It assumes all libraries created by the S3 real storage tests have name starts with "test_", which is wrong in some cases, e.g.:

assert ac_mercury.list_libraries() == ["pytest_test_lib", "pytest_test_lib_2"]

@phoebusm phoebusm added the test engineer Issue that is good for an engineer in test to work on. label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test engineer Issue that is good for an engineer in test to work on.
Projects
None yet
Development

No branches or pull requests

1 participant