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

Tests doesn't cleanup working directories #166

Open
0x501D opened this issue Mar 9, 2022 · 0 comments
Open

Tests doesn't cleanup working directories #166

0x501D opened this issue Mar 9, 2022 · 0 comments
Labels
code health Improve code readability, simplify maintenance and so on
Milestone

Comments

@0x501D
Copy link
Member

0x501D commented Mar 9, 2022

Temporary working directories created and cleaned inside tarantool session.
This causes tarantool to recreate the working directory on exit.
Files left after running one test:

$ find /tmp -regextype posix-extended -regex '/tmp/[a-zA-Z0-9]{6}' | xargs ls
/tmp/Z01zrj:
00000000000000000019.xlog

/tmp/jbyOjy:
00000000000000000019.xlog
@Totktonada Totktonada added the code health Improve code readability, simplify maintenance and so on label Mar 9, 2022
@Totktonada Totktonada added this to the wishlist milestone Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code health Improve code readability, simplify maintenance and so on
Projects
None yet
Development

No branches or pull requests

2 participants