Skip to content

fix: reduce memory consumption during migration #755

fix: reduce memory consumption during migration

fix: reduce memory consumption during migration #755

Triggered via pull request October 31, 2024 11:17
Status Success
Total duration 12m 10s
Artifacts 2

test-fakeredis.yml

on: pull_request
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:
Process completed with exit code 1.
test_set_commands.test_sadd[StrictRedis]: tests/fakeredis/test/test_mixins/test_set_commands.py#L16
AssertionError: assert [b'member1'] == {b'member1'} Full diff: - { + [ b'member1', - } + ]
test_set_commands.test_sadd[FakeStrictRedis]: tests/fakeredis/test/test_mixins/test_set_commands.py#L16
AssertionError: assert [b'member1'] == {b'member1'} Full diff: - { + [ b'member1', - } + ]
test_set_commands.test_sadd_as_str_type[StrictRedis]: tests/fakeredis/test/test_mixins/test_set_commands.py#L25
AssertionError: assert [b'0', b'1', b'2'] == {b'0', b'1', b'2'} Full diff: - { + [ b'0', b'1', b'2', - } + ]
test_set_commands.test_sadd_as_str_type[FakeStrictRedis]: tests/fakeredis/test/test_mixins/test_set_commands.py#L25
AssertionError: assert [b'1', b'0', b'2'] == {b'0', b'1', b'2'} Full diff: - { + [ + b'1', b'0', - b'1', b'2', - } + ]
test_set_commands.test_sdiff[StrictRedis]: tests/fakeredis/test/test_mixins/test_set_commands.py#L52
AssertionError: assert [b'member1'] == {b'member1'} Full diff: - { + [ b'member1', - } + ]
test_set_commands.test_sdiff[FakeStrictRedis]: tests/fakeredis/test/test_mixins/test_set_commands.py#L52
AssertionError: assert [b'member1'] == {b'member1'} Full diff: - { + [ b'member1', - } + ]
test_set_commands.test_sdiff_one_key[StrictRedis]: tests/fakeredis/test/test_mixins/test_set_commands.py#L61
AssertionError: assert [b'member1', b'member2'] == {b'member1', b'member2'} Full diff: - { + [ b'member1', b'member2', - } + ]
test_set_commands.test_sdiff_one_key[FakeStrictRedis]: tests/fakeredis/test/test_mixins/test_set_commands.py#L61
AssertionError: assert [b'member1', b'member2'] == {b'member1', b'member2'} Full diff: - { + [ b'member1', b'member2', - } + ]

Artifacts

Produced during runtime
Name Size
report-tests.html
39 KB
tests-result-logs
8.3 KB