From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp56.i.mail.ru (smtp56.i.mail.ru [217.69.128.36]) (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 CC49042EF5C for ; Thu, 18 Jun 2020 21:40:16 +0300 (MSK) Date: Thu, 18 Jun 2020 21:39:29 +0300 From: Alexander Turenko Message-ID: <20200618183929.heifae4w6jbpqxqt@tkn_work_nb> References: <8ce5e510f40a14583da6fc83c6f8f127d134a3c5.1592395183.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <8ce5e510f40a14583da6fc83c6f8f127d134a3c5.1592395183.git.avtikhon@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v1] test: fix flaky box/net.box_readahead_gh-3958 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 Filed https://github.com/tarantool/test-run/issues/214 , where I proposed to add a mechanism to elide all past logs for grep_log() and wait_log(). Let's consider vinyl/compact.test.lua way for a while: | -- | require('log').info(string.rep(" ", 1024)) | -- | test_run:wait_log(<...>, <...>, 400) == nil (Don't miss [1]. Don't sure whether it is still actual after [2]. Please, either check it strongly or keep being on the safe side with 1000/400 magic numbers.) This way is less intruisive than modifying another test. CCed Sergey as author of the test case. [1]: https://github.com/tarantool/tarantool/commit/43965c89fe560fdaa7d916a447a74b9bb3453171 [2]: https://github.com/tarantool/tarantool/commit/437e82ed6bbed98e1fa54cbf8bec178fab50a80d