From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp45.i.mail.ru (smtp45.i.mail.ru [94.100.177.105]) (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 5FF7C469710 for ; Mon, 8 Jun 2020 12:20:13 +0300 (MSK) Date: Mon, 8 Jun 2020 12:19:58 +0300 From: Alexander Turenko Message-ID: <20200608091958.twb4dmv4zeaqtlfe@tkn_work_nb> References: <20200603172711.2dmy5bfekkzhi4as@tkn_work_nb> <20200604130703.GC19065@pony.bronevichok.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200604130703.GC19065@pony.bronevichok.ru> Subject: Re: [Tarantool-patches] [PATCH v2] Add option to update file with reference output List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Bronnikov Cc: o.piskunov@tarantool.org, tarantool-patches@dev.tarantool.org Sergey, please squash fixup commits before sending a next version of a patchset to review. Please, put flake8 configuration update first: so each commit will pass CI. The 'new' status disappears in the new patchset version. Can you look at this again? It looks as unintentional change. > - elif not self.is_crash_reported and not self.is_equal_result: > + elif (not self.is_crash_reported and not self.is_equal_result): Please, avoid unneeded diffs. WBR, Alexander Turenko.