Files
DECNET/schemat
anti b2e4706a14
Some checks failed
CI / Lint (ruff) (push) Successful in 12s
CI / SAST (bandit) (push) Successful in 13s
CI / Dependency audit (pip-audit) (push) Successful in 22s
CI / Test (Standard) (3.11) (push) Failing after 54s
CI / Test (Standard) (3.12) (push) Successful in 1m35s
CI / Test (Live) (3.11) (push) Has been skipped
CI / Test (Fuzz) (3.11) (push) Has been skipped
CI / Merge dev → testing (push) Has been skipped
CI / Prepare Merge to Main (push) Has been skipped
CI / Finalize Merge to Main (push) Has been skipped
Refactor: implemented Repository Factory and Async Mutator Engine. Decoupled storage logic and enforced Dependency Injection across CLI and Web API. Updated documentation.
2026-04-12 07:48:17 -04:00

1550 lines
101 KiB
Plaintext

============================= test session starts ==============================
platform linux -- Python 3.14.3, pytest-9.0.3, pluggy-1.6.0
rootdir: /home/anti/Tools/DECNET
configfile: pyproject.toml
plugins: hypothesis-6.151.12, anyio-4.13.0, xdist-3.8.0, cov-7.1.0, asyncio-1.3.0, schemathesis-4.15.1
asyncio: mode=Mode.AUTO, debug=True, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function
created: 12/12 workers
12 workers [11 items]
.F.FFF....F
=================================== FAILURES ===================================
___________ test_schema_compliance[api][POST /api/v1/deckies/deploy] ___________
[gw8] linux -- Python 3.14.3 /home/anti/Tools/DECNET/.venv/bin/python3
+ Exception Group Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 2184, in wrapped_test
| _raise_to_user(errors, state.settings, [], " in explicit examples")
| ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1656, in _raise_to_user
| raise the_error_hypothesis_found
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| case.call_and_validate()
| ~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 551, in call_and_validate
| self.validate_response(
| ~~~~~~~~~~~~~~~~~~~~~~^
| response,
| ^^^^^^^^^
| ...<4 lines>...
| transport_kwargs=transport_kwargs,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| )
| ^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 517, in validate_response
| raise FailureGroup(_failures, message) from None
| schemathesis.core.failures.FailureGroup: Schemathesis found 1 distinct failure
|
| - API rejected schema-compliant request
|
| Valid data should have been accepted
| Expected: 2xx, 401, 403, 404, 409, 5xx
|
| [400] Bad Request:
|
| `{"detail":"Failed to parse INI: Invalid INI format: no sections found."}`
|
| Reproduce with:
|
| curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"ini_content": "000000"}' http://127.0.0.1:8008/api/v1/deckies/deploy
|
| (1 sub-exception)
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+-+---------------- 1 ----------------
| schemathesis.openapi.checks.RejectedPositiveData: API rejected schema-compliant request
|
| Valid data should have been accepted
| Expected: 2xx, 401, 403, 404, 409, 5xx
+------------------------------------
------------------------------ Captured log setup ------------------------------
WARNING asyncio:base_events.py:2041 Executing <Task pending name='Task-1' coro=<_wrap_asyncgen_fixture.<locals>._asyncgen_fixture_wrapper.<locals>.setup() running at /home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/pytest_asyncio/plugin.py:309> wait_for=<Future pending cb=[Task.task_wakeup()] created at /usr/lib64/python3.14/asyncio/base_events.py:459> cb=[_run_until_complete_cb() at /usr/lib64/python3.14/asyncio/base_events.py:181] created at /usr/lib64/python3.14/asyncio/runners.py:109> took 0.166 seconds
_ test_schema_compliance[api][PUT /api/v1/deckies/{decky_name}/mutate-interval] _
[gw7] linux -- Python 3.14.3 /home/anti/Tools/DECNET/.venv/bin/python3
+ Exception Group Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 2184, in wrapped_test
| _raise_to_user(errors, state.settings, [], " in explicit examples")
| ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1656, in _raise_to_user
| raise the_error_hypothesis_found
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| case.call_and_validate()
| ~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 551, in call_and_validate
| self.validate_response(
| ~~~~~~~~~~~~~~~~~~~~~~^
| response,
| ^^^^^^^^^
| ...<4 lines>...
| transport_kwargs=transport_kwargs,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| )
| ^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 517, in validate_response
| raise FailureGroup(_failures, message) from None
| schemathesis.core.failures.FailureGroup: Schemathesis found 1 distinct failure
|
| - API rejected schema-compliant request
|
| Valid data should have been accepted
| Expected: 2xx, 401, 403, 404, 409, 5xx
|
| [400] Bad Request:
|
| `{"detail":"No active deployment"}`
|
| Reproduce with:
|
| curl -X PUT -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"mutate_interval": 0}' http://127.0.0.1:8008/api/v1/deckies/0/mutate-interval
|
| (1 sub-exception)
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+-+---------------- 1 ----------------
| schemathesis.openapi.checks.RejectedPositiveData: API rejected schema-compliant request
|
| Valid data should have been accepted
| Expected: 2xx, 401, 403, 404, 409, 5xx
+------------------------------------
------------------------------ Captured log setup ------------------------------
WARNING asyncio:base_events.py:2041 Executing <Task pending name='Task-1' coro=<_wrap_asyncgen_fixture.<locals>._asyncgen_fixture_wrapper.<locals>.setup() running at /home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/pytest_asyncio/plugin.py:309> wait_for=<Future pending cb=[Task.task_wakeup()] created at /usr/lib64/python3.14/asyncio/base_events.py:459> cb=[_run_until_complete_cb() at /usr/lib64/python3.14/asyncio/base_events.py:181] created at /usr/lib64/python3.14/asyncio/runners.py:109> took 0.189 seconds
________________ test_schema_compliance[api][GET /api/v1/logs] _________________
[gw2] linux -- Python 3.14.3 /home/anti/Tools/DECNET/.venv/bin/python3
+ Exception Group Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 2184, in wrapped_test
| _raise_to_user(errors, state.settings, [], " in explicit examples")
| ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1656, in _raise_to_user
| raise the_error_hypothesis_found
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| case.call_and_validate()
| ~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 551, in call_and_validate
| self.validate_response(
| ~~~~~~~~~~~~~~~~~~~~~~^
| response,
| ^^^^^^^^^
| ...<4 lines>...
| transport_kwargs=transport_kwargs,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| )
| ^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 517, in validate_response
| raise FailureGroup(_failures, message) from None
| schemathesis.core.failures.FailureGroup: Schemathesis found 1 distinct failure
|
| - API rejected schema-compliant request
|
| Valid data should have been accepted
| Expected: 2xx, 401, 403, 404, 409, 5xx
|
| [422] Unprocessable Content:
|
| `{"detail":[{"type":"string_pattern_mismatch","loc":["query","end_time"],"msg":"String should match pattern '^(\\d{4}-\\d{2}-\\d{2}[ T]\\d{2}:\\d{2}:\\d{2})?$'","input":"null","ctx":{"pattern":"^(\\d{4}-\\d{2}-\\d{2}[ T]\\d{2}:\\d{2}:\\d{2})?$"}}]}`
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/logs?limit=50&offset=0&search=00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000&start_time=&end_time=null'
|
| (1 sub-exception)
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+-+---------------- 1 ----------------
| schemathesis.openapi.checks.RejectedPositiveData: API rejected schema-compliant request
|
| Valid data should have been accepted
| Expected: 2xx, 401, 403, 404, 409, 5xx
+------------------------------------
------------------------------ Captured log setup ------------------------------
WARNING asyncio:base_events.py:2041 Executing <Task pending name='Task-1' coro=<_wrap_asyncgen_fixture.<locals>._asyncgen_fixture_wrapper.<locals>.setup() running at /home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/pytest_asyncio/plugin.py:309> wait_for=<Future pending cb=[Task.task_wakeup()] created at /usr/lib64/python3.14/asyncio/base_events.py:459> cb=[_run_until_complete_cb() at /usr/lib64/python3.14/asyncio/base_events.py:181] created at /usr/lib64/python3.14/asyncio/runners.py:109> took 0.165 seconds
_______________ test_schema_compliance[api][GET /api/v1/bounty] ________________
[gw4] linux -- Python 3.14.3 /home/anti/Tools/DECNET/.venv/bin/python3
+ Exception Group Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 2264, in wrapped_test
| raise the_error_hypothesis_found
| schemathesis.core.failures.FailureGroup: Schemathesis found 2 distinct failures
|
| - Undocumented HTTP status code
|
| Received: 500
| Documented: 200, 401, 422
|
| - Server error
|
| [500] Internal Server Error:
|
| `Internal Server Error`
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/bounty?bounty_type=null&offset=63155713250949868407472470705656301637&search=null&limit=286'
|
| (2 sub-exceptions)
+-+---------------- 1 ----------------
| schemathesis.openapi.checks.UndefinedStatusCode: Undocumented HTTP status code
|
| Received: 500
| Documented: 200, 401, 422
+---------------- 2 ----------------
| schemathesis.core.failures.ServerError: Server error
+------------------------------------
------------------------------ Captured log setup ------------------------------
WARNING asyncio:base_events.py:2041 Executing <Task pending name='Task-1' coro=<_wrap_asyncgen_fixture.<locals>._asyncgen_fixture_wrapper.<locals>.setup() running at /home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/pytest_asyncio/plugin.py:309> wait_for=<Future pending cb=[Task.task_wakeup()] created at /usr/lib64/python3.14/asyncio/base_events.py:459> cb=[_run_until_complete_cb() at /usr/lib64/python3.14/asyncio/base_events.py:181] created at /usr/lib64/python3.14/asyncio/runners.py:109> took 0.168 seconds
_______________ test_schema_compliance[api][GET /api/v1/stream] ________________
[gw9] linux -- Python 3.14.3 /home/anti/Tools/DECNET/.venv/bin/python3
+ Exception Group Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 2184, in wrapped_test
| _raise_to_user(errors, state.settings, [], " in explicit examples")
| ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1656, in _raise_to_user
| raise the_error_hypothesis_found
| BaseExceptionGroup: Hypothesis found 20 distinct failures in explicit examples. (20 sub-exceptions)
+-+---------------- 1 ----------------
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 903, in _error_catcher
| yield
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1418, in read_chunked
| self._update_chunk_length()
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1333, in _update_chunk_length
| line = self._fp.fp.readline() # type: ignore[union-attr]
| File "/usr/lib64/python3.14/socket.py", line 725, in readinto
| return self._sock.recv_into(b)
| ~~~~~~~~~~~~~~~~~~~~^^^
| TimeoutError: timed out
|
| The above exception was the direct cause of the following exception:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 822, in generate
| yield from self.raw.stream(chunk_size, decode_content=True)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1250, in stream
| yield from self.read_chunked(amt, decode_content=decode_content)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1397, in read_chunked
| with self._error_catcher():
| ~~~~~~~~~~~~~~~~~~~^^
| File "/usr/lib64/python3.14/contextlib.py", line 162, in __exit__
| self.gen.throw(value)
| ~~~~~~~~~~~~~~^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 908, in _error_catcher
| raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| start = time.perf_counter()
| ^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 543, in call_and_validate
| response = self.call(base_url, session, headers, **call_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 380, in call
| response = transport_.send(
| self,
| ...<5 lines>...
| **kwargs,
| )
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/transport/requests.py", line 197, in send
| response = _request(**data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 592, in request
| resp = self.send(prep, **send_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 749, in send
| r.content
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 904, in content
| self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
| ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 828, in generate
| raise ConnectionError(e)
| requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/stream?lastEventId=0&end_time='
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+---------------- 2 ----------------
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 903, in _error_catcher
| yield
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1418, in read_chunked
| self._update_chunk_length()
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1333, in _update_chunk_length
| line = self._fp.fp.readline() # type: ignore[union-attr]
| File "/usr/lib64/python3.14/socket.py", line 725, in readinto
| return self._sock.recv_into(b)
| ~~~~~~~~~~~~~~~~~~~~^^^
| TimeoutError: timed out
|
| The above exception was the direct cause of the following exception:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 822, in generate
| yield from self.raw.stream(chunk_size, decode_content=True)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1250, in stream
| yield from self.read_chunked(amt, decode_content=decode_content)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1397, in read_chunked
| with self._error_catcher():
| ~~~~~~~~~~~~~~~~~~~^^
| File "/usr/lib64/python3.14/contextlib.py", line 162, in __exit__
| self.gen.throw(value)
| ~~~~~~~~~~~~~~^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 908, in _error_catcher
| raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| start = time.perf_counter()
| ^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 543, in call_and_validate
| response = self.call(base_url, session, headers, **call_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 380, in call
| response = transport_.send(
| self,
| ...<5 lines>...
| **kwargs,
| )
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/transport/requests.py", line 197, in send
| response = _request(**data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 592, in request
| resp = self.send(prep, **send_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 749, in send
| r.content
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 904, in content
| self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
| ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 828, in generate
| raise ConnectionError(e)
| requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/stream?token=%5BFiltered%5D&x-schemathesis-unknown-property=42'
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+---------------- 3 ----------------
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 903, in _error_catcher
| yield
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1418, in read_chunked
| self._update_chunk_length()
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1333, in _update_chunk_length
| line = self._fp.fp.readline() # type: ignore[union-attr]
| File "/usr/lib64/python3.14/socket.py", line 725, in readinto
| return self._sock.recv_into(b)
| ~~~~~~~~~~~~~~~~~~~~^^^
| TimeoutError: timed out
|
| The above exception was the direct cause of the following exception:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 822, in generate
| yield from self.raw.stream(chunk_size, decode_content=True)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1250, in stream
| yield from self.read_chunked(amt, decode_content=decode_content)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1397, in read_chunked
| with self._error_catcher():
| ~~~~~~~~~~~~~~~~~~~^^
| File "/usr/lib64/python3.14/contextlib.py", line 162, in __exit__
| self.gen.throw(value)
| ~~~~~~~~~~~~~~^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 908, in _error_catcher
| raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| start = time.perf_counter()
| ^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 543, in call_and_validate
| response = self.call(base_url, session, headers, **call_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 380, in call
| response = transport_.send(
| self,
| ...<5 lines>...
| **kwargs,
| )
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/transport/requests.py", line 197, in send
| response = _request(**data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 592, in request
| resp = self.send(prep, **send_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 749, in send
| r.content
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 904, in content
| self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
| ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 828, in generate
| raise ConnectionError(e)
| requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/stream?token=%5BFiltered%5D'
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+---------------- 4 ----------------
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 903, in _error_catcher
| yield
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1418, in read_chunked
| self._update_chunk_length()
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1333, in _update_chunk_length
| line = self._fp.fp.readline() # type: ignore[union-attr]
| File "/usr/lib64/python3.14/socket.py", line 725, in readinto
| return self._sock.recv_into(b)
| ~~~~~~~~~~~~~~~~~~~~^^^
| TimeoutError: timed out
|
| The above exception was the direct cause of the following exception:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 822, in generate
| yield from self.raw.stream(chunk_size, decode_content=True)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1250, in stream
| yield from self.read_chunked(amt, decode_content=decode_content)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1397, in read_chunked
| with self._error_catcher():
| ~~~~~~~~~~~~~~~~~~~^^
| File "/usr/lib64/python3.14/contextlib.py", line 162, in __exit__
| self.gen.throw(value)
| ~~~~~~~~~~~~~~^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 908, in _error_catcher
| raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| start = time.perf_counter()
| ^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 543, in call_and_validate
| response = self.call(base_url, session, headers, **call_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 380, in call
| response = transport_.send(
| self,
| ...<5 lines>...
| **kwargs,
| )
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/transport/requests.py", line 197, in send
| response = _request(**data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 592, in request
| resp = self.send(prep, **send_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 749, in send
| r.content
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 904, in content
| self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
| ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 828, in generate
| raise ConnectionError(e)
| requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/stream?token=%5BFiltered%5D'
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+---------------- 5 ----------------
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 903, in _error_catcher
| yield
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1418, in read_chunked
| self._update_chunk_length()
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1333, in _update_chunk_length
| line = self._fp.fp.readline() # type: ignore[union-attr]
| File "/usr/lib64/python3.14/socket.py", line 725, in readinto
| return self._sock.recv_into(b)
| ~~~~~~~~~~~~~~~~~~~~^^^
| TimeoutError: timed out
|
| The above exception was the direct cause of the following exception:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 822, in generate
| yield from self.raw.stream(chunk_size, decode_content=True)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1250, in stream
| yield from self.read_chunked(amt, decode_content=decode_content)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1397, in read_chunked
| with self._error_catcher():
| ~~~~~~~~~~~~~~~~~~~^^
| File "/usr/lib64/python3.14/contextlib.py", line 162, in __exit__
| self.gen.throw(value)
| ~~~~~~~~~~~~~~^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 908, in _error_catcher
| raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| start = time.perf_counter()
| ^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 543, in call_and_validate
| response = self.call(base_url, session, headers, **call_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 380, in call
| response = transport_.send(
| self,
| ...<5 lines>...
| **kwargs,
| )
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/transport/requests.py", line 197, in send
| response = _request(**data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 592, in request
| resp = self.send(prep, **send_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 749, in send
| r.content
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 904, in content
| self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
| ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 828, in generate
| raise ConnectionError(e)
| requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/stream?token=%5BFiltered%5D'
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+---------------- 6 ----------------
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 903, in _error_catcher
| yield
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1418, in read_chunked
| self._update_chunk_length()
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1333, in _update_chunk_length
| line = self._fp.fp.readline() # type: ignore[union-attr]
| File "/usr/lib64/python3.14/socket.py", line 725, in readinto
| return self._sock.recv_into(b)
| ~~~~~~~~~~~~~~~~~~~~^^^
| TimeoutError: timed out
|
| The above exception was the direct cause of the following exception:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 822, in generate
| yield from self.raw.stream(chunk_size, decode_content=True)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1250, in stream
| yield from self.read_chunked(amt, decode_content=decode_content)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1397, in read_chunked
| with self._error_catcher():
| ~~~~~~~~~~~~~~~~~~~^^
| File "/usr/lib64/python3.14/contextlib.py", line 162, in __exit__
| self.gen.throw(value)
| ~~~~~~~~~~~~~~^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 908, in _error_catcher
| raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| start = time.perf_counter()
| ^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 543, in call_and_validate
| response = self.call(base_url, session, headers, **call_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 380, in call
| response = transport_.send(
| self,
| ...<5 lines>...
| **kwargs,
| )
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/transport/requests.py", line 197, in send
| response = _request(**data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 592, in request
| resp = self.send(prep, **send_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 749, in send
| r.content
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 904, in content
| self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
| ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 828, in generate
| raise ConnectionError(e)
| requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/stream?start_time=null&x-schemathesis-unknown-property=42'
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+---------------- 7 ----------------
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 903, in _error_catcher
| yield
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1418, in read_chunked
| self._update_chunk_length()
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1333, in _update_chunk_length
| line = self._fp.fp.readline() # type: ignore[union-attr]
| File "/usr/lib64/python3.14/socket.py", line 725, in readinto
| return self._sock.recv_into(b)
| ~~~~~~~~~~~~~~~~~~~~^^^
| TimeoutError: timed out
|
| The above exception was the direct cause of the following exception:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 822, in generate
| yield from self.raw.stream(chunk_size, decode_content=True)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1250, in stream
| yield from self.read_chunked(amt, decode_content=decode_content)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1397, in read_chunked
| with self._error_catcher():
| ~~~~~~~~~~~~~~~~~~~^^
| File "/usr/lib64/python3.14/contextlib.py", line 162, in __exit__
| self.gen.throw(value)
| ~~~~~~~~~~~~~~^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 908, in _error_catcher
| raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| start = time.perf_counter()
| ^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 543, in call_and_validate
| response = self.call(base_url, session, headers, **call_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 380, in call
| response = transport_.send(
| self,
| ...<5 lines>...
| **kwargs,
| )
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/transport/requests.py", line 197, in send
| response = _request(**data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 592, in request
| resp = self.send(prep, **send_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 749, in send
| r.content
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 904, in content
| self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
| ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 828, in generate
| raise ConnectionError(e)
| requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/stream?start_time=null&start_time=null'
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+---------------- 8 ----------------
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 903, in _error_catcher
| yield
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1418, in read_chunked
| self._update_chunk_length()
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1333, in _update_chunk_length
| line = self._fp.fp.readline() # type: ignore[union-attr]
| File "/usr/lib64/python3.14/socket.py", line 725, in readinto
| return self._sock.recv_into(b)
| ~~~~~~~~~~~~~~~~~~~~^^^
| TimeoutError: timed out
|
| The above exception was the direct cause of the following exception:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 822, in generate
| yield from self.raw.stream(chunk_size, decode_content=True)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1250, in stream
| yield from self.read_chunked(amt, decode_content=decode_content)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1397, in read_chunked
| with self._error_catcher():
| ~~~~~~~~~~~~~~~~~~~^^
| File "/usr/lib64/python3.14/contextlib.py", line 162, in __exit__
| self.gen.throw(value)
| ~~~~~~~~~~~~~~^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 908, in _error_catcher
| raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| start = time.perf_counter()
| ^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 543, in call_and_validate
| response = self.call(base_url, session, headers, **call_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 380, in call
| response = transport_.send(
| self,
| ...<5 lines>...
| **kwargs,
| )
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/transport/requests.py", line 197, in send
| response = _request(**data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 592, in request
| resp = self.send(prep, **send_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 749, in send
| r.content
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 904, in content
| self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
| ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 828, in generate
| raise ConnectionError(e)
| requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/stream?start_time=0'
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+---------------- 9 ----------------
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 903, in _error_catcher
| yield
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1418, in read_chunked
| self._update_chunk_length()
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1333, in _update_chunk_length
| line = self._fp.fp.readline() # type: ignore[union-attr]
| File "/usr/lib64/python3.14/socket.py", line 725, in readinto
| return self._sock.recv_into(b)
| ~~~~~~~~~~~~~~~~~~~~^^^
| TimeoutError: timed out
|
| The above exception was the direct cause of the following exception:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 822, in generate
| yield from self.raw.stream(chunk_size, decode_content=True)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1250, in stream
| yield from self.read_chunked(amt, decode_content=decode_content)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1397, in read_chunked
| with self._error_catcher():
| ~~~~~~~~~~~~~~~~~~~^^
| File "/usr/lib64/python3.14/contextlib.py", line 162, in __exit__
| self.gen.throw(value)
| ~~~~~~~~~~~~~~^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 908, in _error_catcher
| raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| start = time.perf_counter()
| ^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 543, in call_and_validate
| response = self.call(base_url, session, headers, **call_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 380, in call
| response = transport_.send(
| self,
| ...<5 lines>...
| **kwargs,
| )
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/transport/requests.py", line 197, in send
| response = _request(**data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 592, in request
| resp = self.send(prep, **send_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 749, in send
| r.content
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 904, in content
| self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
| ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 828, in generate
| raise ConnectionError(e)
| requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/stream?start_time='
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+---------------- 10 ----------------
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 903, in _error_catcher
| yield
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1418, in read_chunked
| self._update_chunk_length()
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1333, in _update_chunk_length
| line = self._fp.fp.readline() # type: ignore[union-attr]
| File "/usr/lib64/python3.14/socket.py", line 725, in readinto
| return self._sock.recv_into(b)
| ~~~~~~~~~~~~~~~~~~~~^^^
| TimeoutError: timed out
|
| The above exception was the direct cause of the following exception:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 822, in generate
| yield from self.raw.stream(chunk_size, decode_content=True)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1250, in stream
| yield from self.read_chunked(amt, decode_content=decode_content)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1397, in read_chunked
| with self._error_catcher():
| ~~~~~~~~~~~~~~~~~~~^^
| File "/usr/lib64/python3.14/contextlib.py", line 162, in __exit__
| self.gen.throw(value)
| ~~~~~~~~~~~~~~^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 908, in _error_catcher
| raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| start = time.perf_counter()
| ^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 543, in call_and_validate
| response = self.call(base_url, session, headers, **call_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 380, in call
| response = transport_.send(
| self,
| ...<5 lines>...
| **kwargs,
| )
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/transport/requests.py", line 197, in send
| response = _request(**data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 592, in request
| resp = self.send(prep, **send_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 749, in send
| r.content
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 904, in content
| self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
| ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 828, in generate
| raise ConnectionError(e)
| requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/stream?search=null&x-schemathesis-unknown-property=42'
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+---------------- 11 ----------------
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 903, in _error_catcher
| yield
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1418, in read_chunked
| self._update_chunk_length()
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1333, in _update_chunk_length
| line = self._fp.fp.readline() # type: ignore[union-attr]
| File "/usr/lib64/python3.14/socket.py", line 725, in readinto
| return self._sock.recv_into(b)
| ~~~~~~~~~~~~~~~~~~~~^^^
| TimeoutError: timed out
|
| The above exception was the direct cause of the following exception:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 822, in generate
| yield from self.raw.stream(chunk_size, decode_content=True)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1250, in stream
| yield from self.read_chunked(amt, decode_content=decode_content)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1397, in read_chunked
| with self._error_catcher():
| ~~~~~~~~~~~~~~~~~~~^^
| File "/usr/lib64/python3.14/contextlib.py", line 162, in __exit__
| self.gen.throw(value)
| ~~~~~~~~~~~~~~^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 908, in _error_catcher
| raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| start = time.perf_counter()
| ^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 543, in call_and_validate
| response = self.call(base_url, session, headers, **call_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 380, in call
| response = transport_.send(
| self,
| ...<5 lines>...
| **kwargs,
| )
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/transport/requests.py", line 197, in send
| response = _request(**data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 592, in request
| resp = self.send(prep, **send_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 749, in send
| r.content
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 904, in content
| self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
| ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 828, in generate
| raise ConnectionError(e)
| requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/stream?search=null&search=null'
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+---------------- 12 ----------------
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 903, in _error_catcher
| yield
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1418, in read_chunked
| self._update_chunk_length()
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1333, in _update_chunk_length
| line = self._fp.fp.readline() # type: ignore[union-attr]
| File "/usr/lib64/python3.14/socket.py", line 725, in readinto
| return self._sock.recv_into(b)
| ~~~~~~~~~~~~~~~~~~~~^^^
| TimeoutError: timed out
|
| The above exception was the direct cause of the following exception:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 822, in generate
| yield from self.raw.stream(chunk_size, decode_content=True)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1250, in stream
| yield from self.read_chunked(amt, decode_content=decode_content)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1397, in read_chunked
| with self._error_catcher():
| ~~~~~~~~~~~~~~~~~~~^^
| File "/usr/lib64/python3.14/contextlib.py", line 162, in __exit__
| self.gen.throw(value)
| ~~~~~~~~~~~~~~^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 908, in _error_catcher
| raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| start = time.perf_counter()
| ^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 543, in call_and_validate
| response = self.call(base_url, session, headers, **call_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 380, in call
| response = transport_.send(
| self,
| ...<5 lines>...
| **kwargs,
| )
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/transport/requests.py", line 197, in send
| response = _request(**data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 592, in request
| resp = self.send(prep, **send_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 749, in send
| r.content
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 904, in content
| self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
| ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 828, in generate
| raise ConnectionError(e)
| requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/stream?search=0'
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+---------------- 13 ----------------
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 903, in _error_catcher
| yield
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1418, in read_chunked
| self._update_chunk_length()
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1333, in _update_chunk_length
| line = self._fp.fp.readline() # type: ignore[union-attr]
| File "/usr/lib64/python3.14/socket.py", line 725, in readinto
| return self._sock.recv_into(b)
| ~~~~~~~~~~~~~~~~~~~~^^^
| TimeoutError: timed out
|
| The above exception was the direct cause of the following exception:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 822, in generate
| yield from self.raw.stream(chunk_size, decode_content=True)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1250, in stream
| yield from self.read_chunked(amt, decode_content=decode_content)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1397, in read_chunked
| with self._error_catcher():
| ~~~~~~~~~~~~~~~~~~~^^
| File "/usr/lib64/python3.14/contextlib.py", line 162, in __exit__
| self.gen.throw(value)
| ~~~~~~~~~~~~~~^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 908, in _error_catcher
| raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| start = time.perf_counter()
| ^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 543, in call_and_validate
| response = self.call(base_url, session, headers, **call_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 380, in call
| response = transport_.send(
| self,
| ...<5 lines>...
| **kwargs,
| )
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/transport/requests.py", line 197, in send
| response = _request(**data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 592, in request
| resp = self.send(prep, **send_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 749, in send
| r.content
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 904, in content
| self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
| ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 828, in generate
| raise ConnectionError(e)
| requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/stream?search='
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+---------------- 14 ----------------
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 903, in _error_catcher
| yield
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1418, in read_chunked
| self._update_chunk_length()
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1333, in _update_chunk_length
| line = self._fp.fp.readline() # type: ignore[union-attr]
| File "/usr/lib64/python3.14/socket.py", line 725, in readinto
| return self._sock.recv_into(b)
| ~~~~~~~~~~~~~~~~~~~~^^^
| TimeoutError: timed out
|
| The above exception was the direct cause of the following exception:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 822, in generate
| yield from self.raw.stream(chunk_size, decode_content=True)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1250, in stream
| yield from self.read_chunked(amt, decode_content=decode_content)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1397, in read_chunked
| with self._error_catcher():
| ~~~~~~~~~~~~~~~~~~~^^
| File "/usr/lib64/python3.14/contextlib.py", line 162, in __exit__
| self.gen.throw(value)
| ~~~~~~~~~~~~~~^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 908, in _error_catcher
| raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| start = time.perf_counter()
| ^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 543, in call_and_validate
| response = self.call(base_url, session, headers, **call_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 380, in call
| response = transport_.send(
| self,
| ...<5 lines>...
| **kwargs,
| )
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/transport/requests.py", line 197, in send
| response = _request(**data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 592, in request
| resp = self.send(prep, **send_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 749, in send
| r.content
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 904, in content
| self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
| ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 828, in generate
| raise ConnectionError(e)
| requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/stream?lastEventId=0&x-schemathesis-unknown-property=42'
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+---------------- 15 ----------------
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 903, in _error_catcher
| yield
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1418, in read_chunked
| self._update_chunk_length()
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1333, in _update_chunk_length
| line = self._fp.fp.readline() # type: ignore[union-attr]
| File "/usr/lib64/python3.14/socket.py", line 725, in readinto
| return self._sock.recv_into(b)
| ~~~~~~~~~~~~~~~~~~~~^^^
| TimeoutError: timed out
|
| The above exception was the direct cause of the following exception:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 822, in generate
| yield from self.raw.stream(chunk_size, decode_content=True)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1250, in stream
| yield from self.read_chunked(amt, decode_content=decode_content)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 1397, in read_chunked
| with self._error_catcher():
| ~~~~~~~~~~~~~~~~~~~^^
| File "/usr/lib64/python3.14/contextlib.py", line 162, in __exit__
| self.gen.throw(value)
| ~~~~~~~~~~~~~~^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/urllib3/response.py", line 908, in _error_catcher
| raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 598, in execute_explicit_examples
| execute_example()
| ~~~~~~~~~~~~~~~^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1150, in execute_once
| result = self.test_runner(data, run)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 824, in default_executor
| return function(data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1107, in run
| return test(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 280, in test_schema_compliance
| def test_wrapper(*args: Any, **kwargs: Any) -> Any:
| ^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/hypothesis/core.py", line 1004, in test
| return self.test(*args, **kwargs)
| ~~~~~~~~~^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/hypothesis/builder.py", line 282, in test_wrapper
| return test_function(*args, **kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/pytest/__init__.py", line 47, in test_wrapper
| return func(*args, **kwargs)
| File "/home/anti/Tools/DECNET/tests/api/test_schemathesis.py", line 93, in test_schema_compliance
| start = time.perf_counter()
| ^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 543, in call_and_validate
| response = self.call(base_url, session, headers, **call_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/generation/case.py", line 380, in call
| response = transport_.send(
| self,
| ...<5 lines>...
| **kwargs,
| )
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/schemathesis/transport/requests.py", line 197, in send
| response = _request(**data)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 592, in request
| resp = self.send(prep, **send_kwargs)
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/sessions.py", line 749, in send
| r.content
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 904, in content
| self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
| ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/requests/models.py", line 828, in generate
| raise ConnectionError(e)
| requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8008): Read timed out.
|
| Reproduce with:
|
| curl -X GET -H 'Authorization: [Filtered]' 'http://127.0.0.1:8008/api/v1/stream?lastEventId=0'
| Falsifying explicit example: test_schema_compliance(
| case=,
| )
+---------------- ... ----------------
| and 5 more exceptions
+------------------------------------
------------------------------ Captured log setup ------------------------------
WARNING asyncio:base_events.py:2041 Executing <Task pending name='Task-1' coro=<_wrap_asyncgen_fixture.<locals>._asyncgen_fixture_wrapper.<locals>.setup() running at /home/anti/Tools/DECNET/.venv/lib64/python3.14/site-packages/pytest_asyncio/plugin.py:309> wait_for=<Future pending cb=[Task.task_wakeup()] created at /usr/lib64/python3.14/asyncio/base_events.py:459> cb=[_run_until_complete_cb() at /usr/lib64/python3.14/asyncio/base_events.py:181] created at /usr/lib64/python3.14/asyncio/runners.py:109> took 0.165 seconds
=========================== short test summary info ============================
FAILED tests/api/test_schemathesis.py::test_schema_compliance[api][POST /api/v1/deckies/deploy]
FAILED tests/api/test_schemathesis.py::test_schema_compliance[api][PUT /api/v1/deckies/{decky_name}/mutate-interval]
FAILED tests/api/test_schemathesis.py::test_schema_compliance[api][GET /api/v1/logs]
FAILED tests/api/test_schemathesis.py::test_schema_compliance[api][GET /api/v1/bounty]
FAILED tests/api/test_schemathesis.py::test_schema_compliance[api][GET /api/v1/stream]
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 5 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!! xdist.dsession.Interrupted: stopping after 1 failures !!!!!!!!!!!!!
=================== 5 failed, 6 passed in 100.69s (0:01:40) ====================