[Tarantool-patches] [PATCH 2/4] box: add binary search for _session_settings space
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Fri Feb 7 01:15:01 MSK 2020
Thanks for the patch!
Here is one another review fix.
================================================================================
commit 0a597ec7e4956a23d5e80420ca1d98fccab8d117
Author: Vladislav Shpilevoy <v.shpilevoy at tarantool.org>
Date: Thu Feb 6 22:07:50 2020 +0100
Review fix
diff --git a/test/box/gh-4511-access-settings-from-any-frontend.result b/test/box/gh-4511-access-settings-from-any-frontend.result
index f072bafae..bae77192e 100644
--- a/test/box/gh-4511-access-settings-from-any-frontend.result
+++ b/test/box/gh-4511-access-settings-from-any-frontend.result
@@ -86,7 +86,7 @@ function check_sorting(ss, ts, key)
return {
err = 'bad sorting', type = it, exp = test_space,
got = view_space
- }
+ }
end
for key, value in pairs(view_space) do
if test_space[key].name ~= value.name then
diff --git a/test/box/gh-4511-access-settings-from-any-frontend.test.lua b/test/box/gh-4511-access-settings-from-any-frontend.test.lua
index 40a58ad04..b243be15e 100644
--- a/test/box/gh-4511-access-settings-from-any-frontend.test.lua
+++ b/test/box/gh-4511-access-settings-from-any-frontend.test.lua
@@ -40,7 +40,7 @@ function check_sorting(ss, ts, key)
return {
err = 'bad sorting', type = it, exp = test_space,
got = view_space
- }
+ }
end
for key, value in pairs(view_space) do
if test_space[key].name ~= value.name then
More information about the Tarantool-patches
mailing list