From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 19 Jul 2019 22:40:30 +0300 From: Vladimir Davydov Subject: Re: [tarantool-patches] Re: [PATCH small 0/2] small: add new rlist helpers Message-ID: <20190719194029.kmensxpztefct5xj@esperanza> References: <20190719185334.GA16840@atlas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190719185334.GA16840@atlas> To: Konstantin Osipov Cc: tarantool-patches@freelists.org List-ID: 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.