Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 451610 - =dev-python/socketpool-0.5.2 test failure
Summary: =dev-python/socketpool-0.5.2 test failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL: https://github.com/benoitc/socketpool...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2013-01-13 04:16 UTC by Ian Delaney (RETIRED)
Modified: 2013-02-10 15:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2013-01-13 04:16:25 UTC
~/improvise/dev-python/socketpool $ ebuild socketpool-0.5.2.ebuild clean test

-----------------------------------------------------
=============================== FAILURES =========================================
___________________________________ PoolTestCase.test_size_on_isconnected_failure ___________________________________

self = <test_pool_01.PoolTestCase testMethod=test_size_on_isconnected_failure>

    def test_size_on_isconnected_failure(self):
        pool = ConnectionPool(MessyConnector)
>       self.assert_(pool.size == 0)
E       AssertionError: False is not true

tests/test_pool_01.py:27: AssertionError
============================================= 1 failed in 0.19 seconds ==============================================
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2013-02-10 15:08:52 UTC
  10 Feb 2013; Ian Delaney <idella4@gentoo.org>
  +files/socketpool-0.5.2-pool.patch, socketpool-0.5.2-r1.ebuild:
  Added -pool.patch, fixes broken test, fixes Bug #451610