From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp62.i.mail.ru (smtp62.i.mail.ru [217.69.128.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 00F69469719 for ; Tue, 3 Mar 2020 00:06:50 +0300 (MSK) References: <08e87903-c00a-9f8a-ff25-5199eb6be0f8@tarantool.org> <98c0554d-be84-578c-f8e9-d64b23d63623@tarantool.org> From: Vladislav Shpilevoy Message-ID: <5033adad-c28d-02e3-6de7-8e22a35c7f5c@tarantool.org> Date: Mon, 2 Mar 2020 22:06:49 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Tarantool-patches] [PATCH vshard 1/1] router: bucket_id_strcrc32 and bucket_id_mpcrc32 List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oleg Babin , tarantool-patches@dev.tarantool.org Thanks for the review! On 02/03/2020 09:10, Oleg Babin wrote: > Hi! Your tests fail on Tarantool 1.10: > > [001] Test failed! Result content mismatch: > [001] --- unit/router.result    Mon Mar  2 10:54:48 2020 > [001] +++ unit/router.reject    Mon Mar  2 11:02:21 2020 > [001] @@ -75,7 +75,7 @@ > [001]   |   - - string > [001]   |     - '1' > [001]   |     - 477 > [001] - |   - - ctype > [001] + |   - - number > [001]   |     - 1 > [001]   |     - 477 > [001]   | ... > > > Without taking this into account - patch LGTM. I fixed that and pushed to master.