From: Kirill Shcherbatov <kshcherbatov@tarantool.org> To: tarantool-patches@freelists.org, vdavydov.dev@gmail.com Cc: kostja@tarantool.org, Kirill Shcherbatov <kshcherbatov@tarantool.org> Subject: [PATCH v8 1/5] lib: updated msgpuck library version Date: Wed, 16 Jan 2019 16:44:39 +0300 [thread overview] Message-ID: <a067de8328e1d42aa213f15ea2b9f1d9285f7a07.1547645795.git.kshcherbatov@tarantool.org> (raw) In-Reply-To: <cover.1547645795.git.kshcherbatov@tarantool.org> 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
next prev parent reply other threads:[~2019-01-16 13:44 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-01-16 13:44 [PATCH v8 0/5] box: Indexes by JSON path Kirill Shcherbatov 2019-01-16 13:44 ` Kirill Shcherbatov [this message] 2019-01-23 12:53 ` [PATCH v8 1/5] lib: updated msgpuck library version Vladimir Davydov 2019-01-16 13:44 ` [PATCH v8 2/5] box: refactor tuple_field_raw_by_path routine Kirill Shcherbatov 2019-01-23 13:15 ` Vladimir Davydov 2019-01-16 13:44 ` [PATCH v8 3/5] box: introduce JSON Indexes Kirill Shcherbatov 2019-01-23 13:49 ` Vladimir Davydov 2019-01-16 13:44 ` [PATCH v8 4/5] box: introduce offset_slot cache in key_part Kirill Shcherbatov 2019-01-23 14:23 ` Vladimir Davydov 2019-01-16 13:44 ` [PATCH v8 5/5] box: specify indexes in user-friendly form Kirill Shcherbatov 2019-01-23 15:29 ` Vladimir Davydov 2019-01-16 15:35 ` [tarantool-patches] [PATCH v8 6/6] box: introduce has_json_paths flag in templates Kirill Shcherbatov 2019-01-23 14:15 ` Vladimir Davydov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=a067de8328e1d42aa213f15ea2b9f1d9285f7a07.1547645795.git.kshcherbatov@tarantool.org \ --to=kshcherbatov@tarantool.org \ --cc=kostja@tarantool.org \ --cc=tarantool-patches@freelists.org \ --cc=vdavydov.dev@gmail.com \ --subject='Re: [PATCH v8 1/5] lib: updated msgpuck library version' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox