From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: Sergey Bronnikov <sergeyb@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: Re: [Tarantool-patches] [PATCH luajit] ffi/gc: restore back rehashing of finalizers table Date: Thu, 20 Mar 2025 22:29:15 +0300 [thread overview] Message-ID: <Z9xsi0PhgurOE_Hi@root> (raw) In-Reply-To: <20250320162018.13257-1-skaplun@tarantool.org> 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
next prev parent reply other threads:[~2025-03-20 19:29 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-03-20 16:20 Sergey Kaplun via Tarantool-patches 2025-03-20 19:29 ` Sergey Kaplun via Tarantool-patches [this message] 2025-03-21 10:28 ` Sergey Bronnikov via Tarantool-patches 2025-03-21 13:17 ` Igor Munkin via Tarantool-patches 2025-03-21 13:24 ` Sergey Kaplun via Tarantool-patches 2025-03-26 8:54 ` Sergey Kaplun via Tarantool-patches
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=Z9xsi0PhgurOE_Hi@root \ --to=tarantool-patches@dev.tarantool.org \ --cc=sergeyb@tarantool.org \ --cc=skaplun@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH luajit] ffi/gc: restore back rehashing of finalizers table' \ /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