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 A632329300 for ; Thu, 29 Aug 2019 13:25:23 -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 m4wkxgsqMzxZ for ; Thu, 29 Aug 2019 13:25:23 -0400 (EDT) Received: from smtp33.i.mail.ru (smtp33.i.mail.ru [94.100.177.93]) (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 6446924863 for ; Thu, 29 Aug 2019 13:25:23 -0400 (EDT) Date: Thu, 29 Aug 2019 20:25:21 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v1] Set fragile option to flaky tests Message-ID: <20190829172520.xbp6mlg5wjxtgco6@tarantool.org> References: <20190829165621.gug5gzjvrmkylxp6@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190829165621.gug5gzjvrmkylxp6@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: Alexander Turenko , "Alexander V. Tikhonov" Hello, On 29 авг 19:56, Kirill Yukhin wrote: > Hello, > > On 27 авг 18:45, Alexander V. Tikhonov wrote: > > Added "fragile" option to the flaky tests that are > > not intended to be run in parallel with others. > > Option set at the suite.ini file at the appropriate > > suites with comments including the issue that stores > > the fail. > > --- > > > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/set-flaky-tests-fragile > > I've checked your patch into 2.1, 2.2 and master. Cherry-picked to 1.10 as well. -- Regards, Kirill Yukhin