From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 7 Jun 2019 04:14:38 +0300 From: Alexander Turenko Subject: Re: [PATCH] test: fix box/net.box.test.lua result file Message-ID: <20190607011437.6kdereb5wzleah2l@tkn_work_nb> References: <32e63308ae0cf04a97c7b385fde99feb87d68e9a.1559868594.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <32e63308ae0cf04a97c7b385fde99feb87d68e9a.1559868594.git.alexander.turenko@tarantool.org> To: tarantool-patches@freelists.org Cc: Roman Khabibov , Vladimir Davydov List-ID: Pushed to master as trivial. WBR, Alexander Turenko. On Fri, Jun 07, 2019 at 04:11:39AM +0300, Alexander Turenko wrote: > This is the regression from a7c855e5bd486a3392138b4f743abd6cb1d13fff > (net.box: fetch '_vcollation' sysview into the module). The result file > was corrupted, because the test sometimes produces incorrect result in > the test case for on_connect / on_disconnect triggers. This issue is > tracked by #4273. > > Follow up #3941. > --- > > branch: https://github.com/tarantool/tarantool/tree/Totktonada/fix-net-box-test > issue: https://github.com/tarantool/tarantool/issues/3941 > related: https://github.com/tarantool/tarantool/issues/4273 > > test/box/net.box.result | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/test/box/net.box.result b/test/box/net.box.result > index 9c516fff5..474297af3 100644 > --- a/test/box/net.box.result > +++ b/test/box/net.box.result > @@ -2339,14 +2339,14 @@ connected_cnt > ... > disconnected_cnt > --- > -- 2 > +- 1 > ... > conn:close() > --- > ... > disconnected_cnt > --- > -- 3 > +- 2 > ... > test_run:cmd('stop server connecter') > --- > -- > 2.21.0 >