From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp32.i.mail.ru (smtp32.i.mail.ru [94.100.177.92]) (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 9642D4696C3 for ; Wed, 15 Apr 2020 14:14:58 +0300 (MSK) Date: Wed, 15 Apr 2020 14:14:57 +0300 From: Kirill Yukhin Message-ID: <20200415111457.vltsh3dw54uuwdzh@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH] Fix flaky test engine/ddl 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 Hello, On 10 апр 16:27, Sergey Bronnikov wrote: > Test was a flaky from the beginning 39d0e4273dde2dbb3e46aea35310379e98e7cc64 > Time of building indexes varies from time to time and the problem was due to > abcense of synchronization in index building and checking numbers of these > indexes. > > Fixes #4353 > --- > test/engine/ddl.result | 15 +++++++++------ > test/engine/ddl.test.lua | 14 ++++++++------ > test/engine/suite.ini | 3 +-- > 3 files changed, 18 insertions(+), 14 deletions(-) I've checked your patch into 2.2, 2.3 and master. -- Regards, Kirill Yukhin