Another failing integration test #4028

Closed
opened 2023-05-09 20:50:49 +00:00 by itamarst · 2 comments
itamarst commented 2023-05-09 20:50:49 +00:00
Owner

Only happens on CircleCI. Example: https://app.circleci.com/pipelines/github/tahoe-lafs/tahoe-lafs/4569/workflows/b4f5b382-887c-46b0-9b33-75379e796970/jobs/80350

...
alice: 2023-05-09T15:10:55+0000 [-] Failed to connect to a HTTP storage server: An error occurred while connecting: 99: Cannot assign requested address.
alice: 2023-05-09T15:10:55+0000 [-] Failed to connect to a HTTP storage server: An error occurred while connecting: 99: Cannot assign requested address.
alice: 2023-05-09T15:10:55+0000 [-] Failed to connect to a HTTP storage server: An error occurred while connecting: 99: Cannot assign requested address.
alice: 2023-05-09T15:10:55+0000 [-] Failed to connect to a HTTP storage server: An error occurred while connecting: 99: Cannot assign requested address.
alice: 2023-05-09T15:10:55+0000 [-] Failed to connect to a HTTP storage server: An error occurred while connecting: 99: Cannot assign requested address.
alice: 2023-05-09T15:10:55+0000 [twisted.web.client._HTTP11ClientFactory#info] Starting factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection.<locals>.quiescentCallback at 0x7f9d03146c10>, <twisted.internet.endpoints._WrapperEndpoint object at 0x7f9d01e6bbb0>)
alice: 2023-05-09T15:10:55+0000 [twisted.web.client._HTTP11ClientFactory#info] Stopping factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection.<locals>.quiescentCallback at 0x7f9d03146c10>, <twisted.internet.endpoints._WrapperEndpoint object at 0x7f9d01e6bbb0>)
alice: 2023-05-09T15:10:55+0000 [twisted.web.client._HTTP11ClientFactory#info] Starting factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection.<locals>.quiescentCallback at 0x7f9d01ebbd30>, <twisted.internet.endpoints._WrapperEndpoint object at 0x7f9d028bc4c0>)
alice: 2023-05-09T15:10:55+0000 [twisted.web.client._HTTP11ClientFactory#info] Stopping factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection.<locals>.quiescentCallback at 0x7f9d01ebbd30>, <twisted.internet.endpoints._WrapperEndpoint object at 0x7f9d028bc4c0>)
...
ERROR integration/test_web.py::test_mkdir_with_children - twisted.internet.defer.TimeoutError: (120, 'Deferred')
Only happens on CircleCI. Example: <https://app.circleci.com/pipelines/github/tahoe-lafs/tahoe-lafs/4569/workflows/b4f5b382-887c-46b0-9b33-75379e796970/jobs/80350> ``` ... alice: 2023-05-09T15:10:55+0000 [-] Failed to connect to a HTTP storage server: An error occurred while connecting: 99: Cannot assign requested address. alice: 2023-05-09T15:10:55+0000 [-] Failed to connect to a HTTP storage server: An error occurred while connecting: 99: Cannot assign requested address. alice: 2023-05-09T15:10:55+0000 [-] Failed to connect to a HTTP storage server: An error occurred while connecting: 99: Cannot assign requested address. alice: 2023-05-09T15:10:55+0000 [-] Failed to connect to a HTTP storage server: An error occurred while connecting: 99: Cannot assign requested address. alice: 2023-05-09T15:10:55+0000 [-] Failed to connect to a HTTP storage server: An error occurred while connecting: 99: Cannot assign requested address. alice: 2023-05-09T15:10:55+0000 [twisted.web.client._HTTP11ClientFactory#info] Starting factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection.<locals>.quiescentCallback at 0x7f9d03146c10>, <twisted.internet.endpoints._WrapperEndpoint object at 0x7f9d01e6bbb0>) alice: 2023-05-09T15:10:55+0000 [twisted.web.client._HTTP11ClientFactory#info] Stopping factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection.<locals>.quiescentCallback at 0x7f9d03146c10>, <twisted.internet.endpoints._WrapperEndpoint object at 0x7f9d01e6bbb0>) alice: 2023-05-09T15:10:55+0000 [twisted.web.client._HTTP11ClientFactory#info] Starting factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection.<locals>.quiescentCallback at 0x7f9d01ebbd30>, <twisted.internet.endpoints._WrapperEndpoint object at 0x7f9d028bc4c0>) alice: 2023-05-09T15:10:55+0000 [twisted.web.client._HTTP11ClientFactory#info] Stopping factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection.<locals>.quiescentCallback at 0x7f9d01ebbd30>, <twisted.internet.endpoints._WrapperEndpoint object at 0x7f9d028bc4c0>) ... ERROR integration/test_web.py::test_mkdir_with_children - twisted.internet.defer.TimeoutError: (120, 'Deferred') ```
tahoe-lafs added the
unknown
normal
defect
n/a
labels 2023-05-09 20:50:49 +00:00
tahoe-lafs added this to the HTTP Storage Protocol milestone 2023-05-09 20:50:49 +00:00
itamarst commented 2023-05-10 19:57:00 +00:00
Author
Owner

Seems to be a shutdown issue with alice, probably. Possibly the http connection pool should be more explicitly shut down.

Seems to be a shutdown issue with `alice`, probably. Possibly the http connection pool should be more explicitly shut down.
GitHub <noreply@github.com> commented 2023-05-23 18:51:12 +00:00
Author
Owner

In 41131ca/trunk:

Merge pull request #1302 from tahoe-lafs/4028-more-integration

Fix another integration test failure

Fixes ticket:4028
In [41131ca/trunk](/tahoe-lafs/trac-2024-07-25/commit/41131ca755c869a6c72fb5b352e6f634efabcee4): ``` Merge pull request #1302 from tahoe-lafs/4028-more-integration Fix another integration test failure Fixes ticket:4028 ```
tahoe-lafs added the
fixed
label 2023-05-23 18:51:12 +00:00
GitHub <noreply@github.com> closed this issue 2023-05-23 18:51:12 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#4028
No description provided.