tarantool / tarantool/queue

Tests doesn't cleanup working directories

Open
#166 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.