Skip to content

chore: change Namespaces to be a global pointer #764

chore: change Namespaces to be a global pointer

chore: change Namespaces to be a global pointer #764

Triggered via pull request October 31, 2024 17:53
@romangeromange
synchronize #4032
Pr3
Status Success
Total duration 11m 47s
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'2', b'1', b'0'] == {b'0', b'1', b'2'} Full diff: - { + [ + b'2', + 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.1 KB
tests-result-logs
8.32 KB