[Python-modules-team] Bug#634153: circuits: tests fail

Jakub Wilk jwilk at debian.org
Sun Jul 17 09:55:56 UTC 2011


Source: circuits
Version: 1.2.1-1
Severity: important

When I rebuilt circuits in a clean chroot, a few tests failed:
| /usr/bin/make tests
| make[1]: Entering directory `/build/circuits-XyzxGF/circuits-1.2.1'
| nose.plugins.cover: ERROR: Coverage not available: unable to import coverage module
| F...................F............FF.............
| ======================================================================
| FAIL: Test Bridge
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File "/build/circuits-XyzxGF/circuits-1.2.1/circuits/core/tests/test_bridge.py", line 72, in testBridge
|     self.assertTrue(bar.flag)
| AssertionError
|
| ======================================================================
| FAIL: runTest (circuits.core.tests.test_core.TestRunnableComponents)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File "/build/circuits-XyzxGF/circuits-1.2.1/circuits/core/tests/test_core.py", line 1004, in runTest
|     self.assertTrue(x.running)
| AssertionError
|
| ======================================================================
| FAIL: Test sockets.TCPClient and sockets.TCPServer
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File "/build/circuits-XyzxGF/circuits-1.2.1/circuits/net/tests/test_sockets.py", line 177, in testTCPClientServer
|     self.assertTrue(server.connected)
| AssertionError
|
| ======================================================================
| FAIL: Test sockets.UDPClient and sockets.UDPServer
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File "/build/circuits-XyzxGF/circuits-1.2.1/circuits/net/tests/test_sockets.py", line 210, in testUDPClientServer
|     self.assertTrue(server.data == "foo")
| AssertionError
|
| ----------------------------------------------------------------------
| Ran 48 tests in 2.656s

-- 
Jakub Wilk





More information about the Python-modules-team mailing list