Tests doesn't cleanup working directories
Open
Nobody has claimed this yet.
code health
- Dominant language
- Lua
- Stars
- 244
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Reproduce the issue by running a test that creates a temporary working directory inside a Tarantool session, then inspect /tmp for the reported six-character directories and .xlog files. Done means the test run no longer leaves those working directories or files behind.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100