From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 13 Aug 2018 15:01:00 +0300 From: Vladimir Davydov Subject: Re: [tarantool-patches] [PATCH] box-tap: add test to check log_nonblock mode Message-ID: <20180813120100.gnnpmwetoz62tzdq@esperanza> References: <20180813071208.40972-1-krishtal.olja@gmail.com> <20180813102015.ejyjs6uvfhmlqrfm@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Olga Krishtal Cc: tarantool-patches@freelists.org List-ID: Please don't drop tarantool-patches@freelists.org from Cc. On Mon, Aug 13, 2018 at 02:50:02PM +0300, Olga Krishtal wrote: > Sorry, I sent wrong patch. I see it now. > However, I do face some problem - I can't reproduce test on my mac. On > centos -it is OK, however, mac - no. > I am not sure what to do. Simply write 1 MB to the socket, and it will hang on most Linux distributions: for i = 1, 1000 do log.info(string.rep('x', 1000)) end