twisted / twisted

Event-driven networking engine written in Python.
https://twisted.org
Other
5.58k stars 1.17k forks source link

Intermittent test failures in twisted.conch.test.test_cftp #3873

Open twisted-trac opened 15 years ago

twisted-trac commented 15 years ago
ivank's avatar ivank reported
Trac ID trac#3873
Type defect
Created 2009-06-08 03:21:57Z

After running twisted.conch.test.test_cftp a few hundred times (with an script running trial twisted.conch.test.test_cftp), I see one of these on Ubuntu 9.04 server 64 bit (with its default Python 2.6.2 install):

===============================================================================
[ERROR]: twisted.conch.test.test_cftp.TestOurServerCmdLineClient.testGet

Traceback (most recent call last):
Failure: twisted.internet.defer.TimeoutError: <twisted.conch.test.test_cftp.TestOurServerCmdLineClient testMethod=testGet> 
(testGet) still running at 120.0 secs
-------------------------------------------------------------------------------
Ran 24 tests in 129.291s

FAILED (errors=1, successes=23)

OR


===============================================================================
[ERROR]: twisted.conch.test.test_cftp.TestOurServerCmdLineClient.testPut

Traceback (most recent call last):
Failure: twisted.internet.defer.TimeoutError: <twisted.conch.test.test_cftp.TestOurServerCmdLineClient testMethod=testPut> 
(testPut) still running at 120.0 secs
-------------------------------------------------------------------------------
Ran 24 tests in 127.929s

FAILED (errors=1, successes=23)

This happens with the select, epoll, and libevent reactors.

Twisted version: trunk, svn r26968

Searchable metadata ``` trac-id__3873 3873 type__defect defect reporter__ivank ivank priority__normal normal milestone__ branch__ branch_author__ status__new new resolution__None None component__conch conch keywords__ time__1244431317000000 1244431317000000 changetime__1244431317000000 1244431317000000 version__None None owner__ ```
twisted-trac commented 13 years ago
Automation's avatar Automation removed owner