-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
LPOS: add new command #1354
LPOS: add new command #1354
Conversation
It somewhat passes I guess. |
I transferred the "official" redis tests, however no garbage inputs are tested. Is that required? |
As Redis 6.0.6 isn't installed on the travis instance everything fails. Using Redis |
Codecov Report
@@ Coverage Diff @@
## master #1354 +/- ##
==========================================
- Coverage 92.76% 85.48% -7.29%
==========================================
Files 20 7 -13
Lines 6581 3017 -3564
==========================================
- Hits 6105 2579 -3526
+ Misses 476 438 -38
Continue to review full report at Codecov.
|
Let's wait until redis 6.0.6 is out, and the UT check that version, to review this. |
Redis 6.0.6 is now available. |
Just waiting on the official docker image for 6.0.6 to be released. |
Seems to work fine now. I didn't touch any of the files which are mentioned in the codecov report... |
To get coverage reported correctly, you'll need to bump the redis version used in this Dockerfile: https://github.com/andymccurdy/redis-py/blob/master/docker/base/Dockerfile |
Signed-off-by: Paul Spooren <mail@aparcar.org>
fix redis#1353 Signed-off-by: Paul Spooren <mail@aparcar.org>
I don't know why codecov is complaining. I'm wondering if they don't have a great base after we changed how the coverage report is run in the docker PR. I'm going to merge this anyway as it's clear that this PR did not contribute to the lowering of the coverage percentage. |
Thank you! |
fix #1353
Pull Request check-list
Please make sure to review and check all of these items:
$ tox
pass with this change (including linting)?NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.
Description of change
Redis 6.0.6 will support a new command called LPOS
This PR adds the command and tests