Skip to content

fix: crash when passing empty arguments #53

fix: crash when passing empty arguments

fix: crash when passing empty arguments #53

Triggered via pull request September 3, 2024 08:00
@romangeromange
synchronize #3627
Pr4
Status Success
Total duration 12m 1s
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

11 errors
Run tests: (3.10)
Process completed with exit code 1.
test_bitmap_commands.test_bitfield_empty[StrictRedis]: tests/fakeredis/test/test_mixins/test_bitmap_commands.py#L215
redis.exceptions.ResponseError: wrong number of arguments for 'bitfield' command
test_bitmap_commands.test_bitfield_get[StrictRedis]: tests/fakeredis/test/test_mixins/test_bitmap_commands.py#L239
assert [None, None] == [0, 0] At index 0 diff: None != 0 Full diff: [ - 0, - 0, + None, + None, ]
test_bitmap_commands.test_bitfield_set_sat[StrictRedis]: tests/fakeredis/test/test_mixins/test_bitmap_commands.py#L316
assert [15, 15] == [-1, -1] At index 0 diff: 15 != -1 Full diff: [ - -1, ? - + 15, ? + - -1, ? - + 15, ? + ]
test_bitmap_commands.test_bitfield_set_fail[StrictRedis]: tests/fakeredis/test/test_mixins/test_bitmap_commands.py#L341
assert [None, 15] == [None, -1] At index 1 diff: 15 != -1 Full diff: [ None, - -1, ? - + 15, ? + ]
test_bitmap_commands.test_bitfield_incr[StrictRedis]: tests/fakeredis/test/test_mixins/test_bitmap_commands.py#L356
assert [85, 170] == [84, 170] At index 0 diff: 85 != 84 Full diff: [ - 84, ? ^ + 85, ? ^ 170, ]
test_bitmap_commands.test_bitfield_incr_sat[StrictRedis]: tests/fakeredis/test/test_mixins/test_bitmap_commands.py#L396
assert [1076061243778793472] == [-576460752303423488] At index 0 diff: 1076061243778793472 != -576460752303423488 Full diff: [ - -576460752303423488, + 1076061243778793472, ]
test_geo_commands.test_geosearch[StrictRedis]: tests/fakeredis/test/test_mixins/test_geo_commands.py#L380
redis.exceptions.ResponseError: unsupported unit provided. please use M, KM, FT, MI

Artifacts

Produced during runtime
Name Size
report-tests.html
44.5 KB
tests-result-logs
5.14 KB