[patches] [PATCH vshard 0/2] Enable automatic periodic lua garbage collection

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Fri Feb 23 15:54:06 MSK 2018


Branch: gh-77-improve-gc
Issue: https://github.com/tarantool/vshard/issues/77

Vladislav Shpilevoy (2):
  test: fix unstable unit/garbage_errinj.test.lua
  Enable automatic periodic lua garbage collection

 test/router/garbage_collector.result    | 101 ++++++++++++++++++++++++++++++++
 test/router/garbage_collector.test.lua  |  34 +++++++++++
 test/router/reload.result               |   3 +-
 test/router/reload.test.lua             |   3 +-
 test/storage/garbage_collector.result   |  94 +++++++++++++++++++++++++++++
 test/storage/garbage_collector.test.lua |  38 ++++++++++++
 test/storage/reload.result              |   3 +-
 test/storage/reload.test.lua            |   3 +-
 test/unit/config.result                 |  57 ++++++++++++++++++
 test/unit/config.test.lua               |  21 +++++++
 test/unit/garbage.result                |   3 +
 test/unit/garbage.test.lua              |   1 +
 vshard/cfg.lua                          |  14 +++++
 vshard/consts.lua                       |   2 +-
 vshard/router/init.lua                  |  19 ++++++
 vshard/storage/init.lua                 |  51 +++++++++++++---
 vshard/util.lua                         |  23 +++++++-
 17 files changed, 453 insertions(+), 17 deletions(-)
 create mode 100644 test/router/garbage_collector.result
 create mode 100644 test/router/garbage_collector.test.lua

-- 
2.14.3 (Apple Git-98)




More information about the Tarantool-patches mailing list