From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id AF98B28FC4 for ; Thu, 2 Aug 2018 04:49:04 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ppFUApBUXhpM for ; Thu, 2 Aug 2018 04:49:04 -0400 (EDT) Received: from smtp58.i.mail.ru (smtp58.i.mail.ru [217.69.128.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 2102928FC3 for ; Thu, 2 Aug 2018 04:49:04 -0400 (EDT) Date: Thu, 2 Aug 2018 11:49:00 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v1 1/1] test: fix space deletion for access.test Message-ID: <20180802084900.d46no5ue3cgnv3mm@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: v.shpilevoy@tarantool.org, Kirill Shcherbatov Hello, On 02 авг 10:45, Kirill Shcherbatov wrote: > As space deletion in 2.0 require lookup _trigger space > we have grant read from it for actual user. > > Closes #3595. > --- > Branch: https://github.com/tarantool/tarantool/compare/kshch/gh-3595-triggers-access-on-space-delete > Issue: https://github.com/tarantool/tarantool/issues/3595 The patch was committed to 2.0 branch as obvious. -- Regards, Kirill Yukhin