[PATCH v8 1/5] lib: updated msgpuck library version

Kirill Shcherbatov kshcherbatov at tarantool.org
Wed Jan 16 16:44:39 MSK 2019


Needed for #1012
---
 src/lib/msgpuck          |  2 +-
 test/unit/msgpack.result | 24 +++++++++++++++++++++++-
 2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/src/lib/msgpuck b/src/lib/msgpuck
index 3b8f3e59b..9613f79e6 160000
--- a/src/lib/msgpuck
+++ b/src/lib/msgpuck
@@ -1 +1 @@
-Subproject commit 3b8f3e59b62d74f0198e01cbec0beb9c6a3082fb
+Subproject commit 9613f79e65d9838763422aae0bfb3ca9e2901a32
diff --git a/test/unit/msgpack.result b/test/unit/msgpack.result
index 12e8f8626..39c5b6e01 100644
--- a/test/unit/msgpack.result
+++ b/test/unit/msgpack.result
@@ -1,4 +1,4 @@
-1..20
+1..21
     1..135
     # *** test_uints ***
     # uint 0U
@@ -1824,3 +1824,25 @@ ok 19 - subtests
     ok 4 - mp_check bin overflow
     # *** test_overflow: done ***
 ok 20 - subtests
+    1..18
+    # *** test_mpframe ***
+    ok 1 - Stack is empty
+    ok 2 - Stack is not empty
+    ok 3 - Stack is not full
+    ok 4 - Correct field type
+    ok 5 - Correct items count
+    ok 6 - Not all items on level 1 parsed
+    ok 7 - Correct current item index
+    ok 8 - Correct field type
+    ok 9 - Correct items count
+    ok 10 - Stack is full
+    ok 11 - Not all items on level 2 parsed
+    ok 12 - Not all items on level 2 parsed
+    ok 13 - All items on level 2 parsed
+    ok 14 - Stack is not full
+    ok 15 - Not all items on level 1 parsed
+    ok 16 - Not all items on level 1 parsed
+    ok 17 - All items on level 1 parsed
+    ok 18 - Stack is empty
+    # *** test_mpframe: done ***
+ok 21 - subtests
-- 
2.19.2




More information about the Tarantool-patches mailing list