From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (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 967D245C305 for ; Tue, 8 Dec 2020 02:04:12 +0300 (MSK) Date: Tue, 8 Dec 2020 02:04:10 +0300 From: "Alexander V. Tikhonov" Message-ID: <20201207230410.GA35395@hpalx> References: <9577cd4b-7f07-368c-3af0-8d427e7d199c@tarantool.org> <6fe0f5b1-aaeb-71ed-7d20-7dce76945d95@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6fe0f5b1-aaeb-71ed-7d20-7dce76945d95@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2 0/2] Make uuid values comparable List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oleg Babin Cc: tarantool-patches@dev.tarantool.org Hi Oleg, , thanks for the patch, as I see no new degradation found in gitlab-ci testing commit criteria pipeline, patch LGTM. On Fri, Dec 04, 2020 at 11:13:09AM +0300, Oleg Babin wrote: > Sasha, CI [1] on my branch [2] is green. Could you confirm we can push this > patch? > > > [1] https://gitlab.com/tarantool/tarantool/-/pipelines/220727298 > > [2] https://github.com/tarantool/tarantool/tree/olegrok/5511-uuid-cmp-v2 > > On 28/11/2020 01:40, Vladislav Shpilevoy wrote: > > Sasha (Tikh.), please, take a look at CI and tell if we can push this.