From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id 7B8366ECE3; Tue, 11 Jan 2022 23:41:20 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 7B8366ECE3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1641933680; bh=X1Fk7J96LcinQGDpKyd1eXcGnd4F55WWYrppYoZWfNc=; h=Date:To:Cc:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=Dhn1X0Yv3VxgTKNipmEi6HexsCDSDkokY3VB3u0UMZv1eNziAluIbuNIjc+f7PaTX 3aSK9bj4cSFqBGTKeOStDf3NbJLO0ac3VijeLTpqsdlqcjJunmH3fgj5MJM+FYVZdW qeCPCtE4yze7NJo2ZsfXovZDAaSAJxdjfBG3xlCQ= Received: from mail-lf1-f54.google.com (mail-lf1-f54.google.com [209.85.167.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id D56306ECE3 for ; Tue, 11 Jan 2022 23:41:19 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org D56306ECE3 Received: by mail-lf1-f54.google.com with SMTP id br17so853871lfb.6 for ; Tue, 11 Jan 2022 12:41:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=2E6bP3cqpn215hrzXM+IBhBDlGeeXE9TzcZgZ0LZJhs=; b=sOi0YkrtDFjwV/oXS/GAxDh3zERWeCywB1erYihzfqO6+nCB3pidiqGgUGjTgtr039 OIpgS/C5Yrfq5hrLj8TbplEdrp09vX7wRrCy9tdO5gBC9rl2oJIqvcD/n4srI0M8HF6E BOpOndp2Ts+IPZWnLiEYbxayO3Fe4V+kaGgXMvoURB0NkSWCm3lHFRCXCKIpvKj05cg/ wdI1tPn20GiFNPZ3Vb3dirovpGpoj4g60m2XhxRXFsiclP3B+xuyCEvEs1My21R139IS pJNPFOzgk0bwuCYMLqphxaaDvhnWrXDjFP5q65hlYb8jYhIclRAzuGKZNAuKgpydSAuD 3OMw== X-Gm-Message-State: AOAM5323kJrZwuiPvb3MJEFfpK3UGAt4JU7BzkQH8Pe4A1RTm7gaAYIA TDgB5Z9TuCb/b9qcB9i/catMb7CykBAtjg== X-Google-Smtp-Source: ABdhPJwZMZvHtnWwir/0nn6JcBvnav7JDCQ48/tqO9OYLLAjdKwF1ScYjMZ+xwd8GN3oUqCqIrtjYA== X-Received: by 2002:a2e:96d0:: with SMTP id d16mr4210645ljj.330.1641933678942; Tue, 11 Jan 2022 12:41:18 -0800 (PST) Received: from grain.localdomain ([5.18.251.97]) by smtp.gmail.com with ESMTPSA id b13sm1436571lfb.134.2022.01.11.12.41.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Jan 2022 12:41:18 -0800 (PST) Received: by grain.localdomain (Postfix, from userid 1000) id A2CE45A0020; Tue, 11 Jan 2022 23:41:17 +0300 (MSK) Date: Tue, 11 Jan 2022 23:41:17 +0300 To: Serge Petrenko Cc: Vladislav Shpilevoy , tml Message-ID: References: <20211230202347.353494-1-gorcunov@gmail.com> <20211230202347.353494-4-gorcunov@gmail.com> <1641824964.389610162@f103.i.mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1641824964.389610162@f103.i.mail.ru> User-Agent: Mutt/2.0.7 (2021-05-04) Subject: Re: [Tarantool-patches] [PATCH v27 3/3] test: add gh-6036-qsync-order test X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Cyrill Gorcunov via Tarantool-patches Reply-To: Cyrill Gorcunov Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" On Mon, Jan 10, 2022 at 05:29:24PM +0300, Serge Petrenko wrote: > > The test looks good to me. But it flaky fails on my pc like this: > > No output during 51 seconds. Will abort after 120 seconds without output. > List of workers not reporting the status: Hmmm, that's weird. Thanks for info, Serge! > > Besides, you’ll have to rewrite it in luatest, unfortunately. OK, will do and we will talk to figure out why it is flaky, ok?