[Tarantool-patches] [PATCH luajit] ffi/gc: restore back rehashing of finalizers table

Sergey Kaplun skaplun at tarantool.org
Thu Mar 20 22:29:15 MSK 2025


Sergey,
I've also disabled test for Valgrind runs, since it takes too much time:

===================================================================
diff --git a/test/tarantool-tests/lj-1350-fix-gc-finalizer-pressure.test.lua b/test/tarantool-tests/lj-1350-fix-gc-finalizer-pressure.test.lua
index 3b2660cd..951b529e 100644
--- a/test/tarantool-tests/lj-1350-fix-gc-finalizer-pressure.test.lua
+++ b/test/tarantool-tests/lj-1350-fix-gc-finalizer-pressure.test.lua
@@ -11,6 +11,7 @@ local test = tap.test('lj-1350-fix-gc-finalizer-pressure'):skipcond({
   -- unpredictable. Disable it.
   ['Disable test for Tarantool'] = _TARANTOOL,
   ['Test requires GC64 mode enabled'] = not ffi.abi('gc64'),
+  ['Disabled with Valgrind (Timeout)'] = os.getenv('LUAJIT_TEST_USE_VALGRIND'),
 })
 
 test:plan(1)
===================================================================

-- 
Best regards,
Sergey Kaplun


More information about the Tarantool-patches mailing list