From: Mike Bayer Date: Tue, 27 May 2008 03:08:35 +0000 (+0000) Subject: - bumped PG's call count on test #6 to 1193 for py2.4; this is due to non-pool-thread... X-Git-Tag: rel_0_5beta1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ccfa64294fbf730ad7449b60e8b32a38565aea5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - bumped PG's call count on test #6 to 1193 for py2.4; this is due to non-pool-threadlocal nature adding some checkout overhead --- diff --git a/test/profiling/zoomark.py b/test/profiling/zoomark.py index e0d696ae4e..9c32e3b78e 100644 --- a/test/profiling/zoomark.py +++ b/test/profiling/zoomark.py @@ -344,7 +344,7 @@ class ZooMarkTest(TestBase): def test_profile_5_aggregates(self): self.test_baseline_5_aggregates() - @profiling.function_call_count(2054, {'2.4': 1048}) + @profiling.function_call_count(2054, {'2.4': 1193}) def test_profile_6_editing(self): self.test_baseline_6_editing()