From: "Alexander V. Tikhonov" <avtikhon@tarantool.org>
To: Alexander Turenko <alexander.turenko@tarantool.org>
Cc: "Alexander V. Tikhonov" <avtikhon@tarantool.org>,
tarantool-patches@freelists.org
Subject: [tarantool-patches] [PATCH v1 2/2] Revert "Disable flaky http_client.test.lua"
Date: Thu, 6 Jun 2019 15:24:55 +0300 [thread overview]
Message-ID: <c6a99f5dbae96bfddcd2bf226d18bcc917b22722.1559823465.git.avtikhon@tarantool.org> (raw)
In-Reply-To: <00daa2bd0e72231f71a09c80b7f45516481b3418.1559823465.git.avtikhon@tarantool.org>
In-Reply-To: <00daa2bd0e72231f71a09c80b7f45516481b3418.1559823465.git.avtikhon@tarantool.org>
Need to check on travis.
This reverts commit 1d7285c423c94ac006eb6ed80dc97986d79025b5.
---
test/app-tap/http_client.test.lua | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/test/app-tap/http_client.test.lua b/test/app-tap/http_client.test.lua
index d1add3a04..680c78b35 100755
--- a/test/app-tap/http_client.test.lua
+++ b/test/app-tap/http_client.test.lua
@@ -558,16 +558,14 @@ local function test_concurrent(test, url, opts)
end
function run_tests(test, sock_family, sock_addr)
- test:plan(10)
+ test:plan(11)
local server, url, opts = start_server(test, sock_family, sock_addr)
test:test("http.client", test_http_client, url, opts)
test:test("http.client headers redefine", test_http_client_headers_redefine,
url, opts)
test:test("cancel and errinj", test_cancel_and_errinj, url .. 'long_query', opts)
test:test("basic http post/get", test_post_and_get, url, opts)
--- disabled, please make test local, the internet is not always available
--- and quick during a test, gh-4254
--- test:test("errors", test_errors)
+ test:test("errors", test_errors)
test:test("request_headers", test_request_headers, url, opts)
test:test("headers", test_headers, url, opts)
test:test("special methods", test_special_methods, url, opts)
--
2.17.1
next prev parent reply other threads:[~2019-06-06 12:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-06 12:24 [tarantool-patches] [PATCH v1 1/2] Enable http_client test Alexander V. Tikhonov
2019-06-06 12:24 ` Alexander V. Tikhonov [this message]
2019-06-07 2:40 ` [tarantool-patches] " Alexander Turenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c6a99f5dbae96bfddcd2bf226d18bcc917b22722.1559823465.git.avtikhon@tarantool.org \
--to=avtikhon@tarantool.org \
--cc=alexander.turenko@tarantool.org \
--cc=tarantool-patches@freelists.org \
--subject='Re: [tarantool-patches] [PATCH v1 2/2] Revert "Disable flaky http_client.test.lua"' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox