Opened at 2018-08-06T18:00:50Z
Closed at 2018-08-22T13:31:53Z
#2933 closed defect (fixed)
Intermittent "Address already in use" error from allmydata.test.test_system.SystemTest.test_upload_and_download_random_key
Reported by: | exarkun | Owned by: | exarkun |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | 1.12.1 |
Keywords: | review-needed | Cc: | |
Launchpad Bug: |
Description
Traceback (most recent call last): testtools.testresult.real._StringException: Traceback (most recent call last): File "/tmp/tahoe-lafs.tox/coverage/lib/python2.7/site-packages/twisted/internet/defer.py", line 122, in execute result = callable(*args, **kw) File "/tmp/tahoe-lafs.tox/coverage/lib/python2.7/site-packages/twisted/internet/posixbase.py", line 495, in listenTCP p.startListening() File "/tmp/tahoe-lafs.tox/coverage/lib/python2.7/site-packages/twisted/internet/tcp.py", line 1363, in startListening raise CannotListenError(self.interface, self.port, le) twisted.internet.error.CannotListenError: Couldn't listen on 127.0.0.1:34843: [Errno 98] Address already in use.
Change History (3)
comment:1 Changed at 2018-08-06T18:00:56Z by exarkun
- Owner set to exarkun
comment:2 Changed at 2018-08-08T17:19:18Z by exarkun
- Keywords review-needed added
comment:3 Changed at 2018-08-22T13:31:53Z by GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
In 292448a/trunk:
Note: See
TracTickets for help on using
tickets.
https://github.com/tahoe-lafs/tahoe-lafs/pull/518