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 0C1FB30405 for ; Fri, 7 Jun 2019 01:15:29 -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 Sn8OZ3AhF5Bh for ; Fri, 7 Jun 2019 01:15:28 -0400 (EDT) Received: from smtp47.i.mail.ru (smtp47.i.mail.ru [94.100.177.107]) (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 5BAA130402 for ; Fri, 7 Jun 2019 01:15:28 -0400 (EDT) Date: Fri, 7 Jun 2019 08:15:25 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v1] test: Enable http_client test Message-ID: <20190607051525.xp3ia7sb6at2xupu@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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: Alexander Turenko , tarantool-patches@freelists.org 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. -- Regards, Kirill Yukhin