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 F3C09452566 for ; Wed, 6 Nov 2019 14:37:33 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Wed, 6 Nov 2019 14:37:28 +0300 Message-Id: Subject: [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: Kirill Yukhin Cc: tarantool-patches@freelists.org, tarantool-patches@dev.tarantool.org 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