Move EZSP send lock from EZSP
to individual protocol handlers
#804
Annotations
8 errors and 1 warning
tests/test_ash.py#L331
test_sequence
bellows.ash.NcpFailure: Transport is closed, cannot send frame
|
tests/test_ash.py#L422
test_ash_protocol_startup
bellows.ash.NcpFailure: Transport is closed, cannot send frame
|
tests/test_ash.py#L511
test_ash_end_to_end[FakeTransport]
AttributeError: 'FakeTransport' object has no attribute 'is_closing'
|
tests/test_ash.py#L511
test_ash_end_to_end[FakeTransportOneByteAtATime]
AttributeError: 'FakeTransportOneByteAtATime' object has no attribute 'is_closing'
|
tests/test_ash.py#L511
test_ash_end_to_end[FakeTransportRandomLoss]
AttributeError: 'FakeTransportRandomLoss' object has no attribute 'is_closing'
|
tests/test_ash.py#L511
test_ash_end_to_end[FakeTransportWithDelays]
AttributeError: 'FakeTransportWithDelays' object has no attribute 'is_closing'
|
tests/test_uart.py#L214
test_connection_lost_reset_error_propagation
bellows.ash.NcpFailure: Transport is closed, cannot send frame
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading