From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 26 Mar 2019 19:23:43 +0300 From: Vladimir Davydov Subject: Re: [PATCH v1 1/1] test: check hints corner cases Message-ID: <20190326162343.pwxfgqhiifted7zr@esperanza> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Kirill Shcherbatov Cc: tarantool-patches@freelists.org List-ID: 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.