From 51a83d904e82287619bd18354d7b7f2a793d2f0f Mon Sep 17 00:00:00 2001
From: Igor Munkin <imun@tarantool.org>
Date: Wed, 26 Jul 2023 19:09:03 +0000
Subject: [PATCH] test: enable JIT back in app-luatest/http_client_test

This patch reverts the temporary fix introduced in commit
53c94bc79ecfc0451bc3ffa57ffb88e3217671ff ("test: disable Lua JIT in
app-luatest/http_client_test") since the issues with invalid traces
generation for vararg functions are resolved, so JIT machinery can be
enabled back then.

Follows up #8718
Relates to #8516

NO_DOC=test
NO_CHANGELOG=test
---
 test/app-luatest/http_client_test.lua | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/test/app-luatest/http_client_test.lua b/test/app-luatest/http_client_test.lua
index b618e4fe49..d57d379088 100644
--- a/test/app-luatest/http_client_test.lua
+++ b/test/app-luatest/http_client_test.lua
@@ -5,10 +5,6 @@ local uri = require('uri')
 local os = require('os')
 local t = require('luatest')
 
--- FIXME(gh-8718): The test fails if Lua JIT is enabled.
-jit.off()
-jit.flush()
-
 local g = t.group('http_client', {
     {sock_family = 'AF_INET'},
     {sock_family = 'AF_UNIX'},
-- 
GitLab