Skip to content

Recreate aiohttp session on connectivity check #7527

Recreate aiohttp session on connectivity check

Recreate aiohttp session on connectivity check #7527

Triggered via pull request October 9, 2024 16:19
Status Failure
Total duration 5m 34s
Artifacts

ci.yaml

on: pull_request
Prepare Python dependencies
7s
Prepare Python dependencies
Run tests Python 3.12.7
5m 13s
Run tests Python 3.12.7
Check ruff-format
12s
Check ruff-format
Check ruff
12s
Check ruff
Check Dockerfile
5s
Check Dockerfile
Check executables
14s
Check executables
Check JSON
15s
Check JSON
Check pylint
32s
Check pylint
Process test coverage
0s
Process test coverage
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Ruff (D400): supervisor/coresys.py#L550
supervisor/coresys.py:550:9: D400 First line should end with a period
Ruff (D415): supervisor/coresys.py#L550
supervisor/coresys.py:550:9: D415 First line should end with a period, question mark, or exclamation point
Ruff (G004): supervisor/host/network.py#L148
supervisor/host/network.py:148:13: G004 Logging statement uses f-string
Check ruff
Process completed with exit code 1.
Run tests Python 3.12.7: tests/api/test_network.py#L139
test_api_network_interface_update_mac_or_name[eth0] AssertionError: assert 'error' == 'ok' - ok + error
Run tests Python 3.12.7: tests/api/test_network.py#L139
test_api_network_interface_update_mac_or_name[AA:BB:CC:DD:EE:FF] AssertionError: assert 'error' == 'ok' - ok + error
Run tests Python 3.12.7: tests/api/test_network.py#L173
test_api_network_interface_update_ethernet AssertionError: assert 'error' == 'ok' - ok + error
Run tests Python 3.12.7: tests/api/test_network.py#L252
test_api_network_interface_update_wifi AssertionError: assert 'error' == 'ok' - ok + error
Run tests Python 3.12.7: tests/host/test_network.py#L58
test_load supervisor.exceptions.CoreDNSError: Can't update coredns config: Can't write /data/dns/coredns.json: [Errno 2] No such file or directory: '/data/dns/tmpc_oweh40'
Run tests Python 3.12.7: tests/host/test_network.py#L202
test_host_connectivity_changed assert True is False + where True = <supervisor.host.network.NetworkManager object at 0x7ff0430de9f0>.connectivity + where <supervisor.host.network.NetworkManager object at 0x7ff0430de9f0> = <supervisor.host.manager.HostManager object at 0x7ff0430dc0b0>.network + where <supervisor.host.manager.HostManager object at 0x7ff0430dc0b0> = <supervisor.coresys.CoreSys object at 0x7ff0430444d0>.host
Run tests Python 3.12.7: tests/host/test_network.py#L235
test_host_connectivity_disabled supervisor.exceptions.CoreDNSError: Can't update coredns config: Can't write /data/dns/coredns.json: [Errno 2] No such file or directory: '/data/dns/tmp_nf2w2zy'
Run tests Python 3.12.7
Process completed with exit code 1.