Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH 0/2] fio.tempdir() improvements
@ 2020-03-01 18:26 Vladislav Shpilevoy
  2020-03-01 18:26 ` [Tarantool-patches] [PATCH 1/2] fio: respect $TMPDIR in fio.tempdir(), when it is set Vladislav Shpilevoy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vladislav Shpilevoy @ 2020-03-01 18:26 UTC (permalink / raw)
  To: tarantool-patches, korablev, imun

fio.tempdir() improvements to make it closer to POSIX.

Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-4794-tmpdir
Issue: https://github.com/tarantool/tarantool/issues/4794

@ChangeLog
- fio.tempdir() uses TMPDIR as a path to a place where to create
  temporary directories. Also it accepts a template name argument,
  like mkdtemp().

Vladislav Shpilevoy (2):
  fio: respect $TMPDIR in fio.tempdir(), when it is set
  fio: allow to pass a template to fio.tempdir()

 src/lib/core/coio_file.c |  76 ++++++++++++++++++++----
 src/lib/core/coio_file.h |   2 +-
 src/lua/fio.c            |   3 +-
 test/app/fio.result      | 121 +++++++++++++++++++++++++++++++++++++++
 test/app/fio.test.lua    |  44 ++++++++++++++
 5 files changed, 234 insertions(+), 12 deletions(-)

-- 
2.21.1 (Apple Git-122.3)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-01 23:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-01 18:26 [Tarantool-patches] [PATCH 0/2] fio.tempdir() improvements Vladislav Shpilevoy
2020-03-01 18:26 ` [Tarantool-patches] [PATCH 1/2] fio: respect $TMPDIR in fio.tempdir(), when it is set Vladislav Shpilevoy
2020-03-01 18:26 ` [Tarantool-patches] [PATCH 2/2] fio: allow to pass a template to fio.tempdir() Vladislav Shpilevoy
2020-03-01 23:14 ` [Tarantool-patches] [PATCH 0/2] fio.tempdir() improvements Igor Munkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox