Skip to content

chore: lock keys for optimistic transactions #498

chore: lock keys for optimistic transactions

chore: lock keys for optimistic transactions #498

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