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

79 results 25 ms in manticoresoftware/clt

UI for edit and run tests

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

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

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

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

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

Nightly CI Pipeline Timeout in test-migration-es-ms.rec (No .rep File for Debugging)

PavelShilin89PavelShilin89 · 2025-04-22 · 2 · #75

bug

@sanikolaev @donhardman Fixed in PR - https://github.com/manticoresoftware/manticoresearch/pull/3319. Please give feedback or approval to merge.

PavelShilin89PavelShilin89 · 2025-04-22

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

Nightly CI Pipeline Timeout in test-migration-es-ms.rec (No .rep File for Debugging)

PavelShilin89PavelShilin89 · 2025-04-22 · 2 · #75

bug

Merged to master

PavelShilin89PavelShilin89 · 2025-04-22

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

Actualize readme

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

Closing as merged: https://github.com/manticoresoftware/clt/pull/73

donhardmandonhardman · 2025-04-21

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-02-06 · 0 · #64

enhancement

Customized output checkers

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

As discussed, there's an issue when it sometimes hangs, but https://github.com/manticoresoftware/clt/issues/63 can help with that.

sanikolaevsanikolaev · 2025-02-20

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

Customized output checkers

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

Closing as done and merged with refactored CLT version: Closing as done and merged with refactored CLT version

donhardmandonhardman · 2025-03-05

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

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

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

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

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

Tests stucks if no next command passed

djklim87djklim87 · 2024-06-05 · 2 · #38

@donhardman pls discuss this with @djklim87

sanikolaevsanikolaev · 2024-05-31

comments inside tests

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

Implemented: https://github.com/manticoresoftware/clt/pull/59 During the addition of --- comment --- block support, I also reviewed the approach to detect statements and refactored it. Additionally, I introduced a new feature: --- input --- now supports …

donhardmandonhardman · 2025-02-04

comments inside tests

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

Supported multilines: ––– input ––– for i in {1..3}; do echo $i; done ––– output ––– 1 2 3 ––– duration: 2ms (40.00%) ––– ––– input ––– echo 1 &&\ echo 2 ––– output ––– 1 2 ––– duration: 1ms (20.00%) ––– ––– input ––– { echo 1 echo 3 } ––– output ––– 1 3 …

donhardmandonhardman · 2025-02-04

CLT improvements and bug fixes

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

Implemented: https://github.com/manticoresoftware/clt/issues/69

donhardmandonhardman · 2025-03-31

CLT improvements and bug fixes

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

Closing as merged, version 0.6.7

donhardmandonhardman · 2025-03-31

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