>Суббота, 20 октября 2018, 2:44 +03:00 от Alexander Turenko : > >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) > >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 -- Sergei Voronezhskii