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 32D2931049 for ; Fri, 7 Jun 2019 12:06:02 -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 Y3XFzDwnymPs for ; Fri, 7 Jun 2019 12:06:02 -0400 (EDT) Received: from smtp48.i.mail.ru (smtp48.i.mail.ru [94.100.177.108]) (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 E80E830AB2 for ; Fri, 7 Jun 2019 12:06:01 -0400 (EDT) Date: Fri, 7 Jun 2019 19:05:39 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH v1] test: Enable http_client test Message-ID: <20190607160539.nfxpp6vkjzbqgdit@tkn_work_nb> References: <20190607051525.xp3ia7sb6at2xupu@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190607051525.xp3ia7sb6at2xupu@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: "Alexander V. Tikhonov" Cc: Kirill Yukhin , tarantool-patches@freelists.org On Fri, Jun 07, 2019 at 08:15:25AM +0300, Kirill Yukhin wrote: > Hello, > > On 07 Jun 06:50, Alexander V. Tikhonov wrote: > > Removed skip flag file to switch on the testing of the > > http_client test. Enabled http_client test on OSX, > > fixed missing of the python2 symlink. Removed the subtest > > on '595 error return' from 'error' suite, due to it may > > hang forever. To enable test on travis-ci reverted commit: > > > > 1d7285c423c94ac006eb6ed80dc97986d79025b5 ('Disable flaky http_client.test.lua') > > > > Closes #4254 > > I've checked your patch into master and 2.1 branch. 1.10 still contains the flaky test case. Alexander, can you prepare the patch that fixes all recent problems with python2 on Mac OS and the flaky test for 1.10?