From bc15fb6066f570b3843617687262943815944659 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 21 Jun 2012 01:50:59 -0400 Subject: [PATCH] a likely callcount --- test/aaa_profiling/test_pool.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py index a20c95ba0d..0b9b38a513 100644 --- a/test/aaa_profiling/test_pool.py +++ b/test/aaa_profiling/test_pool.py @@ -27,9 +27,14 @@ class QueuePoolTest(fixtures.TestBase, AssertsExecutionResults): use_threadlocal=True) + # the callcount on this test seems to vary + # based on tests that ran before (particularly py3k), + # probably + # due to the event mechanics being established + # or not already... @profiling.function_call_count(72, {'2.4': 63, '2.7':67, '2.7+cextension':67, - '3':61}, + '3':55}, variance=.10) def test_first_connect(self): conn = pool.connect() -- 2.47.3