From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp54.i.mail.ru (smtp54.i.mail.ru [217.69.128.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 5239245C304 for ; Fri, 11 Dec 2020 12:17:04 +0300 (MSK) Date: Fri, 11 Dec 2020 09:17:00 +0000 From: Kirill Yukhin Message-ID: <20201211091700.hji6l7x76f3khvdh@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v1] test: add filter to box/net.*after_gh-3164 test List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: tarantool-patches@dev.tarantool.org Hello, On 08 Dec 19:19, Alexander V. Tikhonov wrote: > Cc: tarantool-patches@dev.tarantool.org > > Found issue: > > [079] @@ -115,5 +115,14 @@ > [079] -- connection is deleted by 'collect'. > [079] weak.c > [079] --- > [079] -- null > [079] +- peer_uuid: 035d7b36-f205-45f4-9e16-e5b0b99a9b0b > [079] + opts: > [079] + reconnect_after: 0.1 > [079] + host: unix/ > [079] + schema_version: 78 > [079] + protocol: Binary > [079] + state: error_reconnect > [079] + error: Connection refused > [079] + peer_version_id: 132864 > [079] + port: /tmp/tnt/079_box/proxy.socket-iproto > [079] ... > > Which could not be restarted with checksum because of changing UUID > value each run. To avoid of it added filter on 'peer_uuid:' output. > --- > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/box-test-filter LGTM. I've checked your patch into 1.10, 2.5, 2.6 and master. -- Regards, Kirill Yukhin