push
github
box: delete .inprogress files from wal_dir In tarantool, each engine maintains its own files including `.inprogress`. However, `.xlog` files do not belong to any particular engine and are common. When `wal_dir` matches `memtx_dir`, xlogs just happen to be accidentally deleted by memtx engine. In this patch, `.inprogress` are explicitly deleted from the `wal_dir` on the server start. Fixes #12081 NO_DOC=bugfix (cherry picked from commit 8b011af04)
70211 of 118127 branches covered (59.44%)
1 of 1 new or added line in 1 file covered. (100.0%)
28 existing lines in 13 files now uncovered.105553 of 120501 relevant lines covered (87.6%)
1397920.1 hits per line