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 8F3E128BAE for ; Fri, 3 Aug 2018 11:23: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 TibgvXvOLYRe for ; Fri, 3 Aug 2018 11:23:31 -0400 (EDT) Received: from smtp37.i.mail.ru (smtp37.i.mail.ru [94.100.177.97]) (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 CA8C328BA1 for ; Fri, 3 Aug 2018 11:23:30 -0400 (EDT) Date: Fri, 3 Aug 2018 18:23:29 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH] Increase time quota for selectG test on vinyl Message-ID: <20180803152329.lqudiu6ypq3po32b@tkn_work_nb> References: <463200fa21cf8c512265fedf13ded1008d3ed55a.1533068430.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline 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: Nikita Pettik , Kirill Yukhin Cc: tarantool-patches@freelists.org Thanks for the review! I had rebased the patch on top of current 2.0 and had updated the commit headers as you suggested. Kirill asks me to put a link to an issue, so it is here: https://github.com/tarantool/tarantool/issues/3590 Kirill, can you review the patch? WBR, Alexander Turenko. On Fri, Aug 03, 2018 at 04:57:56PM +0300, n.pettik wrote: > LGTM, but AFAIK we should use prefix for module given commit relates to. > In our case it would be (I guess, since it is SQL test): > sql: increase time quota ... >