Skip to content

Use longer timeouts for API checks before trigger a rollback #6027

Use longer timeouts for API checks before trigger a rollback

Use longer timeouts for API checks before trigger a rollback #6027

Triggered via pull request October 31, 2023 16:06
Status Failure
Total duration 5m 47s
Artifacts
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
Prepare Python dependencies
Run tests Python 3.11.6
4m 47s
Run tests Python 3.11.6
Check black
17s
Check black
Check Dockerfile
7s
Check Dockerfile
Check executables
27s
Check executables
Check flake8
16s
Check flake8
Check isort
20s
Check isort
Check JSON
22s
Check JSON
Check pylint
53s
Check pylint
Check pyupgrade
24s
Check pyupgrade
Process test coverage
0s
Process test coverage
Fit to window
Zoom out
Zoom in

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.