From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 58175252C7 for ; Wed, 24 Jul 2019 11:04:39 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5IvB3ULEk8OM for ; Wed, 24 Jul 2019 11:04:39 -0400 (EDT) Received: from smtp51.i.mail.ru (smtp51.i.mail.ru [94.100.177.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 13CEA25176 for ; Wed, 24 Jul 2019 11:04:38 -0400 (EDT) Received: by smtp51.i.mail.ru with esmtpa (envelope-from ) id 1hqIon-0005dD-8q for tarantool-patches@freelists.org; Wed, 24 Jul 2019 18:04:37 +0300 Date: Wed, 24 Jul 2019 18:04:37 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH small 0/2] small: add new rlist helpers Message-ID: <20190724150437.GA31283@atlas> References: <20190719185334.GA16840@atlas> <20190719194029.kmensxpztefct5xj@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190719194029.kmensxpztefct5xj@esperanza> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: tarantool-patches@freelists.org * Vladimir Davydov [19/07/19 22:44]: > On Fri, Jul 19, 2019 at 09:53:34PM +0300, Konstantin Osipov wrote: > > * Vladimir Davydov [19/07/19 21:03]: > > > This patch set adds two simple helpers for rlist, which are needed to > > > properly support savepoints in DDL transactions. > > > > > > It also moves unit tests from tarantool to the small repository, where > > > they truly belong. > > > > > > https://github.com/tarantool/small/tree/dv/rlist-reverse-cut > > > > small unit tests were run as part of tarantool coverage on > > purpose, to ensure that they pass on all platforms where tarantool > > is built > > Okay. They are still run from the tarantool repository - via small/ test > suite. This patch simply moves rlist test from unit/ to small/, where > other small-related tests (such as rb) are located. Ah, got it. -- Konstantin Osipov, Moscow, Russia