[Tarantool-patches] [PATCH v11 0/3] popen: Introduce backend engine

Cyrill Gorcunov gorcunov at gmail.com
Mon Feb 17 15:18:15 MSK 2020


In v11 I cleaned up some nits and updated the tests.

issue https://github.com/tarantool/tarantool/issues/4031
branch https://github.com/tarantool/tarantool/tree/gorcunov/gh-4031-popen-11

Cyrill Gorcunov (3):
  coio: export helpers
  popen: introduce a backend engine
  test: unit/popen

 src/box/applier.cc          |    2 +-
 src/lib/core/CMakeLists.txt |    1 +
 src/lib/core/coio.h         |   18 +-
 src/lib/core/popen.c        | 1061 +++++++++++++++++++++++++++++++++++
 src/lib/core/popen.h        |  191 +++++++
 src/main.cc                 |    4 +
 test/unit/CMakeLists.txt    |    3 +
 test/unit/popen.c           |  253 +++++++++
 test/unit/popen.result      |   28 +
 9 files changed, 1555 insertions(+), 6 deletions(-)
 create mode 100644 src/lib/core/popen.c
 create mode 100644 src/lib/core/popen.h
 create mode 100644 test/unit/popen.c
 create mode 100644 test/unit/popen.result


base-commit: f54f4dc03afcc9b34261e6275881f0120faef67e
-- 
2.20.1



More information about the Tarantool-patches mailing list