From 0cbcf26541ef199dda14493bf8197e6d006d7e0b Mon Sep 17 00:00:00 2001 From: Alexander Turenko <alexander.turenko@tarantool.org> Date: Fri, 14 Jun 2019 22:11:35 +0300 Subject: [PATCH] test: update test-run Run collectgarbage() between tests to ensure that there are no dangling iterators and so on. Such objects can affect statistic counters that may be important for a test. Fixes #4287. --- test-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-run b/test-run index 453d2bf3ed..27aebd9312 160000 --- a/test-run +++ b/test-run @@ -1 +1 @@ -Subproject commit 453d2bf3ed1df04757495171b18f8b0b6df1f448 +Subproject commit 27aebd93121769820c0983842b447642460a8aac -- GitLab