From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sat, 20 Oct 2018 02:44:54 +0300 From: Alexander Turenko Subject: Re: [PATCH v2 0/5] test: replication parallel mode on Message-ID: <20181019234454.ukblm52lfxa5pq4k@tkn_work_nb> References: <20181019161721.49560-1-sergw@tarantool.org> <20181019233701.psykoriceib4obdr@tkn_work_nb> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181019233701.psykoriceib4obdr@tkn_work_nb> 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. 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 > > Please, comment whether you are able to reproduce it somehow (at least > in CI or maybe some specific machine or docker image) and file an issue. > Please, do not restart this job / build to have at least some proof > link, because now it does not clear whether the case is easy to > reproduce. > > WBR, Alexander Turenko. > > On Fri, Oct 19, 2018 at 07:17:16PM +0300, Sergei Voronezhskii wrote: > > BRANCH: https://github.com/tarantool/tarantool/tree/sergw/enable-parallel-test-replication-clean > > Depends on: https://github.com/tarantool/test-run/pull/128 > > > > Rebased on master > > > > Sergei Voronezhskii (5): > > test: cleanup replication tests > > test: errinj for pause relay_send > > test: put require in proper places > > test: use wait_cond to check follow status > > test: replication parallel mode on