Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH 0/3] Credentials follow up
@ 2019-10-31 21:42 Vladislav Shpilevoy
  2019-10-31 21:42 ` [Tarantool-patches] [PATCH 1/3] test: fix flaky box/access_sysview.test.lua Vladislav Shpilevoy
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Vladislav Shpilevoy @ 2019-10-31 21:42 UTC (permalink / raw)
  To: tarantool-patches

The patchset fixes a flaky test, a C++ exception thrown in C,
and invalid memory access problem left after the patch making
struct credentials a complex object with a constructor and a
destructor.

Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-4597-credentials-follow-up-2
Issue: https://github.com/tarantool/tarantool/issues/4597

Vladislav Shpilevoy (3):
  test: fix flaky box/access_sysview.test.lua
  user: don't throw C++ exception from user_find_by_name
  session: su left dangling credentials object on stack

 src/box/lua/session.c            |  3 +--
 src/box/user.cc                  |  2 +-
 test/box/access.result           | 11 +++++++++++
 test/box/access.test.lua         |  6 ++++++
 test/box/access_sysview.result   |  2 +-
 test/box/access_sysview.test.lua |  2 +-
 6 files changed, 21 insertions(+), 5 deletions(-)

-- 
2.21.0 (Apple Git-122.2)

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

end of thread, other threads:[~2019-11-05  9:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-31 21:42 [Tarantool-patches] [PATCH 0/3] Credentials follow up Vladislav Shpilevoy
2019-10-31 21:42 ` [Tarantool-patches] [PATCH 1/3] test: fix flaky box/access_sysview.test.lua Vladislav Shpilevoy
2019-11-04 17:20   ` Konstantin Osipov
2019-10-31 21:42 ` [Tarantool-patches] [PATCH 2/3] user: don't throw C++ exception from user_find_by_name Vladislav Shpilevoy
2019-11-04 17:22   ` Konstantin Osipov
2019-11-05  9:44     ` Vladislav Shpilevoy
2019-10-31 21:42 ` [Tarantool-patches] [PATCH 3/3] session: su left dangling credentials object on stack Vladislav Shpilevoy
2019-11-04 17:23   ` Konstantin Osipov
2019-11-01 13:54 ` [Tarantool-patches] [PATCH 0/3] Credentials follow up Kirill Yukhin
2019-11-04 17:23   ` Konstantin Osipov

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