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 D85E627CF2 for ; Tue, 7 Aug 2018 13:43:11 -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 dlw48VQowGtK for ; Tue, 7 Aug 2018 13:43:11 -0400 (EDT) Received: from smtp38.i.mail.ru (smtp38.i.mail.ru [94.100.177.98]) (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 40D3A27C1A for ; Tue, 7 Aug 2018 13:43:11 -0400 (EDT) Received: from [185.6.245.156] (port=41490 helo=tarantool.org) by smtp38.i.mail.ru with esmtpa (envelope-from ) id 1fn60j-0007lg-Jv for tarantool-patches@freelists.org; Tue, 07 Aug 2018 20:43:09 +0300 Date: Tue, 7 Aug 2018 20:43:09 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] test: switch CI test-run to one job Message-ID: <20180807174309.g7jdg6bhl547f5qm@tarantool.org> References: <20180806114619.evejvv64oxrv5cpm@tkn_work_nb> <20180806203039.7102-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: <20180806203039.7102-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 Serge, On 06 авг 23:30, 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 > --- > branch: https://github.com/tarantool/tarantool/tree/test-switch-ci-to-one-job In future, could you pls prefix branch name w/ your nick or any other abbrevation so that your branches are groupped? -- Regards, Kirill Yukhin