Application-level retries #864
Annotations
11 errors and 6 warnings
|
Run pytest:
tests/test_application.py#L1069
test_send_packet_broadcast_ignored_delivery_failure
AttributeError: Mock object has no attribute '__name__'
|
Run pytest:
tests/test_application.py#L1123
test_send_packet_multicast
AttributeError: Mock object has no attribute '__name__'
|
Run pytest:
tests/test_application.py#L803
test_send_packet_unicast
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
Run pytest:
tests/test_application.py#L819
test_send_packet_unicast_ieee_fallback
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
Run pytest:
tests/test_application.py#L841
test_send_packet_unicast_source_route
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY|APS_OPTION_RETRY: 4160>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- ^ -
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4096>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ^^
|
Run pytest:
tests/test_application.py#L871
test_send_packet_unicast_manual_source_route
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY|APS_OPTION_RETRY: 4160>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- ^ -
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4096>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ^^
|
Run pytest:
tests/test_application.py#L889
test_send_packet_unicast_extended_timeout
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
Run pytest:
venv/lib/python3.9/site-packages/pytest_asyncio/plugin.py#L533
test_send_packet_unicast_retries_success
AttributeError: <module 'bellows.zigbee.application' from '/home/runner/work/bellows/bellows/bellows/zigbee/application.py'> does not have the attribute 'RETRY_DELAYS'
|
Run pytest:
venv/lib/python3.9/site-packages/pytest_asyncio/plugin.py#L533
test_send_packet_unicast_retries_failure
AttributeError: <module 'bellows.zigbee.application' from '/home/runner/work/bellows/bellows/bellows/zigbee/application.py'> does not have the attribute 'RETRY_DELAYS'
|
Run pytest:
tests/test_application.py#L1018
test_send_packet_broadcast
AssertionError: assert [call(address...b'some data')] == [call(address...b'some data')]
At index 0 diff: call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data') != call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')
Full diff:
- [
- call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data'),
? ^^^^ ----------------- - ^^^^^^^^^^^^^ ^
+ [call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')]
? ^ +++++++++++++ ^ ^
- ]
|
Run pytest:
opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/unittest/mock.py#L2104
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
Run pytest:
opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/unittest/mock.py#L2104
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
Run pytest:
opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/unittest/mock.py#L2104
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
Run pytest:
opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/unittest/mock.py#L2104
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
Run pytest:
opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/unittest/mock.py#L2058
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
Run pytest:
opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/unittest/mock.py#L2058
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
Loading