[tarantool-patches] [PATCH] box-tap: add test to check log_nonblock mode

Vladimir Davydov vdavydov.dev at gmail.com
Mon Aug 13 15:01:00 MSK 2018


Please don't drop tarantool-patches at 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



More information about the Tarantool-patches mailing list