fix(cluster): crash in cluster migration #1799
Annotations
3 errors and 1 warning
Run tests
Process completed with exit code 1.
|
Publish Test Report:
TestList#L1
AssertionError: Expected exception One or more scores can't be converted into double not raised
Falsifying example:
state = Machine()
state.init_attrs(attrs={'keys': [b'', b'\x00'],
'fields': [b'', b'\x00'],
'values': [b'', b'\x00'],
'scores': [0.0, inf]})
state.init_data(commands=[functools.partial(test.test_hypothesis.base.Command)('rpush', b'', [b'\x00'])])
state.one_command(command=functools.partial(test.test_hypothesis.base.Command)(
'sort',
b'',
None,
None,
None,
))
state.teardown()
Explanation:
These lines were always and only run by failing examples:
/__w/dragonfly/dragonfly/tests/fakeredis/test/test_hypothesis/base.py:280
/github/home/.cache/pypoetry/virtualenvs/dragonfly-fakeredis-tests-hb2kjOpH-py3.10/lib/python3.10/site-packages/fakeredis/_commands.py:270
You can reproduce this example by temporarily adding @reproduce_failure('6.123.2', b'AXicY2BgZGBkZGBAUCAWhAEHIPb/DwwoImDVQJofRAEAOkQCDg==') as a decorator on your test case
|
Publish Test Report:
tests/fakeredis/test/test_mixins/test_pubsub_commands.py#L375
AssertionError: assert set() == {b'bar', b'baz'}
Extra items in the right set:
b'bar'
b'baz'
Full diff:
+ set()
- {
- b'bar',
- b'baz',
- }
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading