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 6764528C90 for ; Fri, 3 Aug 2018 11:38:59 -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 P_8jlC_z-OpM for ; Fri, 3 Aug 2018 11:38:59 -0400 (EDT) Received: from smtp41.i.mail.ru (smtp41.i.mail.ru [94.100.177.101]) (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 2308A28C6F for ; Fri, 3 Aug 2018 11:38:59 -0400 (EDT) Date: Fri, 3 Aug 2018 18:38:56 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] Increase time quota for selectG test on vinyl Message-ID: <20180803153856.eq3ncbtustkgxttx@tarantool.org> References: <463200fa21cf8c512265fedf13ded1008d3ed55a.1533068430.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <463200fa21cf8c512265fedf13ded1008d3ed55a.1533068430.git.alexander.turenko@tarantool.org> 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: Nikita Pettik , Alexander Turenko Herllo, On 31 июл 23:22, Alexander Turenko wrote: > The test case has execution time around 25 seconds on vinyl (while > around 5 seconds on memtx) on a slow laptop with HDD. On a modern laptop > with SSD it is ~8 seconds for vinyl and ~2-3 seconds for memtx. Both > measurement were performed with parallel run of many instances of the > test. > > Also enabled ability to run a sql-tap test w/o test-run. It was broken > since b09f5964. > > Fixes #3590. > --- > branch: Totktonada/gh-3590-fix-sql-tap-selectG-flaky-fail > travis-ci: https://travis-ci.org/tarantool/tarantool/builds/410505565 I've checked the patch into 2.0 branch. -- Regards, Kirill Yukhin