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 03FF66465D; Thu, 21 Jan 2021 20:23:54 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 03FF66465D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1611249834; bh=scNEaPj1UVDnjftTF1dMG/AVuGg4fXj94jLBTapqWGw=; h=Date:To:References:In-Reply-To:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=S3YN3mxZlCxaraEclmOisOM8cbVGAm7tLjcKBKDoPnUJ4MMF6LcO62x0yme56SThV B0/546hmocTzvwW61cGMxgZ178tM8PdVDWllgq5hBMO77zyuT3l8qKfFx0n+1cfIkK JhJZ9UtgQSVL2Aq1atK3CBPExG879LrW2tGMX+Ao= Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) (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 B416E6465D for ; Thu, 21 Jan 2021 20:23:53 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org B416E6465D Received: by mail-lj1-f180.google.com with SMTP id j3so3384439ljb.9 for ; Thu, 21 Jan 2021 09:23:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=P4fzr+0DOr26WcDzu2MspIsFMmYLdjuBvEPfFO9uhIY=; b=LnRloA8o+N9OBhXVN3B04IXj+j67/0kBmXxRy2kNPgKP/HN2nXVhzsXCa72EP+kJUt nTog2pDa/DArKrKchZ1dibCcIQF9VFqDr4jPpnjSxumFmiKSJm1mKyNKvW4eNHepSw2R QGzequzQnk1euFeqd8VxRKz799FWbxu7tGFlOx2bGM7VBfR5on3gmQhxGZF4+y+0nw8Z cgNemC2Keig2pkPGFLiWq/p54C59S+VyUnxLGkXkYmOwFTcBeKRnXAtxHw3aIyZ128Gz PTLTL84AAX3dwm+bEoIsaiYHPmN14zdOzointfAdinVHC5DEFq7pBfOP77ksz2CBzWTy h2pw== X-Gm-Message-State: AOAM530ZETvACeE5DgUVjaTfSTRKqvSb8S81ya0RQiqAE1Vj2dqr9cgm 8+4BaHVuMjSszc5TMcrKBSPOj46G7F8= X-Google-Smtp-Source: ABdhPJwutLnMi01Z9rTvt3LXrSkcrYIZwPi2nAbiN/QPVvhobnp7a0YqkAOdXVnv9yiv2zIHzxJtxA== X-Received: by 2002:a2e:888e:: with SMTP id k14mr172835lji.285.1611249832348; Thu, 21 Jan 2021 09:23:52 -0800 (PST) Received: from grain.localdomain ([5.18.91.94]) by smtp.gmail.com with ESMTPSA id s2sm590101lfs.2.2021.01.21.09.23.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Jan 2021 09:23:51 -0800 (PST) Received: by grain.localdomain (Postfix, from userid 1000) id BD5FB560139; Thu, 21 Jan 2021 20:23:49 +0300 (MSK) Date: Thu, 21 Jan 2021 20:23:49 +0300 To: tml Message-ID: <20210121172349.GA2174@grain> References: <20210121171753.186891-1-gorcunov@gmail.com> <20210121171753.186891-5-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210121171753.186891-5-gorcunov@gmail.com> User-Agent: Mutt/1.14.6 (2020-07-11) Subject: Re: [Tarantool-patches] [PATCH 3/3] test: replication/status -- fetch downstream lag field 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 Cc: Vladislav Shpilevoy Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" On Thu, Jan 21, 2021 at 08:17:53PM +0300, Cyrill Gorcunov wrote: > Extend the test to observe downstream.lag value. > Ignore this duplicate please, didn't clean messages directory from dups before sending, sorry.