From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 17 Jul 2018 13:17:16 +0300 From: Vladimir Davydov Subject: Re: [RFC PATCH 14/23] test: unit/vy_write_iterator: minor refactoring Message-ID: <20180717101716.6udahh5qijjolxi7@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6e123bb309d3750b96089c617b1cd11da16421f0.1531065648.git.vdavydov.dev@gmail.com> References: <6e123bb309d3750b96089c617b1cd11da16421f0.1531065648.git.vdavydov.dev@gmail.com> To: tarantool-patches@freelists.org Cc: kostja@tarantool.org List-ID: On Sun, Jul 08, 2018 at 07:48:45PM +0300, Vladimir Davydov wrote: > Move key_def creation to compare_write_iterator_results as it is the > same for all test cases. Performance is not an issue here, obviously, so > we can close our eyes to the fact that now we create a new key def for > each test cases. > --- > test/unit/vy_write_iterator.c | 56 +++++++++++++++++++------------------------ > 1 file changed, 25 insertions(+), 31 deletions(-) This one is trivial. I pushed it to 1.10.