Project 'picodata/tarantool' was moved to 'core/tarantool'. Please update any links and bookmarks that may still have the old path.
fiber: don't skip fiber_obj:info() arguments
Commit b18dd47f ("Introduce backtrace=true option to fiber.info()") introduced a way to skip backtraces in fiber.info() calls. Commit 9da7e03e ("fiber: introduce fiber_o:info() and fiber_o:csw()") introduced `options` function for fiber object however it ignored passed options. This patch fixed it. Currently fiber:info({backtrace = false}) returns info without backtrace. Closes #7210 NO_DOC=bugfix (cherry picked from commit 0eac13b9)
Showing
- changelogs/unreleased/gh-7210-backtrace-for-fiber_obj-info.md 3 additions, 0 deletions...gelogs/unreleased/gh-7210-backtrace-for-fiber_obj-info.md
- src/lua/fiber.c 7 additions, 7 deletionssrc/lua/fiber.c
- test/app-luatest/gh_7210_backtrace_for_fiber_obj_info_test.lua 8 additions, 0 deletions...app-luatest/gh_7210_backtrace_for_fiber_obj_info_test.lua
Loading
Please register or sign in to comment