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 B9CD72681A for ; Fri, 15 Jun 2018 12:21:31 -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 M2bQTJ2a-f8P for ; Fri, 15 Jun 2018 12:21:31 -0400 (EDT) Received: from smtp42.i.mail.ru (smtp42.i.mail.ru [94.100.177.102]) (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 1AF5A26811 for ; Fri, 15 Jun 2018 12:21:31 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v3 08/10] sql: new _trigger space format with space_id References: <41a4720e-ecf1-51c1-db01-f0c9ea69479d@tarantool.org> From: Kirill Shcherbatov Message-ID: <153b4330-dc3d-b7fc-e251-149f7257a2b5@tarantool.org> Date: Fri, 15 Jun 2018 19:21:28 +0300 MIME-Version: 1.0 In-Reply-To: <41a4720e-ecf1-51c1-db01-f0c9ea69479d@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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" > 1. Please, do not send binary files. ok. > 2. Please, add a test that t1t == box.space.T.id. Your current test would pass > even if t1t.id == t2t.id == -100. +assert(t1t.space_id == box.space.T.id)