Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

👀 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

33 results 9 ms in manticoresoftware/clt

Implement duration counting

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%) –––

donhardmandonhardman · 2023-12-15 · 2 · #26

enhancement

CLT UI Minor Issues

…"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 …

sanikolaevsanikolaev · 2025-06-30 · 2 · #85

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.

donhardmandonhardman · 2024-12-08 · 2 · #45

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 …

donhardmandonhardman · 2025-06-24 · 1 · #84

Remove escape sequences from outputs

We should remove all bash sequences from generated output before we write it to the rep file to make it easier and more natural to compare outputs with different IDEs that may not render them or simply do not display them.

donhardmandonhardman · 2024-10-16 · 2 · #41

est::size_S

Skip adding succeed tests to summary

We should add to summary only those tests that failed same we do in comments

donhardmandonhardman · 2024-12-25 · 3 · #48

HTTP requests sent through Buddy without ; echo at the end cause a hang and the test does not complete.

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 …

PavelShilin89PavelShilin89 · 2025-01-16 · 2 · #53

bug

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

donhardmandonhardman · 2025-03-31 · 2 · #69

CLT UI fails to process %{NUMBER}

sanikolaevsanikolaev · 2025-05-13 · 1 · #77

Add MCP server

To make things easier and try to make AI follow proper structure and better blend flow, there is an idea to develop an MCP server and adapt it with the flow to create tests from scratch.

donhardmandonhardman · 2025-06-17 · 2 · #80

comments inside tests

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.

sanikolaevsanikolaev · 2025-02-04 · 2 · #57

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

donhardmandonhardman · 2025-01-07 · 2 · #50

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 …

PavelShilin89PavelShilin89 · 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 –––

donhardmandonhardman · 2025-02-20 · 2 · #52

Refactor: Deprecate PTY and use fork

Currently, we use PTY to read low-level data and try to understand if commands have finished or not due to the original idea of supporting interactive mode. We are moving forward and probably will not need it. To make the tool simpler and more error-proof …

donhardmandonhardman · 2025-02-27 · 1 · #63

Customized output checkers

Currently, we check the output of each command with strict matching and regular expressions, which means all output needs to match exactly for each command. The idea is to introduce custom checkers/validators that can be represented as linked aliases or …

donhardmandonhardman · 2025-03-05 · 2 · #62

Actualize readme

We should look into all changes made and actualize readme to make it follow what we currently have.

donhardmandonhardman · 2025-04-21 · 1 · #72

Add default delay a few ms between inputs

Sometimes, when you replay a CLT test, one input may run too soon after the previous one. It is recommended to add a default delay between inputs, such as 5ms.

sanikolaevsanikolaev · 2024-10-28 · 3 · #43

Support array in test_prefix

In some cases it makes sense to provide multiple entries in test_prefix in the CLT action. Let's add support of arrays in test_prefix .…

sanikolaevsanikolaev · 2024-04-22 · 2 · #32

Tests stuck on MacOS

djklim87djklim87 · 2024-04-23 · 6 · #28

bug