From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Alexander Turenko Subject: [PATCH] test: fix box/net.box.test.lua result file Date: Fri, 7 Jun 2019 04:11:39 +0300 Message-Id: <32e63308ae0cf04a97c7b385fde99feb87d68e9a.1559868594.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: tarantool-patches@freelists.org Cc: Alexander Turenko , Roman Khabibov , Vladimir Davydov List-ID: 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