[PATCH] test: fix box/net.box.test.lua result file

Alexander Turenko alexander.turenko at tarantool.org
Fri Jun 7 04:11:39 MSK 2019


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




More information about the Tarantool-patches mailing list