Ticket #3677 defect closed fixed
twisted.internet.test.test_posixbase.TCPPortTests.test_connectionLostFailed runs against nonsensical reactors
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: | branches/tcp-test-posixbase-3677 | |
| Author: | therve | Launchpad Bug: |
Description
If the test suite is run with a reactor not based on twisted.internet.posixbase, twisted.internet.test.test_posixbase.TCPPortTests still runs and uses that reactor. This means the test might fail. This is useless, since it's not intended to work on non-posixbase reactors. It needs to be skipped or made to create its own posixbase-derived reactor instance.
Change History
Note: See
TracTickets for help on using
tickets.
