From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp15.mail.ru (smtp15.mail.ru [94.100.176.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 3522545256A for ; Fri, 1 Nov 2019 00:37:01 +0300 (MSK) From: Vladislav Shpilevoy Date: Thu, 31 Oct 2019 22:42:31 +0100 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/3] Credentials follow up List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org 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)