From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 15133469719 for ; Thu, 12 Mar 2020 02:19:44 +0300 (MSK) References: <42037456891c91be0109634ff50505b054f6eac8.1583511306.git.imun@tarantool.org> <20200306174130.GE404@tarantool.org> From: Vladislav Shpilevoy Message-ID: <155576cb-03e0-d83d-ac76-62d8f9c7bf0c@tarantool.org> Date: Thu, 12 Mar 2020 00:19:41 +0100 MIME-Version: 1.0 In-Reply-To: <20200306174130.GE404@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v2] build: disable LUAJIT_ENABLE_PAIRSMM List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Munkin Cc: tarantool-patches@dev.tarantool.org Hi! Thanks for the patch! > --- /dev/null > +++ b/test/box/gh-4770-broken-pairs-for-space-objects.result > @@ -0,0 +1,41 @@ > +-- test-run result file version 2 > +env = require('test_run') > + | --- > + | ... > +test_run = env.new() > + | --- > + | ... > +test_run:cmd("push filter 'table: .*' to 'table:
'") Why do you need the filter? There is nothing to filter out. You never print any 'table: .*' strings.