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

83 results 14 ms in manticoresoftware/clt

Multiple test_prefix and comment_mode

donhardmandonhardman · 2024-04-19 · 0 · #33

Tests stucks if no next command passed

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

@donhardman pls discuss this with @djklim87

sanikolaevsanikolaev · 2024-05-31

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-10 · 0 · #41

est::size_S

Tests stucks if no next command passed

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

I updated the CLT version to the latest one, but it didn't help. I tried to use act to reproduce the issue, but it didn't work. Finally, I read more about kubectl and found that it doesn't return a new line. So, as an outcome of the solution, the CLT is …

donhardmandonhardman · 2024-06-05

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

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

Display results of CLT tests in summary

donhardmandonhardman · 2024-04-19 · 0 · #31

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

Tests stuck on MacOS

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

bug

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

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

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

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

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

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

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

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

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

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

Fix issue with cmp tool when comparing line with empy one

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

The issue has been fixed during the full cmp refactoring: https://github.com/manticoresoftware/clt/issues/12

donhardmandonhardman · 2023-10-02

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

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.

donhardmandonhardman · 2023-10-02

Add info to README about output MUST contain new line as a limitation

donhardmandonhardman · 2024-06-06 · 0 · #39

CLT strange symbols on record

donhardmandonhardman · 2023-10-21 · 2 · #18

bug

I fixed it in the pain, please try to pull it and check @djklim87

donhardmandonhardman · 2023-10-19

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

Editor selection support

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

est::size_S

Added information and updated changes with the usage of CLT action and other fixes: https://github.com/manticoresoftware/clt/commit/e03a316a9cef1f3e350ed30376bd73eac9d605c3

donhardmandonhardman · 2023-10-11

Tests Action Summary

donhardmandonhardman · 2024-04-12 · 0 · #30

CLT strange symbols on record

donhardmandonhardman · 2023-10-21 · 2 · #18

bug

Yes, now all works as expected

djklim87djklim87 · 2023-10-21

Fix hanging and exit code issues

donhardmandonhardman · 2023-05-08 · 0 · #2

echo $VAR is not working

donhardmandonhardman · 2023-10-23 · 2 · #19

bug

Yes, now all works fine

djklim87djklim87 · 2023-10-23

Compare only command output and improve diff logic

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

CLT tests succeed while should fail

donhardmandonhardman · 2023-10-30 · 1 · #20

I have pushed the fix to the main. It should be fixed in 0.1.9

donhardmandonhardman · 2023-10-30

Tests stucks if no next command passed

I faced with this behavior in this test It is stuck if: kubectl get deployment my-helm-manticoresearch-balancer -o=jsonpath='{$.spec.template.spec.containers[:1].image}' And like this kubectl get deployment my-helm-manticoresearch-balancer -o=jsonpath …

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

echo $VAR is not working

donhardmandonhardman · 2023-10-23 · 2 · #19

bug

I have fixed the issue in the main, please try to reproduce it if it persists or not now

donhardmandonhardman · 2023-10-23

Fix various issues

donhardmandonhardman · 2023-07-18 · 0 · #8

Investigate and fix incorrect CLT test validation

donhardmandonhardman · 2023-11-16 · 5 · #21

bug

Fix critical issue when we return exit code 0 while output is not matched. Closes #21 via commit https://github.com/manticoresoftware/clt/commit/e8f05279443d89c385a799818d9fbfc54b0e4568

githubmanticoregithubmanticore · 2023-11-15

New features: improved cmp, reusable blocks, variable patterns

donhardmandonhardman · 2023-07-10 · 0 · #7

Investigate and fix incorrect CLT test validation

donhardmandonhardman · 2023-11-16 · 5 · #21

bug

Fix critical issue when we return exit code 0 while output is not matched. Closes #21 via commit https://github.com/manticoresoftware/clt/commit/e8f05279443d89c385a799818d9fbfc54b0e4568

githubmanticoregithubmanticore · 2023-11-15

Add CLT template for extending workflow

donhardmandonhardman · 2023-05-11 · 0 · #3

Investigate and fix incorrect CLT test validation

donhardmandonhardman · 2023-11-16 · 5 · #21

bug

Fix critical issue when we return exit code 0 while output is not matched. Closes #21 via commit https://github.com/manticoresoftware/clt/commit/e8f05279443d89c385a799818d9fbfc54b0e4568

githubmanticoregithubmanticore · 2023-11-15