Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH test-run] pretest_clean: add misc LuaJIT built-in module
@ 2021-03-10  9:39 Sergey Kaplun via Tarantool-patches
  2021-03-11  8:05 ` Alexander Turenko via Tarantool-patches
  0 siblings, 1 reply; 4+ messages in thread
From: Sergey Kaplun via Tarantool-patches @ 2021-03-10  9:39 UTC (permalink / raw)
  To: Alexander Turenko, Alexander V . Tikhonov; +Cc: tarantool-patches

LuaJIT built-in misc was introduced via
tarantool/tarantool@e5039742eba89936bf2f8c5aebc8f21c810710d5
(luajit: bump new version) in Tarantool and via
tarantool/luajit@5a61e1ab54b5c66bfebd836db1ac47996611e065
(misc: add C and Lua API for platform metrics) in LuaJIT fork.

Follows up tarantool/tarantool#5187
---
Branch: https://github.com/tarantool/test-run/tree/skaplun/gh-noticket-add-misc-bultin-in-pretest-clean

 pretest_clean.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pretest_clean.lua b/pretest_clean.lua
index 9b5ac9d..8ea07e0 100644
--- a/pretest_clean.lua
+++ b/pretest_clean.lua
@@ -264,6 +264,7 @@ local function clean()
         json = true,
         log = true,
         math = true,
+        misc = true,
         msgpack = true,
         msgpackffi = true,
         ['net.box'] = true,
-- 
2.28.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-11 12:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-10  9:39 [Tarantool-patches] [PATCH test-run] pretest_clean: add misc LuaJIT built-in module Sergey Kaplun via Tarantool-patches
2021-03-11  8:05 ` Alexander Turenko via Tarantool-patches
2021-03-11  8:42   ` Sergey Kaplun via Tarantool-patches
2021-03-11 12:33     ` Alexander Turenko via Tarantool-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox