[tarantool-patches] [PATCH v1 2/2] Revert "Disable flaky http_client.test.lua"

Alexander V. Tikhonov avtikhon at tarantool.org
Thu Jun 6 15:24:55 MSK 2019


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





More information about the Tarantool-patches mailing list