From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 16 Nov 2018 12:27:32 +0300 From: Alexander Turenko Subject: Re: [PATCH] test: update test-run Message-ID: <20181116092732.7z3jnrsxkt3zlttu@tkn_work_nb> References: <20181116085836.52346-1-sergw@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181116085836.52346-1-sergw@tarantool.org> To: Sergei Voronezhskii Cc: tarantool-patches@freelists.org, Kirill Yukhin , Vladimir Davydov List-ID: Please, investigate errors that were arise in CI: > TypeError: cleanup() got multiple values for keyword argument 'dirname' https://travis-ci.org/tarantool/tarantool/jobs/455877309#L2652 https://travis-ci.org/tarantool/tarantool/jobs/455877310#L2730 > RuntimeError: Broken tarantool console handshake https://travis-ci.org/tarantool/tarantool/jobs/455877312#L2655 WBR, Alexander Turenko. On Fri, Nov 16, 2018 at 11:58:36AM +0300, Sergei Voronezhskii wrote: > * Perform the clean up if param `pre_cleanup = True` in suite.ini. > It cleans checkpoints in workdir for tap tests. And for app tests > cleans spaces/users/roles/globals/functions and checks count of > `box.space._cluster` > > Fixes #1961 > --- > BRANCH: https://github.com/tarantool/tarantool/tree/sergw/update-test-run > ISSUE: https://github.com/tarantool/tarantool/issues/1961 > PR: https://github.com/tarantool/test-run/pull/124 > test-run | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test-run b/test-run > index 670f330aa..d804b6a6e 160000 > --- a/test-run > +++ b/test-run > @@ -1 +1 @@ > -Subproject commit 670f330aacaf44bc8b1f969fa0cd5f811c5ceb1b > +Subproject commit d804b6a6ead6fec466622435fddf2218966d7c06 > -- > 2.18.0 >