From: Nikita Pettik <korablev@tarantool.org>
To: Maria Khaydich <maria.khaydich@tarantool.org>
Cc: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>,
tarantool-patches <tarantool-patches@dev.tarantool.org>
Subject: Re: [Tarantool-patches] [PATCH] box: sql prepare and execute statistics should be reflected in box.stat()
Date: Wed, 4 Mar 2020 13:47:00 +0000 [thread overview]
Message-ID: <20200304134700.GA7936@tarantool.org> (raw)
In-Reply-To: <1583253766.42635729@f106.i.mail.ru>
On 03 Mar 19:42, Maria Khaydich wrote:
>
> > Please send smth like 'hotfix' for the last commit, I guess it is too late to force push to master.
>
> If I understood you correctly:
> ----------------------------------------------------------------------
> Calling prepare and execute did not update corresponding request statistics
> in the box.stat table. This happened because methods that collect stats were
> never called where they should have been.
>
> There was a bug in previous commit resulting in collecting statistics on
> box.execute twice in some cases.
>
> Closes #4756
> ---
> diff --git a/test/sql/iproto.test.lua b/test/sql/iproto.test.lua
> index 9eac91d2c..ec1f37035 100644
> --- a/test/sql/iproto.test.lua
> +++ b/test/sql/iproto.test.lua
> @@ -249,11 +249,12 @@ p = box.stat().PREPARE.total
> e = box.stat().EXECUTE.total
>
> s = box.prepare([[ SELECT ?; ]])
> -s:execute({42})
Why did you get rid of s:execute() call? Now both prepared:execute()
and box.execute() use the same function (sql_execute()) under the hood,
but it may change in future. Please, leave both test cases.
Lgtm otherwise.
next prev parent reply other threads:[~2020-03-04 13:47 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-10 18:35 Maria Khaydich
2020-02-10 23:06 ` Nikita Pettik
2020-02-13 21:44 ` Vladislav Shpilevoy
2020-02-19 16:37 ` Maria Khaydich
2020-02-19 17:16 ` Nikita Pettik
2020-02-25 11:08 ` Maria Khaydich
2020-02-25 13:02 ` Nikita Pettik
2020-02-25 20:29 ` Vladislav Shpilevoy
2020-02-26 15:50 ` Maria Khaydich
2020-02-27 0:08 ` Vladislav Shpilevoy
2020-02-27 13:21 ` Nikita Pettik
2020-03-03 16:42 ` Maria Khaydich
2020-03-03 22:39 ` Vladislav Shpilevoy
2020-03-06 11:34 ` Maria Khaydich
2020-03-06 14:32 ` Nikita Pettik
2020-03-06 15:09 ` Nikita Pettik
2020-03-04 13:47 ` Nikita Pettik [this message]
2020-02-25 22:26 ` Kirill Yukhin
2020-02-25 23:30 ` Nikita Pettik
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=20200304134700.GA7936@tarantool.org \
--to=korablev@tarantool.org \
--cc=maria.khaydich@tarantool.org \
--cc=tarantool-patches@dev.tarantool.org \
--cc=v.shpilevoy@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH] box: sql prepare and execute statistics should be reflected in box.stat()' \
/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