[PATCH v1 1/1] test: check hints corner cases

Vladimir Davydov vdavydov.dev at gmail.com
Tue Mar 26 19:23:43 MSK 2019


On Thu, Mar 21, 2019 at 02:40:51PM +0300, Kirill Shcherbatov wrote:
> We must to enshure that hints don't broke tuple comparison.
> As different field_types use different routines to calculate hint,
> we must to ensure that the calculated values are compatible with
> each other.
> 
> Also tested the corner cases for large double numbers, due to the
> fact that there may be additional difficulties in hint construction.
> 
> Follow-up
>     9fba29abb4e0 memtx: introduce tuple compare hint
> ---
>  test/engine/hints.result   | 191 +++++++++++++++++++++++++++++++++++++
>  test/engine/hints.test.lua |  62 ++++++++++++
>  2 files changed, 253 insertions(+)
>  create mode 100644 test/engine/hints.result
>  create mode 100644 test/engine/hints.test.lua

Pushed to master.



More information about the Tarantool-patches mailing list