-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean: fix attempt to remove files multiple times
Before this patch, `tt clean` could list files multiple times since it is possible that memtx_dir, wal_dir, vinyl_dir and log_dir are the same directory (and the first three are the same by default). It also had tried to removed them several times, which had resulted in `[ERR]` message in logs. This patch fixes the issue. Closes #735
- Loading branch information
1 parent
f7bfc21
commit e28ea2f
Showing
3 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters