Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH luajit] test: fixup misclib-sysprof-lapi flaky test
@ 2026-03-31 15:58 Sergey Kaplun via Tarantool-patches
  2026-04-01 12:10 ` Sergey Bronnikov via Tarantool-patches
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey Kaplun via Tarantool-patches @ 2026-03-31 15:58 UTC (permalink / raw)
  To: Sergey Bronnikov; +Cc: tarantool-patches

In CI the aforementioned test may be flaky since there is no invocation
of the profiler's timer due to the too fast payload run. This patch
makes the payload run almost one and a half times longer to be sure that
we obtain at least one event.
---

Branch: https://github.com/tarantool/luajit/tree/skaplun/fix-flaky-sysprof

 test/tarantool-tests/profilers/misclib-sysprof-lapi.test.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/tarantool-tests/profilers/misclib-sysprof-lapi.test.lua b/test/tarantool-tests/profilers/misclib-sysprof-lapi.test.lua
index 86115b62..4476e511 100644
--- a/test/tarantool-tests/profilers/misclib-sysprof-lapi.test.lua
+++ b/test/tarantool-tests/profilers/misclib-sysprof-lapi.test.lua
@@ -36,7 +36,7 @@ local function payload()
     end
     return fib(n - 1) + fib(n - 2)
   end
-  return fib(32)
+  return fib(33)
 end
 
 local function generate_output(opts)
-- 
2.53.0


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

end of thread, other threads:[~2026-04-01 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-31 15:58 [Tarantool-patches] [PATCH luajit] test: fixup misclib-sysprof-lapi flaky test Sergey Kaplun via Tarantool-patches
2026-04-01 12:10 ` Sergey Bronnikov 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