tarantool / tarantool/tt

`tt install` does not remove temporary files on interruption

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

Nobody has claimed this yet.

2sp bug teamE
Dominant language
Go
Stars
113
Forks
18
Avg merge
4d 11h
Merged PRs (30d)
23

Description

If tt install is interrupted, temporary files/directories are left in temporary dir:

$ ls -1 /tmp/ | grep install
tarantool_install1447567258
tarantool_install3757508495
tarantool_install823810377
tarantool_install998269368

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

Start by tracing the tt install entry point to where temporary directories named tarantool_install... are created and how interruption is handled. Reproduce an interrupted install, then verify that the temporary files and directories are removed afterward.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.