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 400BF25CBF for ; Wed, 24 Apr 2019 07:14:12 -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 64kwT6zTS9j9 for ; Wed, 24 Apr 2019 07:14:12 -0400 (EDT) Received: from smtp36.i.mail.ru (smtp36.i.mail.ru [94.100.177.96]) (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 0099E2B9B9 for ; Wed, 24 Apr 2019 07:14:11 -0400 (EDT) Date: Wed, 24 Apr 2019 14:14:09 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] httpc: temporary disable redirecting test case Message-ID: <20190424111409.lrwdai2fkoecsuyj@tarantool.org> References: <4cc6978ae7be7dc3785a52c064b07850582522de.1556103299.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4cc6978ae7be7dc3785a52c064b07850582522de.1556103299.git.alexander.turenko@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 Turenko Cc: tarantool-patches@freelists.org Hello, On 24 Apr 13:57, Alexander Turenko wrote: > Redirects can work improperly with libcurl-7.30 and older. CentOS 7 > provides libcurl-7.29, so app-tap/http_client.test.lua fails on the > corresponding test case in CI. We need to disable the test case until > #4180 will be resolved. > > While we are here fixed httpd.py to write a response at once, not > char-by-char (the typo from daf1ced8). See > gevent/pywsgy.py::process_result(). > > Related to #4119 and #4180. > --- > > It is needed on master and 2.1 to prevents CI fails. The test case > should be enabled back after #4180. I've checked your patch into master and 2.1 branch. -- Regards, Kirill Yukhin