Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/3][vshard] Small patches
@ 2018-06-22 21:43 AKhatskevich
  2018-06-22 21:43 ` [tarantool-patches] [PATCH 1/3] Do not force login/pass in URI AKhatskevich
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: AKhatskevich @ 2018-06-22 21:43 UTC (permalink / raw)
  To: tarantool-patches, v.shpilevoy

Branch: https://github.com/tarantool/vshard/tree/kh/small_patches-1
Issues:
 * https://github.com/tarantool/vshard/issues/121
 * https://github.com/tarantool/vshard/issues/52
 * https://github.com/tarantool/vshard/issues/47

AKhatskevich (3):
  #47: Do not force login/pass in URI
  #52: Allow use existing user
  #121: Introduce destroy module feature

Note: #52 and #121 are bounded:
 1. #52 is tested in #121, because destroy module makes it mutch easier
 2. #121 needs #52, because #121 doesn't delete user, and user exists when
    the vshard is loading back
Note: those patches come together, because they are very small.

 test/lua_libs/util.lua        |  34 +++++++++++
 test/router/destroy.result    | 108 ++++++++++++++++++++++++++++++++++
 test/router/destroy.test.lua  |  39 +++++++++++++
 test/storage/destroy.result   | 132 ++++++++++++++++++++++++++++++++++++++++++
 test/storage/destroy.test.lua |  51 ++++++++++++++++
 test/unit/config.result       |  14 +++++
 test/unit/config.test.lua     |   6 ++
 vshard/cfg.lua                |   7 +--
 vshard/router/init.lua        |  22 +++++++
 vshard/storage/init.lua       |  82 ++++++++++++++++++++------
 10 files changed, 473 insertions(+), 22 deletions(-)
 create mode 100644 test/router/destroy.result
 create mode 100644 test/router/destroy.test.lua
 create mode 100644 test/storage/destroy.result
 create mode 100644 test/storage/destroy.test.lua

-- 
2.14.1

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

end of thread, other threads:[~2018-06-26 11:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-22 21:43 [tarantool-patches] [PATCH 0/3][vshard] Small patches AKhatskevich
2018-06-22 21:43 ` [tarantool-patches] [PATCH 1/3] Do not force login/pass in URI AKhatskevich
2018-06-22 22:11   ` [tarantool-patches] " Vladislav Shpilevoy
2018-06-25 21:56     ` Alex Khatskevich
2018-06-26 11:11       ` Vladislav Shpilevoy
2018-06-22 21:43 ` [tarantool-patches] [PATCH 2/3] Allow use existing user AKhatskevich
2018-06-22 22:12   ` [tarantool-patches] " Vladislav Shpilevoy
2018-06-25 21:55     ` Alex Khatskevich
2018-06-26 11:11       ` Vladislav Shpilevoy
2018-06-22 21:43 ` [tarantool-patches] [PATCH 3/3] Introduce destroy module feature AKhatskevich
2018-06-22 22:11   ` [tarantool-patches] " Vladislav Shpilevoy
2018-06-25 21:54     ` Alex Khatskevich
2018-06-26 11:11       ` Vladislav Shpilevoy

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