zigpy / zigpy-znp

TI CC2531, CC13x2, CC26x2 radio support for Zigpy and ZHA
GNU General Public License v3.0
144 stars 40 forks source link

Various failing tests with zigpy==0.54.0 #209

Closed mweinelt closed 1 year ago

mweinelt commented 1 year ago

From zigpy 0.54.0 we see a bunch of tests failing and/or running into timeouts. So I went and increased the timeout of the tests to 5 minutes and these tests are still failing. Ran the tests in parallel so I could have multiple tests timeout in parallel.

FAILED tests/application/test_requests.py::test_zigpy_request_failure[FormedZStack3CC2531] - zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.Com...
FAILED tests/application/test_requests.py::test_zigpy_request[FormedZStack1CC2531] - zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.Com...
FAILED tests/application/test_requests.py::test_zigpy_request[FormedZStack3CC2531] - zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.Com...
FAILED tests/application/test_requests.py::test_zigpy_request[FormedLaunchpadCC26X2R1] - zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.Com...
FAILED tests/application/test_requests.py::test_zigpy_request_failure[FormedLaunchpadCC26X2R1] - zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.Com...
FAILED tests/application/test_requests.py::test_zigpy_request_failure[FormedZStack1CC2531] - zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.Com...
FAILED tests/application/test_joining.py::test_join_device[FormedLaunchpadCC26X2R1] - asyncio.exceptions.TimeoutError
FAILED tests/application/test_zdo_requests.py::test_mgmt_nwk_update_req[FormedLaunchpadCC26X2R1-False-1-False] - asyncio.exceptions.TimeoutError
FAILED tests/application/test_zdo_requests.py::test_mgmt_nwk_update_req[FormedLaunchpadCC26X2R1-False-200-True] - asyncio.exceptions.TimeoutError
FAILED tests/application/test_zdo_requests.py::test_mgmt_nwk_update_req[FormedLaunchpadCC26X2R1-False-1-True] - asyncio.exceptions.TimeoutError
FAILED tests/application/test_requests.py::test_request_recovery_route_rediscovery_zdo[FormedLaunchpadCC26X2R1] - asyncio.exceptions.TimeoutError
FAILED tests/application/test_zdo_requests.py::test_mgmt_nwk_update_req[FormedLaunchpadCC26X2R1-True-1-False] - asyncio.exceptions.TimeoutError
FAILED tests/application/test_joining.py::test_permit_join[FormedLaunchpadCC26X2R1] - Failed: Timeout >300.0s
FAILED tests/application/test_joining.py::test_permit_join[FormedZStack1CC2531] - Failed: Timeout >300.0s
FAILED tests/application/test_joining.py::test_permit_join[FormedZStack3CC2531] - Failed: Timeout >300.0s

Full build log: https://gist.github.com/mweinelt/5ec098950ae2f0c0d49547e46660bf3e

puddly commented 1 year ago

Looks like there are some compatibility issues with unit tests and the most recent release of zigpy.