[PATCH v1 1/1] sql: refresh result-file of sql/iproto.test.lua

imeevma at tarantool.org imeevma at tarantool.org
Fri Nov 9 20:10:27 MSK 2018


Test sql/iproto.test.lua fails due to its result-file being a bit
outdated.

Follow up #2618
---
Issue: https://github.com/tarantool/tarantool/issues/2618
Branch: https://github.com/tarantool/tarantool/tree/imeevma/gh-2618-refresh-result-file

 test/sql/iproto.result | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/sql/iproto.result b/test/sql/iproto.result
index 11d9b38..f390a73 100644
--- a/test/sql/iproto.result
+++ b/test/sql/iproto.result
@@ -673,7 +673,9 @@ cn:execute('select * from test')
 ---
 - metadata:
   - name: ID
+    type: INTEGER
   - name: A
+    type: INTEGER
   rows:
   - [1, 11]
   - [2, 2]
-- 
2.7.4




More information about the Tarantool-patches mailing list