From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 57D812588C for ; Mon, 1 Apr 2019 10:21:46 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gjDBklNuBUYV for ; Mon, 1 Apr 2019 10:21:46 -0400 (EDT) Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 1206F25762 for ; Mon, 1 Apr 2019 10:21:46 -0400 (EDT) Date: Mon, 1 Apr 2019 17:21:44 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] sql: fix flaky collation test Message-ID: <20190401142144.i3bnp5pqiygpiqj6@tarantool.org> References: <20190329094716.94163-1-ivan.koptelov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190329094716.94163-1-ivan.koptelov@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: Ivan Koptelov Cc: tarantool-patches@freelists.org Hello, On 29 Mar 12:47, Ivan Koptelov wrote: > Sometimes this test failed because collation 'c' was not dropped > automatically. Now it is always dropped manually, so the problem > is no more. > --- > Branch : https://github.com/tarantool/tarantool/tree/sudobobo/fix-flaky-collation-test > Issue : None I've checked your patch into master and 2.1 branch. -- Regards, Kirill Yukhin