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

152 results 22 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 fails to process %{NUMBER}

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

The core issue is due to a problem with spacing; it is fixed in the latest master, and tests have been updated. I tried and cannot reproduce it anymore. Closing the issue.

donhardmandonhardman · 2025-05-13

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-11 · 0 · #80

Compare only command output and improve diff logic

donhardmandonhardman · 2023-07-10 · 1 · #4

I consolidated and shifted this pull request into another as per the request to utilize the latest updates in CLT for improved outcomes in failed tests. This will also simplify future merges due to multiple changes: https://github.com/manticoresoftware/ …

donhardmandonhardman · 2023-07-10

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

Add support of regex patterns through predefined file

donhardmandonhardman · 2023-07-10 · 1 · #5

I consolidated and shifted this pull request into another as per the request to utilize the latest updates in CLT for improved outcomes in failed tests. This will also simplify future merges due to multiple changes: https://github.com/manticoresoftware/ …

donhardmandonhardman · 2023-07-10

Proxy checkers dir inside container

donhardmandonhardman · 2025-03-04 · 0 · #67

Reusable blocks

donhardmandonhardman · 2023-07-10 · 1 · #6

I consolidated and shifted this pull request into another as per the request to utilize the latest updates in CLT for improved outcomes in failed tests. This will also simplify future merges due to multiple changes: https://github.com/manticoresoftware/ …

donhardmandonhardman · 2023-07-10

Dynamic variables for inputs

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 …

sanikolaevsanikolaev · 2023-12-01 · 0 · #24

Issue with wrong rec generated in manual mode

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

Related with https://github.com/manticoresoftware/clt/issues/63

sanikolaevsanikolaev · 2025-02-20

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 …

sanikolaevsanikolaev · 2023-12-01 · 0 · #25

Issue with wrong rec generated in manual mode

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

Closing as it won't make sense after https://github.com/manticoresoftware/clt/issues/63

sanikolaevsanikolaev · 2025-02-20

Show how to run test locally

donhardmandonhardman · 2024-12-06 · 0 · #46

Skip adding succeed tests to summary

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

Implementation: https://github.com/manticoresoftware/clt/pull/49

donhardmandonhardman · 2024-12-25

Add possibility to pass the directory required to run tests from outside

donhardmandonhardman · 2024-12-06 · 0 · #47

Skip adding succeed tests to summary

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

Implementation: https://github.com/manticoresoftware/clt/pull/49 Approved

sanikolaevsanikolaev · 2024-12-25

Custom output checkers

donhardmandonhardman · 2025-02-18 · 0 · #65

Skip adding succeed tests to summary

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

Merged

donhardmandonhardman · 2024-12-25

Clean up escape sequences

donhardmandonhardman · 2024-10-16 · 0 · #42

Add default delay a few ms between inputs

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

Implemented in this pull: https://github.com/manticoresoftware/clt/pull/44

donhardmandonhardman · 2024-10-25

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

Add default delay a few ms between inputs

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

We need to review and, if all is good, merge to the main branch and set a new tag with an updated version.

donhardmandonhardman · 2024-10-25

Do not post any info in case tests passed

donhardmandonhardman · 2024-12-25 · 0 · #49

Add default delay a few ms between inputs

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

Merged to the main. Version of CLT that supports delay: 0.3.1+

donhardmandonhardman · 2024-10-28

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

Remove escape sequences from outputs

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

est::size_S

I have create pull request: https://github.com/manticoresoftware/clt/pull/42 MRE to validate: ––– input ––– echo -e "\e[1;31mThis is red text\e[0m \e[1;32mThis is green text\e[0m \e[1;34mThis is blue text\e[0m" ––– output ––– This is red text This is …

donhardmandonhardman · 2024-10-16

Block inside reusable block compilation

donhardmandonhardman · 2025-03-12 · 0 · #68

Remove escape sequences from outputs

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

est::size_S

Closing due it was merged. Task to update version of CLT everywhere: https://github.com/manticoresoftware/manticoresearch/issues/2652

donhardmandonhardman · 2024-10-16

UI for edit and run tests

donhardmandonhardman · 2025-04-30 · 0 · #74

Make CLT to run from global PATH

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

It works fine, but there's an issue because we're using the ./tests/ directory when no file is specified. When this directory is missing, we encounter a problem running clt record from the global path. I fixed it by setting the default to the current …

donhardmandonhardman · 2025-01-07

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

Make CLT to run from global PATH

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

Fixed in https://github.com/manticoresoftware/clt/pull/51

sanikolaevsanikolaev · 2025-01-07

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 …

donhardmandonhardman · 2025-04-30 · 3 · #64

enhancement

Editor selection support

djklim87djklim87 · 2023-10-11 · 3 · #9

est::size_S

It was implemented and merged into main, export CLT_EDITOR=nano to make it work. Please add this info to the docs.

sanikolaevsanikolaev · 2023-10-03

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

Handle signals

donhardmandonhardman · 2023-10-02 · 1 · #11

enhancement

I've implemented the logic and updated it to the main branch. Now, it can manage CTRL+C during both the replay and comparison stages. This feature helps interrupt in the event of unexpected bugs or unusual scenarios.

donhardmandonhardman · 2023-10-02

Fix issue with curl alias to support pipelines

donhardmandonhardman · 2025-02-05 · 0 · #61

Compare outputs invalid

donhardmandonhardman · 2023-10-02 · 1 · #12

bug

Fixed the issue and pushed it to main. Also added color support and refactored the whole code of the cmp tool

donhardmandonhardman · 2023-10-02

Fix issue with whitespaces was trimmed when we compare rec with rep

donhardmandonhardman · 2025-04-28 · 0 · #76

Infinite loop on empty input/output by cmp tool

donhardmandonhardman · 2023-10-02 · 1 · #14

bug

The issue is fixed in the latest cmp refactoring that I've made during working on this task: https://github.com/manticoresoftware/clt/issues/12

donhardmandonhardman · 2023-10-02