Skip to content

chore: add ForceUpdate to BPTree #749

chore: add ForceUpdate to BPTree

chore: add ForceUpdate to BPTree #749

Triggered via pull request October 30, 2024 16:03
@kostasrimkostasrim
synchronize #3993
kpr5
Status Success
Total duration 11m 54s
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'0', b'1', b'2'] == {b'0', b'1', b'2'} Full diff: - { + [ 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 KB