-
Notifications
You must be signed in to change notification settings - Fork 12
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
tt clean
lists snap/xlog thrice
#735
Comments
DifferentialOrange
changed the title
Dec 29, 2023
tt clean
list files multiple timestt clean
lists files multiple times
DifferentialOrange
changed the title
Dec 29, 2023
tt clean
lists files multiple timestt clean
lists snap/xlog thrice
DifferentialOrange
added a commit
that referenced
this issue
May 3, 2024
Before this patch, `tt clean` test had asserted that it removes a log file foran application without box.cfg bootstrap. Now it works with a real application with snap and xlog files and asserts that they are removed as well. Part of #735
DifferentialOrange
added a commit
that referenced
this issue
May 3, 2024
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
DifferentialOrange
added a commit
that referenced
this issue
May 3, 2024
Before this patch, `tt clean` test had asserted that it removes a log file fo ran application without box.cfg bootstrap. Now it works with a real application with snap and xlog files and asserts that they are removed as well. Part of #735
DifferentialOrange
added a commit
that referenced
this issue
May 3, 2024
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
DifferentialOrange
added a commit
that referenced
this issue
May 3, 2024
Before this patch, `tt clean` test had asserted that it removes a log file fo ran application without box.cfg bootstrap. Now it works with a real application with snap and xlog files and asserts that they are removed as well. Part of #735
DifferentialOrange
added a commit
that referenced
this issue
May 3, 2024
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
psergee
pushed a commit
that referenced
this issue
May 6, 2024
Before this patch, `tt clean` test had asserted that it removes a log file fo ran application without box.cfg bootstrap. Now it works with a real application with snap and xlog files and asserts that they are removed as well. Part of #735
psergee
pushed a commit
that referenced
this issue
May 6, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have used the application from tarantool/crud#407
The text was updated successfully, but these errors were encountered: