From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 9023327C3C for ; Sat, 23 Feb 2019 07:30:57 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LpMjMGLwYcxl for ; Sat, 23 Feb 2019 07:30:57 -0500 (EST) Received: from mail-lf1-f65.google.com (mail-lf1-f65.google.com [209.85.167.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 3672427BB2 for ; Sat, 23 Feb 2019 07:30:57 -0500 (EST) Received: by mail-lf1-f65.google.com with SMTP id g12so3648073lfb.13 for ; Sat, 23 Feb 2019 04:30:57 -0800 (PST) Date: Sat, 23 Feb 2019 15:30:54 +0300 From: Cyrill Gorcunov Subject: [tarantool-patches] Re: [PATCH] lua,fiber: Fix abort on malformed join input Message-ID: <20190223123054.GB7198@uranus> References: <20190222195358.GZ7198@uranus> <1611984.4X4OdZQF8j@home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1611984.4X4OdZQF8j@home.lan> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: =?utf-8?B?0JPQtdC+0YDQs9C40Lkg0JrQuNGA0LjRh9C10L3QutC+?= Cc: tarantool-patches@freelists.org On Sat, Feb 23, 2019 at 03:21:25PM +0300, Георгий Кириченко wrote: > > The patch looks good for me but could you please add a small test case. > Some examples might be found in test/app/fiber.test.lua file. Will do, thanks! Need to figure out how to run test engine and get a bit familar with lua.