From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 052A8452566 for ; Wed, 20 Nov 2019 14:25:26 +0300 (MSK) Date: Wed, 20 Nov 2019 14:23:20 +0300 From: Igor Munkin Message-ID: <20191120112320.GB18878@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v1 0/3] test: set complete OSX testing on 1.10 List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: tarantool-patches@freelists.org, tarantool-patches@dev.tarantool.org Sasha, Thanks for the patchset, all three patches LGTM. Feel free to proceed. On 06.11.19, Alexander V. Tikhonov wrote: > Cherry pick from master branch OSX testing > > Cherry picked 2 commits from tarantool master branch: > - "travis-ci: fix OSX max files limits" > (cherry picked from commit 027fa1a0699dc3b72d2f613bc32ba098c84938cf) > - "test: need to run all test suites on OSX" > (cherry picked from commit 73319ae8bfcdabda01277d085150ad08c21b7c6d) > > and 1 commit from third party small: > - "Test quota hangs on OSX" > (cherry picked from commit 50cb7874380b286f3b34c82299cf5eb88b0d0059) > > To test OSX completely as in master branch. > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/osx_1.10 > > Alexander V. Tikhonov (3): > Bump libsmall version > test: need to run all test suites on OSX > travis-ci: fix OSX max files limits > > .travis.mk | 23 ++++++++++++++++------- > src/lib/small | 2 +- > test/engine/replica_join.skipcond | 7 +++++++ > 3 files changed, 24 insertions(+), 8 deletions(-) > create mode 100644 test/engine/replica_join.skipcond > > -- > 2.17.1 > -- Best regards, IM