Skip to content

opt: Optimize AllocationTracker to be efficient when enabled #509

opt: Optimize AllocationTracker to be efficient when enabled

opt: Optimize AllocationTracker to be efficient when enabled #509

Triggered via pull request October 6, 2024 12:32
Status Success
Total duration 10m 33s
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_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'0', b'2', b'1'] == {b'0', b'1', b'2'} Full diff: - { + [ b'0', + b'2', 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 Expired
37.1 KB
tests-result-logs Expired
7.3 KB