From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <vdavydov.dev@gmail.com> Date: Mon, 13 Aug 2018 15:01:00 +0300 From: Vladimir Davydov <vdavydov.dev@gmail.com> 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> <CAG9q7EpeeZqcqAFb9Og6koC1pMHVdD6jiV3vG7g=Oss82YcE3A@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <CAG9q7EpeeZqcqAFb9Og6koC1pMHVdD6jiV3vG7g=Oss82YcE3A@mail.gmail.com> To: Olga Krishtal <krishtal.olja@gmail.com> Cc: tarantool-patches@freelists.org List-ID: <tarantool-patches.dev.tarantool.org> 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