Use longer timeouts for API checks before trigger a rollback #6027
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yaml
on: pull_request
Prepare Python dependencies
38s
Check black
17s
Check Dockerfile
7s
Check executables
27s
Check flake8
16s
Check isort
20s
Check JSON
22s
Check pylint
53s
Check pyupgrade
24s
Process test coverage
0s
Annotations
4 errors
Check executables
Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
|
Run tests Python 3.11.6:
tests/docker/test_homeassistant.py#L25
test_homeassistant_start
supervisor.exceptions.JobException
|
Run tests Python 3.11.6:
tests/homeassistant/test_core.py#L297
test_api_check_timeout
AssertionError: assert 3 == 5
+ where 3 = <AsyncMock id='139777665198736'>.call_count
+ where <AsyncMock id='139777665198736'> = <supervisor.homeassistant.api.HomeAssistantAPI object at 0x7f20862c5410>.check_api_state
+ where <supervisor.homeassistant.api.HomeAssistantAPI object at 0x7f20862c5410> = <supervisor.homeassistant.module.HomeAssistant object at 0x7f20862c5190>.api
+ where <supervisor.homeassistant.module.HomeAssistant object at 0x7f20862c5190> = <supervisor.coresys.CoreSys object at 0x7f20862c3cd0>.homeassistant
|
Run tests Python 3.11.6
Process completed with exit code 1.
|