From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 31 Oct 2018 21:28:28 +0300 From: Alexander Turenko Subject: Re: [PATCH v2 0/5] test: replication parallel mode on Message-ID: <20181031182828.2aqwvcari7d2pqiv@tkn_work_nb> References: <20181019161721.49560-1-sergw@tarantool.org> <20181019234454.ukblm52lfxa5pq4k@tkn_work_nb> <1540557895.104227037@f382.i.mail.ru> <1540921104.5696206@f485.i.mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1540921104.5696206@f485.i.mail.ru> To: Sergei Voronezhskii Cc: tarantool-patches@freelists.org, Vladimir Davydov List-ID: > >>I also observed a fail and a hang on box/: > >> > >>https://travis-ci.org/tarantool/tarantool/jobs/443475294#L2496 > >>https://travis-ci.org/tarantool/tarantool/jobs/443475296#L6173 > >> > >>Maybe test-run do something incorrect and the suites are not fully > >>independent in the parallel run? Maybe some tests from box/ and > >>replication/ conflicts on some global resource, say the same unix socket > >>name in /tmp? > >> > >>Please, try to reproduce the issue and fix / report it. > > > >Fixed problem with box/errinj (after adding new errinj, ordering of output 'box.error.injection.info()' changed) > > Problem with engine/ddl is not depends on enabling replication tests in parallel mode. Please, file an issue re flaky test even if you do not have much details at the time. So it seems I have no more comments. Please, proceed with Vova. > > > >> > >>WBR, Alexander Turenko. > >> > >>On Sat, Oct 20, 2018 at 02:37:01AM +0300, Alexander Turenko wrote: > >>> It seems you catched segfault on the replication suite with this patch > >>> :) > >>> > >>> https://travis-ci.org/tarantool/tarantool/jobs/443475291#L2591 To track: it was introduced in the patch and was fixed. See [1] for details. [1]: https://github.com/tarantool/tarantool/issues/3765 WBR, Alexander Turenko.