queue icon indicating copy to clipboard operation
queue copied to clipboard

Tests doesn't cleanup working directories

Open 0x501D opened this issue 2 years ago • 0 comments

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

0x501D avatar Mar 09 '22 10:03 0x501D