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 50DC427053 for ; Tue, 7 Aug 2018 13:47:58 -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 CCavDHSKzzEx for ; Tue, 7 Aug 2018 13:47:58 -0400 (EDT) Received: from smtp3.mail.ru (smtp3.mail.ru [94.100.179.58]) (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 1170723526 for ; Tue, 7 Aug 2018 13:47:57 -0400 (EDT) Received: from [185.6.245.156] (port=49966 helo=tarantool.org) by smtp3.mail.ru with esmtpa (envelope-from ) id 1fn65M-0005Tm-I6 for tarantool-patches@freelists.org; Tue, 07 Aug 2018 20:47:56 +0300 Date: Tue, 7 Aug 2018 20:47:55 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] Switch CI test-run to one job Message-ID: <20180807174755.it2dy47gk5im5ks6@tarantool.org> References: <20180804123152.2272-1-sergw@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180804123152.2272-1-sergw@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 Hello, On 04 авг 15:31, Sergei Voronezhskii wrote: > The -j -1 used to legacy consistent mode. Reducing the number of jobs to one > by switching to -j 1, uses same part of the code as in parallel mode. The code > in parallel mode kills hung tests. > > Part of https://github.com/tarantool/test-run/issues/106 > --- > .travis.mk | 6 +++--- > rpm/tarantool.spec | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) I've checked your patch into 1.9 branch. -- Regards, Kirill Yukhin