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

108 results 12 ms in manticoresoftware/clt

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

donhardmandonhardman · 2025-07-09 · 9 · #88

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

Can't run test in UI

sanikolaevsanikolaev · 2025-07-10 · 1 · #90

Closing as fixed due to a timeout issue in this pull: https://github.com/manticoresoftware/clt/pull/92

donhardmandonhardman · 2025-07-10

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

Expected output is empty

sanikolaevsanikolaev · 2025-07-08 · 4 · #91

As discussed, this may have smth to do with discarding the changes.

sanikolaevsanikolaev · 2025-07-03

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

Expected output is empty

sanikolaevsanikolaev · 2025-07-08 · 4 · #91

Fixed in this pull request: https://github.com/manticoresoftware/clt/pull/89

donhardmandonhardman · 2025-07-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

Expected output is empty

sanikolaevsanikolaev · 2025-07-08 · 4 · #91

Fixed in this pull request: https://github.com/manticoresoftware/clt/pull/89 Approved.

sanikolaevsanikolaev · 2025-07-07

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

Expected output is empty

sanikolaevsanikolaev · 2025-07-08 · 4 · #91

Closing as merged

donhardmandonhardman · 2025-07-08

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 MCP server

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

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

donhardmandonhardman · 2025-06-16

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

Add MCP server

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

Closing as done and merged.

donhardmandonhardman · 2025-06-17

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

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

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

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-09 · 9 · #88

When I create a new session let's hide this completely (or make it much smaller) until it starts processing the request: Otherwise it's inconvenient to provide a long prompt, e.g.: Write a test which does this: 1. starts Manticore 2. Loads some data into …

sanikolaevsanikolaev · 2025-07-01

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 cosmetic touches and issues

donhardmandonhardman · 2025-07-09 · 9 · #88

I can't continue a timed out session: If I submit "Continue", it doesn't remember the previous context. There's a discrepancy in the amounts for the same session:

sanikolaevsanikolaev · 2025-07-01

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 cosmetic touches and issues

donhardmandonhardman · 2025-07-09 · 9 · #88

docker pull is not run automatically before each test run. It's inconvenient to run it manually on the server (which helps BTW) after AI updates a test, it's not refreshed until I refresh the whole page AI can create regexes for a single test step, but …

sanikolaevsanikolaev · 2025-07-01

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

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-09 · 9 · #88

cmd-z doesn't work when entering a command which is inconvenient In this case a PR already existed, but it didn't detect it and suggested to create a new one instead of just commiting to the existing PR: As discussed, it has smth to do with the user's …

sanikolaevsanikolaev · 2025-07-03

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-09 · 9 · #88

we need a way to specify a default docker image (or a list of them) in a comment in a test. Advantages: no need to change it manually in the UI we can simplify using CLT in GitHub CI. If we support a list of images we can even try to get rid of the …

sanikolaevsanikolaev · 2025-07-03

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-09 · 9 · #88

We should NOT allow running tests with empty commands or other blocks because it leads to unexpected results; the UI should report an error.

donhardmandonhardman · 2025-07-08

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

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-09 · 9 · #88

Unable to switch to branch when we have a FILE with the SAME name (new one) and the branch we're switching to ALSO has changes to this file, so this goes to conflict. Instead we should RESET and CLEAN -fdx

donhardmandonhardman · 2025-07-08

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-09 · 9 · #88

Tests containing a block to launch dind at startup only Failed for all commands, of course.

PavelShilin89PavelShilin89 · 2025-07-09

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-09 · 9 · #88

As discussed, it's good to move to sparse checkout on a per-branch basis per user, so in that case each branch will be used as a separate folder to run tests. In that case, we can use multiple tabs to run tests. Also, as improvements to the UI, we should …

donhardmandonhardman · 2025-07-09

CLT UI Minor Issues

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

The AI can't read github issues:

sanikolaevsanikolaev · 2025-06-26