👀 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
Implementing a duration and the relative percentage for each command in a test seems like a great idea. We can use our existing block syntax and just overlook it during the test: ––– duration: 0.123ms (10.2%) –––
donhardman · 2023-12-15 · 2 · #26
enhancement
donhardman · 2025-06-27 · 1 · #86
sanikolaev · 2025-06-27
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
sanikolaev · 2025-07-03 · 1 · #91
sanikolaev · 2025-07-03
When an actual output changes after changing the command the expected output becomes empty:
sanikolaev · 2025-07-03 · 1 · #91
CLT UI cosmetic touches and issues
donhardman · 2025-07-03 · 5 · #88
sanikolaev · 2025-07-01
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-03 · 5 · #88
CLT UI cosmetic touches and issues
donhardman · 2025-07-03 · 5 · #88
sanikolaev · 2025-07-01
Proxy checkers dir inside container
donhardman · 2025-03-04 · 0 · #67
CLT UI cosmetic touches and issues
donhardman · 2025-07-03 · 5 · #88
sanikolaev · 2025-07-01
…"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
donhardman · 2025-07-03 · 5 · #88
sanikolaev · 2025-07-03
From: https://gitlab.com/manticoresearch/clt/-/issues/5 While doing a scenario to test mysqldump with combined tasks no mcl, mcl only, mcl id with json, MVA, text fields, we found that it's a good idea to have the possibility to support dynamic variables …
sanikolaev · 2023-12-01 · 0 · #24
CLT UI cosmetic touches and issues
donhardman · 2025-07-03 · 5 · #88
sanikolaev · 2025-07-03
Reusable blocks in the interactive mode
From: https://gitlab.com/manticoresearch/clt/-/issues/10 We now have support for reusable blocks, but we should also incorporate this feature into interactive mode. The task involves: Contemplating possible implementation methods. As proposed, we could …
sanikolaev · 2023-12-01 · 0 · #25
donhardman · 2025-06-17 · 2 · #80
donhardman · 2025-06-16
donhardman · 2024-12-06 · 0 · #46
donhardman · 2025-06-17 · 2 · #80
donhardman · 2025-06-17
Add possibility to pass the directory required to run tests from outside
donhardman · 2024-12-06 · 0 · #47
CLT UI fails to process %{NUMBER}
sanikolaev · 2025-05-13 · 1 · #77
donhardman · 2025-05-13
donhardman · 2025-02-18 · 0 · #65
Bug: CLT crashes on test written with AI while it looks like correct
donhardman · 2025-06-24 · 1 · #84
donhardman · 2025-06-24
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
sanikolaev · 2025-06-30 · 2 · #85
sanikolaev · 2025-06-26
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
sanikolaev · 2025-06-30 · 2 · #85
donhardman · 2025-06-30
Do not post any info in case tests passed
donhardman · 2024-12-25 · 0 · #49
donhardman · 2025-07-01 · 2 · #82
donhardman · 2025-06-23
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
donhardman · 2025-07-01 · 2 · #82
donhardman · 2025-07-01
Block inside reusable block compilation
donhardman · 2025-03-12 · 0 · #68
Compare only command output and improve diff logic
donhardman · 2023-07-10 · 1 · #4
donhardman · 2023-07-10
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
Add support of regex patterns through predefined file
donhardman · 2023-07-10 · 1 · #5
donhardman · 2023-07-10
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
donhardman · 2023-07-10 · 1 · #6
donhardman · 2023-07-10
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-01 · 0 · #90
Issue with wrong rec generated in manual mode
donhardman · 2025-02-20 · 2 · #52
sanikolaev · 2025-02-20
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
Issue with wrong rec generated in manual mode
donhardman · 2025-02-20 · 2 · #52
sanikolaev · 2025-02-20