feat: HTTP SenderPool with asyncio support #66
Azure Pipelines / questdb.py-questdb-client (1)
failed
Nov 23, 2024 in 1h 5m 42s
Build #20241123.1 had test failures
Details
- Failed: 1 (0.01%)
- Passed: 10,547 (91.53%)
- Other: 975 (8.46%)
- Total: 11,523
Annotations
Check failure on line 18728 in Build log
azure-pipelines / questdb.py-questdb-client (1)
Build log #L18728
Bash exited with code '1'.
Check failure on line 1 in test_http_request_timeout (__main__.TestSenderEnv)
azure-pipelines / questdb.py-questdb-client (1)
test_http_request_timeout (__main__.TestSenderEnv)
Test failed
Raw output
questdb.ingress.IngressError: Could not flush buffer: http://localhost:53975/write?precision=n: Network Error: Network Error: Error encountered in the status line: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (os error 10060)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\1\s\test\test.py", line 1002, in test_http_request_timeout
with self.assertRaisesRegex(qi.IngressError, 'timed out reading response'):
AssertionError: "timed out reading response" does not match "Could not flush buffer: http://localhost:53975/write?precision=n: Network Error: Network Error: Error encountered in the status line: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (os error 10060)"
Loading