Throttle connectivity check on connectivity issue #7537
ci.yaml
on: pull_request
Prepare Python dependencies
11s
Check ruff-format
15s
Check ruff
17s
Check Dockerfile
6s
Check executables
13s
Check JSON
13s
Check pylint
32s
Process test coverage
0s
Annotations
4 errors
Run tests Python 3.12.7:
tests/jobs/test_job_decorator.py#L112
test_internet[0-None-None-True]
assert None is True
|
Run tests Python 3.12.7:
tests/test_supervisor.py#L75
test_connectivity_check_throttling[side_effect0-3]
AssertionError: assert 0 == 3
+ where 0 = <AsyncMock name='mock.head' id='140306137442944'>.call_count
+ where <AsyncMock name='mock.head' id='140306137442944'> = <AsyncMock id='140306317366176'>.head
|
Run tests Python 3.12.7:
tests/test_supervisor.py#L75
test_connectivity_check_throttling[None-1]
AssertionError: assert 0 == 1
+ where 0 = <AsyncMock name='mock.head' id='140306114051776'>.call_count
+ where <AsyncMock name='mock.head' id='140306114051776'> = <AsyncMock id='140306331220208'>.head
|
Run tests Python 3.12.7
Process completed with exit code 1.
|