From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 7CAC246970F for ; Wed, 27 Nov 2019 19:36:48 +0300 (MSK) From: Igor Munkin Date: Wed, 27 Nov 2019 19:34:38 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v2] test: adjust the test name related to PAIRSMM flag List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org The prior name doesn't respect the naming convention used by test-run thus this chunk was ignored by our testing machinery. Part-of tarantool/tarantool#4560 Signed-off-by: Igor Munkin --- Branch: https://github.com/tarantool/luajit/tree/imun/test-name-fixup Issue: https://github.com/tarantool/tarantool/issues/4560 v1: https://lists.tarantool.org/pipermail/tarantool-patches/2019-November/012632.html Changes in v2: - file is renamed considering the discussion in the v1 review test/{mmpairs_test.lua => pairsmm_tarantool_4560.test.lua} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{mmpairs_test.lua => pairsmm_tarantool_4560.test.lua} (100%) diff --git a/test/mmpairs_test.lua b/test/pairsmm_tarantool_4560.test.lua similarity index 100% rename from test/mmpairs_test.lua rename to test/pairsmm_tarantool_4560.test.lua -- 2.24.0