From 0974f8737a3c56a7c076f9d0b757c6cb106324fb Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 9 Jun 2010 14:47:41 +0200 Subject: Channel: Read method revised - now it really really doesn't block anymore, and it runs faster as well, about 2/3 of the performance we have when being in serial mode --- test/git/async/test_pool.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/git/async/test_pool.py') diff --git a/test/git/async/test_pool.py b/test/git/async/test_pool.py index cccafddc..202fdb66 100644 --- a/test/git/async/test_pool.py +++ b/test/git/async/test_pool.py @@ -57,6 +57,10 @@ class TestThreadTaskNode(InputIteratorThreadTask): return self +class TestThreadFailureNode(TestThreadTaskNode): + """Fails after X items""" + + class TestThreadPool(TestBase): max_threads = cpu_count() -- cgit v1.2.1