Skip to content

refactor: remove extra code from CmdArgParser #47

refactor: remove extra code from CmdArgParser

refactor: remove extra code from CmdArgParser #47

Triggered via pull request September 3, 2024 06:22
Status Success
Total duration 9m 42s
Artifacts 2

test-fakeredis.yml

on: pull_request
Matrix: Run tests:
Publish HTML Test Results to GitHub Pages
0s
Publish HTML Test Results to GitHub Pages
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Run tests: (3.10)
Process completed with exit code 1.
test_sortedset_commands.test_zrangebylex_with_limit[StrictRedis]: tests/fakeredis/test/test_sortedset_commands.py#L683
redis.exceptions.ResponseError: value is not an integer or out of range
test_sortedset_commands.test_zunionstore_nan_to_zero[StrictRedis]: tests/fakeredis/test/test_sortedset_commands.py#L981
AssertionError: assert None == inf + where None = zscore('bar', 'x') + where zscore = <redis.client.Redis(<redis.connection.ConnectionPool(<redis.connection.Connection(host=localhost,port=6380,db=2)>)>)>.zscore + and inf = math.inf
test_sortedset_commands.test_zunionstore_nan_to_zero2[StrictRedis]: tests/fakeredis/test/test_sortedset_commands.py#L989
AssertionError: assert [] == [(b'zero', 0)] Right contains one more item: (b'zero', 0) Full diff: + [] - [ - ( - b'zero', - 0, - ), - ]
test_sortedset_commands.test_zunionstore_nan_to_zero_ordering[StrictRedis]: tests/fakeredis/test/test_sortedset_commands.py#L998
AssertionError: assert None == 0.0 + where None = zscore('baz', 'e1') + where zscore = <redis.client.Redis(<redis.connection.ConnectionPool(<redis.connection.Connection(host=localhost,port=6380,db=2)>)>)>.zscore

Artifacts

Produced during runtime
Name Size
report-tests.html
22.7 KB
tests-result-logs
3.58 KB