From 08aa3804b28276bdfb2611971fa969af89123c2b Mon Sep 17 00:00:00 2001 From: Vladislav Shpilevoy Date: Thu, 3 Oct 2024 13:08:35 +0200 Subject: [PATCH] test: rename map_part_test to map_callrw_test It tests not only partial Map-Reduce. It covers a bit of the full one as well. NO_DOC=internal --- test/router-luatest/{map_part_test.lua => map_callrw_test.lua} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/router-luatest/{map_part_test.lua => map_callrw_test.lua} (100%) diff --git a/test/router-luatest/map_part_test.lua b/test/router-luatest/map_callrw_test.lua similarity index 100% rename from test/router-luatest/map_part_test.lua rename to test/router-luatest/map_callrw_test.lua