Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unit tests running against Redis 4.0.0 #1699

Merged
merged 4 commits into from
Nov 11, 2021

Conversation

AvitalFineRedis
Copy link
Contributor

@AvitalFineRedis AvitalFineRedis commented Nov 11, 2021

Pull Request check-list

Please make sure to review and check all of these items:

  • Does $ tox pass with this change (including linting)?
  • Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?

NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.

Description of change

closes #1698

@codecov-commenter
Copy link

codecov-commenter commented Nov 11, 2021

Codecov Report

Merging #1699 (3908633) into master (5be96b9) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1699   +/-   ##
=======================================
  Coverage   92.21%   92.21%           
=======================================
  Files          53       53           
  Lines       11002    11006    +4     
=======================================
+ Hits        10145    10149    +4     
  Misses        857      857           
Impacted Files Coverage Δ
tests/test_commands.py 99.80% <100.00%> (+<0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5be96b9...3908633. Read the comment docs.

@chayim chayim changed the title Fix 1698 Fix unit tests running against Redis 4.0.0 Nov 11, 2021
@chayim chayim merged commit cb58e96 into redis:master Nov 11, 2021
@chayim chayim added the maintenance Maintenance (CI, Releases, etc) label Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance (CI, Releases, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test fails when running redis 4.0.0
3 participants