<!DOCTYPE html>
<html data-lt-installed="true">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="padding-bottom: 1px;">
<p>Hi, Sergey!</p>
<p>thanks for the patch! LGTM</p>
<p>Sergey</p>
<div class="moz-cite-prefix">On 3/31/26 18:58, Sergey Kaplun wrote:<br>
</div>
<blockquote type="cite"
cite="mid:20260331155818.17059-1-skaplun@tarantool.org">
<pre wrap="" class="moz-quote-pre">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: <a class="moz-txt-link-freetext" href="https://github.com/tarantool/luajit/tree/skaplun/fix-flaky-sysprof">https://github.com/tarantool/luajit/tree/skaplun/fix-flaky-sysprof</a>
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)
</pre>
</blockquote>
</body>
<lt-container></lt-container>
</html>