From 0a577ff30cc96774c5cad7354750bc739eb915d8 Mon Sep 17 00:00:00 2001 From: Alexander Turenko <alexander.turenko@tarantool.org> Date: Tue, 31 Dec 2019 06:43:08 +0300 Subject: [PATCH] test: update test-run * Support to set default SQL engine using _session_settings space in addition to pragma sql_default_engine. This feature is only for *.test.sql tests. Needed for #4511. * Use exact IPv4/IPv6 address in test_run:cmd() in order to avoid rare failures due to using wrong address (PR #197). (cherry picked from commit a6535ab3b8d3e395d2f81699cf35329118412307) --- test-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-run b/test-run index e5d3423ca6..b23eeb7c0c 160000 --- a/test-run +++ b/test-run @@ -1 +1 @@ -Subproject commit e5d3423ca681b002c96ef07b5793c79b5cedc8fe +Subproject commit b23eeb7c0c8a58cb8271c091835e04c47cc65744 -- GitLab