Ticket #2256 defect closed duplicate
test_tcp.HalfClose3TestCase.testReadNotificationRaisesTest fails sometimes on OSX
| Reported by: | jerub | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
On OSX, this will fail in anywhere from 1 to 10 test runs. Usually within about 3.
$ trial -u twisted.test.test_tcp.HalfClose3TestCase.testReadNotificationRaisesTest Pass 1
Running 1 tests.
twisted.test.test_tcp
HalfClose3TestCase
testReadNotificationRaises ... [ERROR]
===============================================================================
[ERROR]: twisted.test.test_tcp.HalfClose3TestCase.testReadNotificationRaises
Traceback (most recent call last):
File "/Users/stephen/src/Twisted/trunk/twisted/test/test_tcp.py", line 1288, in testReadNotificationRaises
self.f.protocol.readConnectionLost = self.aBug
exceptions.AttributeError: 'NoneType' object has no attribute 'readConnectionLost'
-------------------------------------------------------------------------------
Ran 1 tests in 0.029s
FAILED (errors=1)
Change History
Note: See
TracTickets for help on using
tickets.
