Skip to content

Test coverage for ECHO for reply schema validation#1549

Merged
enjoy-binbin merged 2 commits into
valkey-io:unstablefrom
zuiderkwast:test-coverage-echo
Jan 13, 2025
Merged

Test coverage for ECHO for reply schema validation#1549
enjoy-binbin merged 2 commits into
valkey-io:unstablefrom
zuiderkwast:test-coverage-echo

Conversation

@zuiderkwast

Copy link
Copy Markdown
Contributor

After #1545 disabled some tests for reply schema validation, we now have another issue that ECHO is not covered.

WARNING! The following commands were not hit at all:
  echo
ERROR! at least one command was not hit by the tests

(https://github.com/valkey-io/valkey/actions/runs/12728730819/job/35479652660)

This patch adds a test case for ECHO in the unit/other test suite. I haven't checked if there are more commands that aren't covered.

Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
@zuiderkwast zuiderkwast added test-failure An issue indicating a test failure run-extra-tests Run extra tests on this PR (Runs all tests from daily except valgrind and RESP) labels Jan 12, 2025
@codecov

codecov Bot commented Jan 12, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.93%. Comparing base (ad592f7) to head (2d130e0).
Report is 1 commits behind head on unstable.

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #1549      +/-   ##
============================================
- Coverage     71.00%   70.93%   -0.07%     
============================================
  Files           120      120              
  Lines         65061    65061              
============================================
- Hits          46194    46154      -40     
- Misses        18867    18907      +40     

see 14 files with indirect coverage changes

Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
@enjoy-binbin enjoy-binbin merged commit dc9ca1b into valkey-io:unstable Jan 13, 2025
Comment thread .github/workflows/daily.yml
@zuiderkwast zuiderkwast deleted the test-coverage-echo branch January 13, 2025 08:25
proost pushed a commit to proost/valkey that referenced this pull request Jan 17, 2025
After valkey-io#1545 disabled some tests for reply schema validation, we now have
another issue that ECHO is not covered.

```
WARNING! The following commands were not hit at all:
  echo
ERROR! at least one command was not hit by the tests
```

This patch adds a test case for ECHO in the unit/other test suite. I
haven't checked if there are more commands that aren't covered.

Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
Signed-off-by: proost <jwalag87@gmail.com>
kronwerk pushed a commit to kronwerk/valkey that referenced this pull request Jan 27, 2025
After valkey-io#1545 disabled some tests for reply schema validation, we now have
another issue that ECHO is not covered.

```
WARNING! The following commands were not hit at all:
  echo
ERROR! at least one command was not hit by the tests
```

This patch adds a test case for ECHO in the unit/other test suite. I
haven't checked if there are more commands that aren't covered.

Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
@zuiderkwast zuiderkwast moved this to To be backported in Valkey 8.0 Aug 15, 2025
zuiderkwast added a commit to vitarb/valkey that referenced this pull request Aug 15, 2025
After valkey-io#1545 disabled some tests for reply schema validation, we now have
another issue that ECHO is not covered.

```
WARNING! The following commands were not hit at all:
  echo
ERROR! at least one command was not hit by the tests
```

This patch adds a test case for ECHO in the unit/other test suite. I
haven't checked if there are more commands that aren't covered.

Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
@zuiderkwast zuiderkwast moved this from To be backported to 8.0.5 in Valkey 8.0 Aug 18, 2025
zuiderkwast added a commit to vitarb/valkey that referenced this pull request Aug 21, 2025
After valkey-io#1545 disabled some tests for reply schema validation, we now have
another issue that ECHO is not covered.

```
WARNING! The following commands were not hit at all:
  echo
ERROR! at least one command was not hit by the tests
```

This patch adds a test case for ECHO in the unit/other test suite. I
haven't checked if there are more commands that aren't covered.

Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
zuiderkwast added a commit that referenced this pull request Aug 22, 2025
After #1545 disabled some tests for reply schema validation, we now have
another issue that ECHO is not covered.

```
WARNING! The following commands were not hit at all:
  echo
ERROR! at least one command was not hit by the tests
```

This patch adds a test case for ECHO in the unit/other test suite. I
haven't checked if there are more commands that aren't covered.

Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
sarthakaggarwal97 pushed a commit to sarthakaggarwal97/valkey that referenced this pull request Sep 16, 2025
After valkey-io#1545 disabled some tests for reply schema validation, we now have
another issue that ECHO is not covered.

```
WARNING! The following commands were not hit at all:
  echo
ERROR! at least one command was not hit by the tests
```

This patch adds a test case for ECHO in the unit/other test suite. I
haven't checked if there are more commands that aren't covered.

Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run-extra-tests Run extra tests on this PR (Runs all tests from daily except valgrind and RESP) test-failure An issue indicating a test failure

Projects

Status: 8.0.5

Development

Successfully merging this pull request may close these issues.

2 participants