From: Maxim Kokryashkin via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: tarantool-patches@dev.tarantool.org, skaplun@tarantool.org, sergeyb@tarantool.org Subject: [Tarantool-patches] [PATCH luajit 0/2 v8] introduce cli for tools Date: Fri, 25 Aug 2023 12:14:44 +0300 [thread overview] Message-ID: <cover.1692954427.git.m.kokryashkin@tarantool.org> (raw) This first patch requires additional changes for the Tarantool proxying. These changes are done in the PR. The first patch has the test disabled for Tarantool, so LuaJIT's integrational testing behaves properly. However, the second patch in this series enables this test for Tarantool, and it should be applied after the LuaJIT bump with the first patch. To ensure the test results without the second patch, I've made and additional branch just for the LuaJIT integrational testing, that doesn't have the second patch. All of the required links are located down below. PR: https://github.com/tarantool/tarantool/pull/8002 Branch (whole series): https://github.com/tarantool/luajit/tree/fckxorg/gh-5688-cli-for-memprof-parse-tnt Branch (the first patch only): https://github.com/tarantool/luajit/tree/fckxorg/gh-5688-cli-for-memprof-parse Maxim Kokryashkin (2): tools: add cli flag to run profile dump parsers test: don't skip tool CLI flag for tarantool Makefile.original | 20 --- src/luajit.c | 41 +++++- .../gh-5688-tool-cli-flag.test.lua | 127 ++++++++++++++++++ tools/CMakeLists.txt | 73 ---------- tools/luajit-parse-memprof.in | 6 - tools/luajit-parse-sysprof.in | 6 - tools/memprof.lua | 4 +- tools/sysprof.lua | 16 ++- 8 files changed, 183 insertions(+), 110 deletions(-) create mode 100644 test/tarantool-tests/gh-5688-tool-cli-flag.test.lua delete mode 100755 tools/luajit-parse-memprof.in delete mode 100644 tools/luajit-parse-sysprof.in -- 2.41.0
next reply other threads:[~2023-08-25 9:14 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-08-25 9:14 Maxim Kokryashkin via Tarantool-patches [this message] 2023-08-25 9:14 ` [Tarantool-patches] [PATCH luajit 1/2 v8] tools: add cli flag to run profile dump parsers Maxim Kokryashkin via Tarantool-patches 2023-08-28 11:17 ` Sergey Kaplun via Tarantool-patches 2023-08-25 9:14 ` [Tarantool-patches] [PATCH luajit 2/2 v8] test: don't skip tool CLI flag for tarantool Maxim Kokryashkin via Tarantool-patches 2023-08-28 11:21 ` 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=cover.1692954427.git.m.kokryashkin@tarantool.org \ --to=tarantool-patches@dev.tarantool.org \ --cc=max.kokryashkin@gmail.com \ --cc=sergeyb@tarantool.org \ --cc=skaplun@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH luajit 0/2 v8] introduce cli for tools' \ /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