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

94 results 23 ms in manticoresoftware/clt

UI for edit and run tests

donhardmandonhardman · 2025-06-27 · 0 · #74

Improve CI for binaries

donhardmandonhardman · 2025-06-27 · 1 · #86

we keep Rust binaries in a repository that is not very efficient But it's really cool that you can just run git clone and use the binary right away. What are the downsides?

sanikolaevsanikolaev · 2025-06-27

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

donhardmandonhardman · 2025-06-27 · 0 · #87

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

Improve CI for binaries

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 …

donhardmandonhardman · 2025-06-27 · 1 · #86

Add test generation to UI

donhardmandonhardman · 2025-06-27 · 1 · #82

During this task, a lot of improvements were implemented (https://github.com/manticoresoftware/clt/pull/83): Full refactoring to use our new test structure for test writing and reading introduced in MCP A new wasm module that utilizes the same approach as …

donhardmandonhardman · 2025-06-23

More ideas about CLT UI

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 …

sanikolaevsanikolaev · 2025-06-27 · 0 · #79

Add MCP server

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

Implementation done at: https://github.com/manticoresoftware/clt/pull/81

donhardmandonhardman · 2025-06-16

Add test generation to UI

We should think about the easiest way to integrate what we researched into the UI that is still in the branch. We should add a CLI binary that will utilize our MCP server and will be able to produce tests with user prompts through the UI and also allow us …

donhardmandonhardman · 2025-06-27 · 1 · #82

Add MCP server

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

Closing as done and merged.

donhardmandonhardman · 2025-06-17

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

CLT UI Minor Issues

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

The AI can't read github issues:

sanikolaevsanikolaev · 2025-06-26

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

CLT UI Minor Issues

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

Closing as all done.

donhardmandonhardman · 2025-06-30

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

Bug: CLT crashes on test written with AI while it looks like correct

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

The binary is now error-prone and also uses different exit codes for different types. Implementation made in this pull: https://github.com/manticoresoftware/clt/pull/74 All tested that nothing broken with current tests, closing the issue as it will be …

donhardmandonhardman · 2025-06-24

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 …

donhardmandonhardman · 2025-01-29 · 0 · #56

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

Add --pause-on-fail option

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.

donhardmandonhardman · 2024-04-11 · 3 · #29

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

Possibility to reset mistaken command in record session

It is indeed a great idea to include the option of undoing a mistaken command while we are in recording mode. This can be achieved by implementing a specific key combination that removes the command from the final recorded file. With this feature, we can …

donhardmandonhardman · 2023-10-04 · 0 · #16

enhancement

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

Checkpointing caching while replay the test

When we run a record file that uses blocks to validate that it works fine, it executes all commands. However, once we add some extra commands or fix the last one, we have to run the whole test again, which wastes significant time in most cases redoing the …

donhardmandonhardman · 2023-10-04 · 0 · #17

enhancement

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

Measure peak mem and CPU time

It looks like it's possible and might be a good idea to add measurement of 'peak memory' and 'CPU time' usage after each command we run, similar to how we track 'duration'. To make this happen, we could try tracking the PID of the bash process we run and …

donhardmandonhardman · 2024-07-25 · 0 · #40

enhancementest::size_M

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

The way to accept rep inside tested rec

We need a way to run a command after tests are launched. This command should show the difference between expected and actual results and allow us to accept the changes and modify the input recording file automatically. Here's the situation: We update …

donhardmandonhardman · 2024-05-08 · 1 · #34

enhancement

Skip adding succeed tests to summary

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

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

donhardmandonhardman · 2024-12-25

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

Skip adding succeed tests to summary

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

Merged

donhardmandonhardman · 2024-12-25

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

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

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

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