👀 While it's loading, feel free to check out the other repositories:
🔔 To get a notification when it's ready, leave your email here:
By entering your email, you agree to receive notifications and marketing-related emails
Filter by reset
I've got this test /home/box/clt/ui/workdir/sanikolaev/test/clt-tests/core/search-stats-global-vs-table-consistency.rec on the server and I can't run it via UI. It says "Running test" and never returns any status. Here's what it looks like after running …
sanikolaev · 2025-07-10 · 1 · #90
Improve CLT output with user command
We should improve our CLI action and provide users with a given command that they can run to validate the test locally. In the same output, we should dump information about the script and real command execution.
donhardman · 2024-12-08 · 2 · #45
…"git operation failed": The button becomes invisible when I hover over it: Too much empty space here which makes the prompt's font too small: "your command or question" is confusing. It makes users wonder things like: "Is there a list of supported …
sanikolaev · 2025-06-30 · 2 · #85
CLT UI cosmetic touches and issues
There are several issues that are not very critical but are great to address when we can: When we land with branch=.. we should reset the query string, because the branch has already switched, and reloading the page will reswitch it again. The "Create PR" …
donhardman · 2025-07-09 · 9 · #88
When an actual output changes after changing the command the expected output becomes empty:
sanikolaev · 2025-07-08 · 4 · #91
CI: Display CLT Test EDIT link with a given domain as a parameter in action
Now with our UI, we can not just post error tests to comments in pull requests but also provide a link to edit it in the UI. The link looks like this: {UI_HOST}/?test_path=core%2Ftest-auto-schema.rec&branch=master&failed_tests[]=core%2Ftest-auto-schema. …
donhardman · 2025-06-27 · 0 · #87
Currently, we keep Rust binaries in a repository that is not very efficient. We should think about introducing a CI pipeline that will build it, and as per CLT tool usage, we can just automatically download it when required to the local system and keep …
donhardman · 2025-06-27 · 1 · #86
Skip adding succeed tests to summary
We should add to summary only those tests that failed same we do in comments
donhardman · 2024-12-25 · 3 · #48
Closer integration with GitHub, so all changes are saved right away in a GitHub repo Support for Docker checkpoints Show progress while a test is running Syntax highlighting Add Docker image name as a comment (like metadata) Editable code blocks …
sanikolaev · 2025-06-27 · 0 · #79
Description: HTTP requests sent through Buddy without ; echo at the end cause the request to hang indefinitely, and the test does not complete. The query works correctly when executed via MySQL CLI (mysql -h0 -P9306 -e "show version;"). The issue occurs …
PavelShilin89 · 2025-01-16 · 2 · #53
bug
UI to continously compose and run test
We should implement a simple UI that will perform the following functions: Expose an interface allowing users to enter commands for execution and display two rows of compared output - one modifiable and another from replay Automatically rerun tests when …
donhardman · 2025-04-30 · 3 · #64
enhancement
CLT improvements and bug fixes
We should add some improvements to CLT and investigate bugs Currently we cannot see OK in outputs by default, looks like at some point in time it stopped working We should add possibility to disable single line matching as requested by @PavelShilin89
donhardman · 2025-03-31 · 2 · #69
CLT UI fails to process %{NUMBER}
sanikolaev · 2025-05-13 · 1 · #77
Extra pipe for all output from commands that we run
We should consider looking into the possibility of adding an extra pipe (e.g., > &3) that would allow us to store launched commands' output and review or retrieve it at the end of the test for debugging purposes. Also, as previously considered, it would …
donhardman · 2025-01-29 · 0 · #56
Let's add support for ---comment--- totally ignored by CLT when replaying the test. It will make it much easier to understand what the author means when testing something.
sanikolaev · 2025-02-04 · 2 · #57
Bug: CLT crashes on test written with AI while it looks like correct
There is crash on test generated AI. We should investigate and fix it. Also, we should improve the MCP server to be error-prone, and in case of a crash or wrong exit codes, it should also return an error. Comprehensive test of all full-text search …
donhardman · 2025-06-24 · 1 · #84
Make CLT to run from global PATH
Currently when we add path to CLT in PATH we are still unable to use it due to failed to find required files to run in specified path
donhardman · 2025-01-07 · 2 · #50
Adding a "--pause-on-fail" option to the CLI could be a great idea. It would keep the container running and allow us to jump in and debug cases involving race conditions.
donhardman · 2024-04-11 · 3 · #29
Nightly CI Pipeline Timeout in test-migration-es-ms.rec (No .rep File for Debugging)
Description Nightly CI pipeline running the test-migration-es-ms.rec test in the Nightly tests of mysqldump and elasticdump job started to crash on April 9, 2025 due to execution time overrun (timeout after 5-6 hours). Normally the job would run for 8-9 …
PavelShilin89 · 2025-04-22 · 2 · #75
bug
Issue with wrong rec generated in manual mode
We have issue with recording in manual mode as follows: ./clt record -t test.rec load ––– input ––– echo 1 > /dev/null ––– output ––– - clt> ––– input ––– sleep 1 ––– output –––
donhardman · 2025-02-20 · 2 · #52